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