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 |
Thursday 12 January 2012 |
37 |
</h3> |
38 |
<h4> |
39 |
Source code moved to Git |
40 |
</h4> |
41 |
<p> |
42 |
We've moved both |
43 |
<a href="http://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a> |
44 |
and |
45 |
<a href="http://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a> |
46 |
to their own Git repositories. CVS will remain for |
47 |
everything else for now. |
48 |
</p> |
49 |
<h3> |
50 |
Sunday 21 February 2010 |
51 |
</h3> |
52 |
<h4> |
53 |
libstatgrab 0.17 released |
54 |
</h4> |
55 |
<p> |
56 |
<a href="/libstatgrab/">libstatgrab</a> 0.17 has |
57 |
been released. This release contains minor changes |
58 |
and bugfixes. |
59 |
</p> |
60 |
<h3> |
61 |
Monday 17 March 2008 |
62 |
</h3> |
63 |
<h4> |
64 |
libstatgrab 0.16 released |
65 |
</h4> |
66 |
<p> |
67 |
<a href="/libstatgrab/">libstatgrab</a> 0.16 has |
68 |
been released. This release just contains bugfixes. |
69 |
</p> |
70 |
<h3> |
71 |
Saturday 14 July 2007 |
72 |
</h3> |
73 |
<h4> |
74 |
libstatgrab 0.15 released |
75 |
</h4> |
76 |
<p> |
77 |
<a href="/libstatgrab/">libstatgrab</a> 0.15 has |
78 |
been released. This release contains mainly bugfixes. |
79 |
</p> |
80 |
<h4> |
81 |
pystatgrab 0.5 released |
82 |
</h4> |
83 |
<p> |
84 |
<a href="/pystatgrab/">pystatgrab</a> 0.5 has been |
85 |
released. This release contains an important bugfix. |
86 |
</p> |
87 |
<h2> |
88 |
<a id="projects">Projects</a> |
89 |
</h2> |
90 |
<h3> |
91 |
libstatgrab |
92 |
</h3> |
93 |
<ul> |
94 |
<li> |
95 |
<a href="/libstatgrab/">libstatgrab homepage</a> |
96 |
</li> |
97 |
</ul> |
98 |
<p> |
99 |
libstatgrab is a library and tool set for acquiring system |
100 |
statistics from the operating system. An API is provided |
101 |
for other applications to easily accesses a variety of |
102 |
system statistics, including, amongst other things, CPU |
103 |
usage, VM usage, disk statistics, and network interface |
104 |
usage. |
105 |
</p> |
106 |
<p> |
107 |
A handful of tools are also provided to make this |
108 |
information more readily available to users. A curses based |
109 |
tool gives users a "top like" view of the current state of |
110 |
their system, and a "sysctl like" tool gives easy access to |
111 |
the statistics for other applications that can't easily |
112 |
used the C API. |
113 |
</p> |
114 |
<p> |
115 |
Finally scripts are provided to quickly setup MRTG to use |
116 |
libstatgrab for generating graphs of the available |
117 |
statistics. |
118 |
</p> |
119 |
<h3> |
120 |
pystatgrab |
121 |
</h3> |
122 |
<ul> |
123 |
<li> |
124 |
<a href="/pystatgrab/">pystatgrab homepage</a> |
125 |
</li> |
126 |
</ul> |
127 |
<p> |
128 |
pystatgrab is a set of Python bindings for the libstatgrab |
129 |
library. It provides a set of function calls identical to |
130 |
those of libstatgrab, and returns data in structures that |
131 |
logically map on to those of libstatgrab. |
132 |
</p> |
133 |
<h3> |
134 |
CMS - Central Monitoring System |
135 |
</h3> |
136 |
<ul> |
137 |
<li> |
138 |
<a href="/cms/">CMS homepage</a> |
139 |
</li> |
140 |
</ul> |
141 |
<p> |
142 |
i-scream originally started out with just the CMS (Central |
143 |
Monitoring System) project. Since then it's moved on to |
144 |
have other related projects, as well as the CMS. |
145 |
</p> |
146 |
<p> |
147 |
The CMS is no longer being developed. |
148 |
</p> |
149 |
<h2> |
150 |
<a id="about">About</a> |
151 |
</h2> |
152 |
<p> |
153 |
The i-scream group is a causual team of individuals with a |
154 |
variety of personal interests, working together to produce |
155 |
software, tools, and libraries that might be of use or |
156 |
interest to others. |
157 |
</p> |
158 |
<p> |
159 |
To find out more about who we are see the |
160 |
<a href="/who.xhtml">Who We Are</a> webpage. |
161 |
</p> |
162 |
<h2> |
163 |
<a id="search">Search</a> |
164 |
</h2> |
165 |
<p> |
166 |
Use this form to search the whole i-scream website, |
167 |
courtesy of Google. |
168 |
</p> |
169 |
<div> |
170 |
<script> |
171 |
(function() { |
172 |
var cx = '015923082814183233257:dz2h65arce8'; |
173 |
var gcse = document.createElement('script'); |
174 |
gcse.type = 'text/javascript'; |
175 |
gcse.async = true; |
176 |
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + |
177 |
'//www.google.com/cse/cse.js?cx=' + cx; |
178 |
var s = document.getElementsByTagName('script')[0]; |
179 |
s.parentNode.insertBefore(gcse, s); |
180 |
})(); |
181 |
</script> |
182 |
<gcse:search></gcse:search> |
183 |
</div> |
184 |
</div> |
185 |
<!--#include virtual="/footer.inc" --> |
186 |
</div> |
187 |
<!--#include virtual="/menu.inc" --> |
188 |
</div> |
189 |
</body> |
190 |
</html> |