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