]> i-scream Git - www.i-scream.org.git/blob - www/index.xhtml
Update now RT has been deprecated.
[www.i-scream.org.git] / www / index.xhtml
1 <!--#include virtual="/doctype.inc" -->
2   <head>
3     <title>
4       i-scream homepage
5     </title>
6 <!--#include virtual="/style.inc" -->
7   </head>
8   <body>
9     <div id="container">
10       <div id="main">
11 <!--#include virtual="/header.inc" -->
12         <div id="contents">
13           <h1 class="top">
14             i-scream homepage
15           </h1>
16           <div id="topnav">
17             <ul>
18               <li>
19                 <a href="#news">News</a>
20               </li>
21               <li>
22                 <a href="#projects">Projects</a>
23               </li>
24               <li>
25                 <a href="#about">About</a>
26               </li>
27               <li>
28                 <a href="#search">Search</a>
29               </li>
30             </ul>
31           </div>
32           <h2>
33             <a id="news">News</a>
34           </h2>
35           <h3>
36             Friday 9 August 2013
37           </h3>
38           <h4>
39             Old ticket tracker removed
40           </h4>
41           <p>
42             Our old email based support system has now been
43             deprecated, along with the two email addresses that pointed
44             at it - bugs@ and support@. The main reason for this was
45             the sheer amount of spam we were getting, even with
46             anti-spam measures in place. But also because the amount
47             of issues logged outweighs the need to run our own system
48             at the moment.
49           </p>
50           <p>
51             If you have an issue to report, please see our
52             <a href="support.xhtml">bug reporting page</a> for more
53             information on the best way to do it. If you had an
54             outstanding issue in the old system we should have
55             contacted you by now, so if you haven't heard anything
56             from us assume it got lost and log a new issue as
57             described on the aforementioned page.
58           </p>
59           <h3>
60             Thursday 8 August 2013
61           </h3>
62           <h4>
63             libstatgrab 0.90 released
64           </h4>
65           <p>
66             <a href="/libstatgrab/">libstatgrab</a> 0.90 has
67             been released. This release contains a significant number
68             of changes and has a number of API changes.
69           </p>
70           <h3>
71             Thursday 12 January 2012
72           </h3>
73           <h4>
74             Source code moved to Git
75           </h4>
76           <p>
77             We've moved both
78             <a href="http://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a>
79             and
80             <a href="http://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a>
81             to their own Git repositories. CVS will remain for
82             everything else for now.
83           </p>
84           <h3>
85             Sunday 21 February 2010
86           </h3>
87           <h4>
88             libstatgrab 0.17 released
89           </h4>
90           <p>
91             <a href="/libstatgrab/">libstatgrab</a> 0.17 has
92             been released. This release contains minor changes
93             and bugfixes.
94           </p>
95           <h3>
96             Monday 17 March 2008
97           </h3>
98           <h4>
99             libstatgrab 0.16 released
100           </h4>
101           <p>
102             <a href="/libstatgrab/">libstatgrab</a> 0.16 has
103             been released. This release just contains bugfixes.
104           </p>
105           <h3>
106             Saturday 14 July 2007
107           </h3>
108           <h4>
109             libstatgrab 0.15 released
110           </h4>
111           <p>
112             <a href="/libstatgrab/">libstatgrab</a> 0.15 has
113             been released. This release contains mainly bugfixes.
114           </p>
115           <h4>
116             pystatgrab 0.5 released
117           </h4>
118           <p>
119             <a href="/pystatgrab/">pystatgrab</a> 0.5 has been
120             released. This release contains an important bugfix.
121           </p>
122           <h2>
123             <a id="projects">Projects</a>
124           </h2>
125           <h3>
126             libstatgrab
127           </h3>
128           <ul>
129             <li>
130               <a href="/libstatgrab/">libstatgrab homepage</a>
131             </li>
132           </ul>
133           <p>
134             libstatgrab is a library and tool set for acquiring system
135             statistics from the operating system. An API is provided
136             for other applications to easily accesses a variety of
137             system statistics, including, amongst other things, CPU
138             usage, VM usage, disk statistics, and network interface
139             usage.
140           </p>
141           <p>
142             A handful of tools are also provided to make this
143             information more readily available to users. A curses based
144             tool gives users a "top like" view of the current state of
145             their system, and a "sysctl like" tool gives easy access to
146             the statistics for other applications that can't easily
147             used the C API.
148           </p>
149           <p>
150             Finally scripts are provided to quickly setup MRTG to use
151             libstatgrab for generating graphs of the available
152             statistics.
153           </p>
154           <h3>
155             pystatgrab
156           </h3>
157           <ul>
158             <li>
159               <a href="/pystatgrab/">pystatgrab homepage</a>
160             </li>
161           </ul>
162           <p>
163             pystatgrab is a set of Python bindings for the libstatgrab
164             library. It provides a set of function calls identical to
165             those of libstatgrab, and returns data in structures that
166             logically map on to those of libstatgrab.
167           </p>
168           <h3>
169             CMS - Central Monitoring System
170           </h3>
171           <ul>
172             <li>
173               <a href="/cms/">CMS homepage</a>
174             </li>
175           </ul>
176           <p>
177             i-scream originally started out with just the CMS (Central
178             Monitoring System) project. Since then it's moved on to
179             have other related projects, as well as the CMS.
180           </p>
181           <p>
182             The CMS is no longer being developed.
183           </p>
184           <h2>
185             <a id="about">About</a>
186           </h2>
187           <p>
188             The i-scream group is a causual team of individuals with a
189             variety of personal interests, working together to produce
190             software, tools, and libraries that might be of use or
191             interest to others.
192           </p>
193           <p>
194             To find out more about who we are see the
195             <a href="/who.xhtml">Who We Are</a> webpage.
196           </p>
197           <h2>
198             <a id="search">Search</a>
199           </h2>
200           <p>
201             Use this form to search the whole i-scream website,
202             courtesy of Google.
203           </p>
204           <div>
205             <script>
206               (function() {
207                 var cx = '015923082814183233257:dz2h65arce8';
208                 var gcse = document.createElement('script');
209                 gcse.type = 'text/javascript';
210                 gcse.async = true;
211                 gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
212                     '//www.google.com/cse/cse.js?cx=' + cx;
213                 var s = document.getElementsByTagName('script')[0];
214                 s.parentNode.insertBefore(gcse, s);
215               })();
216             </script>
217             <gcse:search></gcse:search>
218           </div>
219         </div>
220 <!--#include virtual="/footer.inc" -->
221       </div>
222 <!--#include virtual="/menu.inc" -->
223     </div>
224   </body>
225 </html>