1 |
<!--#include virtual="/doctype.inc" --> |
2 |
|
3 |
<head> |
4 |
<title>i-scream homepage</title> |
5 |
<!--#include virtual="/style.inc" --> |
6 |
</head> |
7 |
|
8 |
<body> |
9 |
|
10 |
<div id="container"> |
11 |
|
12 |
<div id="main"> |
13 |
|
14 |
<!--#include virtual="/header.inc" --> |
15 |
|
16 |
<div id="contents"> |
17 |
<h1 class="top">i-scream homepage</h1> |
18 |
|
19 |
<div id="topnav"> |
20 |
<ul> |
21 |
<li><a href="#news">News</a></li> |
22 |
<li><a href="#projects">Projects</a></li> |
23 |
<li><a href="#about">About</a></li> |
24 |
<li><a href="#search">Search</a></li> |
25 |
</ul> |
26 |
</div> |
27 |
|
28 |
<h2><a id="news">News</a></h2> |
29 |
|
30 |
<h3> |
31 |
Sunday 21 March 2004 |
32 |
</h3> |
33 |
<h4> |
34 |
pystatgrab 0.1 released |
35 |
</h4> |
36 |
<p> |
37 |
<a href="/pystatgrab/">pystatgrab</a> 0.1 has been released. This |
38 |
is the first release of pystatgrab; a set of Python bindings for |
39 |
libstatgrab. |
40 |
</p> |
41 |
|
42 |
<h3> |
43 |
Wednesday 10 March 2004 |
44 |
</h3> |
45 |
<h4> |
46 |
libstatgrab 0.9 released |
47 |
</h4> |
48 |
<p> |
49 |
<a href="/libstatgrab/">libstatgrab</a> 0.9 |
50 |
has been released and includes new features and support for new |
51 |
platforms. |
52 |
</p> |
53 |
|
54 |
<h3> |
55 |
Wednesday 11 February 2004 |
56 |
</h3> |
57 |
<h4> |
58 |
libstatgrab 0.8.2 released |
59 |
</h4> |
60 |
<p> |
61 |
<a href="/libstatgrab/">libstatgrab</a> |
62 |
version 0.8.2 brings further platform support and Python bindings. |
63 |
</p> |
64 |
|
65 |
<h3> |
66 |
Tuesday 15 July 2003 |
67 |
</h3> |
68 |
<h4> |
69 |
i-scream support changes |
70 |
</h4> |
71 |
<p> |
72 |
We have moved the i-scream support and bug tracking to a new |
73 |
facility on the i-scream server. For further details please |
74 |
see our <a href="/support.shtml">support</a> |
75 |
page. |
76 |
</p> |
77 |
|
78 |
<h3> |
79 |
Sunday 8 June 2003 |
80 |
</h3> |
81 |
<h4> |
82 |
server move |
83 |
</h4> |
84 |
<p> |
85 |
The i-scream website, email, and CVS facilities are now all |
86 |
run from a <a href="http://www.freebsd.org/">FreeBSD</a> server. |
87 |
</p> |
88 |
|
89 |
<h2><a id="projects">Projects</a></h2> |
90 |
|
91 |
<h3> |
92 |
libstatgrab |
93 |
</h3> |
94 |
<ul> |
95 |
<li><a href="/libstatgrab/">libstatgrab homepage</a></li> |
96 |
</ul> |
97 |
<p> |
98 |
libstatgrab is a library and tool set for acquiring system |
99 |
statistics from the operating system. An API is provided for |
100 |
other applications to easily accesses a variety of system |
101 |
statistics, including, amongst other things, CPU usage, VM |
102 |
usage, disk statistics, and network interface usage. |
103 |
</p> |
104 |
<p> |
105 |
A handful of tools are also provided to make this information |
106 |
more readily available to users. A curses based tool gives users |
107 |
a "top like" view of the current state of their system, and a |
108 |
"sysctl like" tool gives easy access to the statistics for other |
109 |
applications that can't easily used the C API. |
110 |
</p> |
111 |
<p> |
112 |
Finally scripts are provided to quickly setup MRTG to use |
113 |
libstatgrab for generating graphs of the available statistics. |
114 |
</p> |
115 |
|
116 |
<h3> |
117 |
pystatgrab |
118 |
</h3> |
119 |
<ul> |
120 |
<li><a href="/pystatgrab/">pystatgrab homepage</a></li> |
121 |
</ul> |
122 |
<p> |
123 |
pystatgrab is a set of Python bindings for the libstatgrab |
124 |
library. It provides a set of function calls identical to those |
125 |
of libstatgrab, and returns data in structures that logically |
126 |
map on to those of libstatgrab. |
127 |
</p> |
128 |
|
129 |
<h3> |
130 |
Laroona |
131 |
</h3> |
132 |
<ul> |
133 |
<li><a href="/laroona/">Laroona homepage</a></li> |
134 |
</ul> |
135 |
<p> |
136 |
Laroona is the new central monitoring system. It's still very |
137 |
much in the early stages of development, and doesn't have any |
138 |
code available for download yet. Look at the project page for |
139 |
more on the development process. |
140 |
</p> |
141 |
|
142 |
<h3> |
143 |
CMS - Central Monitoring System |
144 |
</h3> |
145 |
<ul> |
146 |
<li><a href="/cms/">CMS homepage</a></li> |
147 |
</ul> |
148 |
<p> |
149 |
i-scream originally started out with just the CMS (Central |
150 |
Monitoring System) project. Since then it's moved on to have |
151 |
other related projects, as well as the CMS. |
152 |
</p> |
153 |
<p> |
154 |
The CMS is no longer being developed. We are now putting our |
155 |
time into a new project redeveloping the CMS. We're taking the |
156 |
good ideas from the old CMS, improving some of the weaknesses, |
157 |
and we'll hopefully produce are far superior product. |
158 |
</p> |
159 |
|
160 |
<h2><a id="about">About</a></h2> |
161 |
|
162 |
<p> |
163 |
The i-scream group is a causual team of individuals with a |
164 |
variety of personal interests, working together to produce |
165 |
software, tools, and libraries that might be of use or interest |
166 |
to others. |
167 |
</p> |
168 |
|
169 |
<p> |
170 |
To find out more about who we are see the <a href="/who.shtml">Who |
171 |
We Are</a> webpage. |
172 |
</p> |
173 |
|
174 |
<h2><a id="search">Search</a></h2> |
175 |
|
176 |
<p> |
177 |
Use this form to search the whole i-scream website, courtesy |
178 |
of Google. |
179 |
</p> |
180 |
<form method="get" action="http://www.google.com/custom"> |
181 |
<p> |
182 |
<a href="http://www.google.com/search"> |
183 |
<img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" /> |
184 |
</a> |
185 |
<input type="hidden" name="domains" value="i-scream.org" /> |
186 |
<input type="hidden" name="sitesearch" value="i-scream.org" /> |
187 |
<input type="text" name="q" size="31" maxlength="255" value="" /> |
188 |
<input type="submit" name="sa" value="Search" /> |
189 |
<input type="hidden" name="cof" value="S:http://www.i-scream.org/;GL:0;VLC:#3333cc;AH:left;BGC:#ffffff;LH:37;LC:#0000ff;L:http://www.i-scream.org/i-scream.gif;ALC:#3333cc;LW:502;T:#000066;AWFID:d646a9fd69e7d9cb;" /> |
190 |
</p> |
191 |
</form> |
192 |
|
193 |
</div> |
194 |
|
195 |
<!--#include virtual="/footer.inc" --> |
196 |
|
197 |
</div> |
198 |
|
199 |
<!--#include virtual="/menu.inc" --> |
200 |
|
201 |
</div> |
202 |
|
203 |
</body> |
204 |
</html> |