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