# | Line 1 | Line 1 | |
---|---|---|
1 | <!--#include virtual="/doctype.inc" --> | |
2 | < | |
3 | < | <head> |
4 | < | <title>i-scream homepage</title> |
2 | > | <head> |
3 | > | <title> |
4 | > | i-scream homepage |
5 | > | </title> |
6 | <!--#include virtual="/style.inc" --> | |
7 | < | </head> |
8 | < | |
9 | < | <body> |
10 | < | |
10 | < | <div id="container"> |
11 | < | |
12 | < | <div id="main"> |
13 | < | |
7 | > | </head> |
8 | > | <body> |
9 | > | <div id="container"> |
10 | > | <div id="main"> |
11 | <!--#include virtual="/header.inc" --> | |
12 | < | |
13 | < | <div id="contents"> |
14 | < | <h1 class="top">i-scream homepage</h1> |
15 | < | |
16 | < | <div id="topnav"> |
17 | < | <ul> |
18 | < | <li><a href="#news">News</a></li> |
19 | < | <li><a href="#projects">Projects</a></li> |
20 | < | <li><a href="#about">About</a></li> |
21 | < | <li><a href="#search">Search</a></li> |
22 | < | </ul> |
23 | < | </div> |
24 | < | |
25 | < | <h2><a id="news">News</a></h2> |
26 | < | |
27 | < | <h3> |
28 | < | Sunday 21 March 2004 |
29 | < | </h3> |
30 | < | <h4> |
31 | < | pystatgrab 0.1 released |
32 | < | </h4> |
33 | < | <p> |
34 | < | <a href="/pystatgrab/">pystatgrab</a> 0.1 has been released. This |
35 | < | is the first release of pystatgrab; a set of Python bindings for |
36 | < | libstatgrab. |
37 | < | </p> |
38 | < | |
39 | < | <h3> |
40 | < | Wednesday 10 March 2004 |
41 | < | </h3> |
42 | < | <h4> |
43 | < | libstatgrab 0.9 released |
44 | < | </h4> |
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 | < | Wednesday 11 February 2004 |
53 | < | </h3> |
54 | < | <h4> |
55 | < | libstatgrab 0.8.2 released |
56 | < | </h4> |
57 | < | <p> |
58 | < | <a href="/libstatgrab/">libstatgrab</a> |
59 | < | version 0.8.2 brings further platform support and Python bindings. |
60 | < | </p> |
61 | < | |
62 | < | <h3> |
63 | < | Tuesday 15 July 2003 |
64 | < | </h3> |
65 | < | <h4> |
66 | < | i-scream support changes |
67 | < | </h4> |
68 | < | <p> |
69 | < | We have moved the i-scream support and bug tracking to a new |
70 | < | facility on the i-scream server. For further details please |
71 | < | see our <a href="/support.shtml">support</a> |
72 | < | page. |
73 | < | </p> |
74 | < | |
75 | < | <h3> |
76 | < | Sunday 8 June 2003 |
77 | < | </h3> |
78 | < | <h4> |
79 | < | server move |
80 | < | </h4> |
81 | < | <p> |
82 | < | The i-scream website, email, and CVS facilities are now all |
83 | < | run from a <a href="http://www.freebsd.org/">FreeBSD</a> server. |
84 | < | </p> |
85 | < | |
86 | < | <h2><a id="projects">Projects</a></h2> |
87 | < | |
88 | < | <h3> |
89 | < | libstatgrab |
90 | < | </h3> |
91 | < | <ul> |
92 | < | <li><a href="/libstatgrab/">libstatgrab homepage</a></li> |
93 | < | </ul> |
94 | < | <p> |
95 | < | libstatgrab is a library and tool set for acquiring system |
96 | < | statistics from the operating system. An API is provided for |
97 | < | other applications to easily accesses a variety of system |
98 | < | statistics, including, amongst other things, CPU usage, VM |
99 | < | usage, disk statistics, and network interface usage. |
100 | < | </p> |
101 | < | <p> |
102 | < | A handful of tools are also provided to make this information |
103 | < | more readily available to users. A curses based tool gives users |
104 | < | a "top like" view of the current state of their system, and a |
105 | < | "sysctl like" tool gives easy access to the statistics for other |
106 | < | applications that can't easily used the C API. |
107 | < | </p> |
108 | < | <p> |
109 | < | Finally scripts are provided to quickly setup MRTG to use |
110 | < | libstatgrab for generating graphs of the available statistics. |
111 | < | </p> |
112 | < | |
113 | < | <h3> |
114 | < | pystatgrab |
115 | < | </h3> |
116 | < | <ul> |
117 | < | <li><a href="/pystatgrab/">pystatgrab homepage</a></li> |
118 | < | </ul> |
119 | < | <p> |
120 | < | pystatgrab is a set of Python bindings for the libstatgrab |
121 | < | library. It provides a set of function calls identical to those |
122 | < | of libstatgrab, and returns data in structures that logically |
123 | < | map on to those of libstatgrab. |
124 | < | </p> |
125 | < | |
126 | < | <h3> |
127 | < | Laroona |
128 | < | </h3> |
129 | < | <ul> |
130 | < | <li><a href="/laroona/">Laroona homepage</a></li> |
131 | < | </ul> |
132 | < | <p> |
133 | < | Laroona is the new central monitoring system. It's still very |
134 | < | much in the early stages of development, and doesn't have any |
135 | < | code available for download yet. Look at the project page for |
136 | < | more on the development process. |
137 | < | </p> |
138 | < | |
139 | < | <h3> |
140 | < | CMS - Central Monitoring System |
141 | < | </h3> |
142 | < | <ul> |
143 | < | <li><a href="/cms/">CMS homepage</a></li> |
144 | < | </ul> |
145 | < | <p> |
146 | < | i-scream originally started out with just the CMS (Central |
147 | < | Monitoring System) project. Since then it's moved on to have |
148 | < | other related projects, as well as the CMS. |
149 | < | </p> |
150 | < | <p> |
151 | < | The CMS is no longer being developed. We are now putting our |
152 | < | time into a new project redeveloping the CMS. We're taking the |
153 | < | good ideas from the old CMS, improving some of the weaknesses, |
154 | < | and we'll hopefully produce are far superior product. |
155 | < | </p> |
156 | < | |
157 | < | <h2><a id="about">About</a></h2> |
158 | < | |
159 | < | <p> |
160 | < | The i-scream group is a causual team of individuals with a |
161 | < | variety of personal interests, working together to produce |
162 | < | software, tools, and libraries that might be of use or interest |
163 | < | to others. |
164 | < | </p> |
165 | < | |
166 | < | <p> |
167 | < | To find out more about who we are see the <a href="/who.shtml">Who |
168 | < | We Are</a> webpage. |
169 | < | </p> |
170 | < | |
171 | < | <h2><a id="search">Search</a></h2> |
172 | < | |
173 | < | <p> |
174 | < | Use this form to search the whole i-scream website, courtesy |
175 | < | of Google. |
176 | < | </p> |
177 | < | <form method="get" action="http://www.google.com/custom"> |
178 | < | <p> |
179 | < | <a href="http://www.google.com/search"> |
180 | < | <img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" /> |
181 | < | </a> |
182 | < | <input type="hidden" name="domains" value="i-scream.org" /> |
183 | < | <input type="hidden" name="sitesearch" value="i-scream.org" /> |
184 | < | <input type="text" name="q" size="31" maxlength="255" value="" /> |
185 | < | <input type="submit" name="sa" value="Search" /> |
186 | < | <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;" /> |
187 | < | </p> |
188 | < | </form> |
189 | < | |
190 | < | </div> |
191 | < | |
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 3 March 2005 |
37 | > | </h3> |
38 | > | <h4> |
39 | > | libstatgrab 0.11.1 released |
40 | > | </h4> |
41 | > | <p> |
42 | > | <a href="/libstatgrab/">libstatgrab</a> 0.11.1 has |
43 | > | been released. This release just contains bugfixes. |
44 | > | </p> |
45 | > | <h3> |
46 | > | Friday 12 November 2004 |
47 | > | </h3> |
48 | > | <h4> |
49 | > | libstatgrab 0.11 released |
50 | > | </h4> |
51 | > | <p> |
52 | > | <a href="/libstatgrab/">libstatgrab</a> 0.11 has |
53 | > | been released. This release primarily brings support |
54 | > | for HP-UX. |
55 | > | </p> |
56 | > | <h3> |
57 | > | Wednesday 25 August 2004 |
58 | > | </h3> |
59 | > | <h4> |
60 | > | libstatgrab 0.10.3 released |
61 | > | </h4> |
62 | > | <p> |
63 | > | <a href="/libstatgrab/">libstatgrab</a> 0.10.3 has |
64 | > | been released. This includes new features for libstatgrab |
65 | > | and support for FreeBSD 6.0-CURRENT. |
66 | > | </p> |
67 | > | <h4> |
68 | > | pystatgrab 0.3 released |
69 | > | </h4> |
70 | > | <p> |
71 | > | <a href="/pystatgrab/">pystatgrab</a> 0.3 has been |
72 | > | released. This release catches up on new features in |
73 | > | libstatgrab. |
74 | > | </p> |
75 | > | <h3> |
76 | > | Monday 9 August 2004 |
77 | > | </h3> |
78 | > | <h4> |
79 | > | New mirror site added |
80 | > | </h4> |
81 | > | <p> |
82 | > | We've added a new <a href="/mirrors.xhtml">mirror site</a> |
83 | > | courtesy of <a href="http://www.mirror.ac.uk">The JISC |
84 | > | National Mirror Service</a>. |
85 | > | </p> |
86 | > | <h3> |
87 | > | Tuesday 27 July 2004 |
88 | > | </h3> |
89 | > | <h4> |
90 | > | libstatgrab 0.10.2 released |
91 | > | </h4> |
92 | > | <p> |
93 | > | <a href="/libstatgrab/">libstatgrab</a> 0.10.2 has |
94 | > | been released. This release fixes a minor problem in |
95 | > | the last release. |
96 | > | </p> |
97 | > | <h3> |
98 | > | Monday 26 July 2004 |
99 | > | </h3> |
100 | > | <h4> |
101 | > | libstatgrab 0.10.1 released |
102 | > | </h4> |
103 | > | <p> |
104 | > | <a href="/libstatgrab/">libstatgrab</a> 0.10.1 has |
105 | > | been released. This version contains mainly bugfixes. |
106 | > | </p> |
107 | > | <h3> |
108 | > | Monday 31 May 2004 |
109 | > | </h3> |
110 | > | <h4> |
111 | > | pystatgrab 0.2 released |
112 | > | </h4> |
113 | > | <p> |
114 | > | <a href="/pystatgrab/">pystatgrab</a> 0.2 has been |
115 | > | released. This version is chasing new features introduced |
116 | > | by the recent libstatgrab release. |
117 | > | </p> |
118 | > | <h3> |
119 | > | Thursday 20 May 2004 |
120 | > | </h3> |
121 | > | <h4> |
122 | > | libstatgrab 0.10 released |
123 | > | </h4> |
124 | > | <p> |
125 | > | <a href="/libstatgrab/">libstatgrab</a> 0.10 has been |
126 | > | released. This version includes a standardisation of |
127 | > | names throughout libstatgrab, and a handful of new |
128 | > | features. |
129 | > | </p> |
130 | > | <h3> |
131 | > | Thursday 25 March 2004 |
132 | > | </h3> |
133 | > | <h4> |
134 | > | New website launched |
135 | > | </h4> |
136 | > | <p> |
137 | > | i-scream has today launched it's new website. The new site |
138 | > | is a redesign of the old site incorporating new technologies |
139 | > | and standards, as well as a new fresher look. |
140 | > | </p> |
141 | > | <p> |
142 | > | The new website also restructures the way i-scream is |
143 | > | organised; we're a group of individuals working on a variety |
144 | > | of projects, not just a single project. |
145 | > | </p> |
146 | > | <p> |
147 | > | If you have any problems with the new site, particularly with |
148 | > | more exotic browsers, feel free to let |
149 | > | <a href="mailto:dev@i-scream.org">us</a> know. |
150 | > | </p> |
151 | > | <h3> |
152 | > | Sunday 21 March 2004 |
153 | > | </h3> |
154 | > | <h4> |
155 | > | pystatgrab 0.1 released |
156 | > | </h4> |
157 | > | <p> |
158 | > | <a href="/pystatgrab/">pystatgrab</a> 0.1 has been |
159 | > | released. This is the first release of pystatgrab; a set of |
160 | > | Python bindings for libstatgrab. |
161 | > | </p> |
162 | > | <h3> |
163 | > | Tuesday 15 July 2003 |
164 | > | </h3> |
165 | > | <h4> |
166 | > | i-scream support changes |
167 | > | </h4> |
168 | > | <p> |
169 | > | We have moved the i-scream support and bug tracking to a |
170 | > | new facility on the i-scream server. For further details |
171 | > | please see our <a href="/support.xhtml">support</a> page. |
172 | > | </p> |
173 | > | <h3> |
174 | > | Sunday 8 June 2003 |
175 | > | </h3> |
176 | > | <h4> |
177 | > | server move |
178 | > | </h4> |
179 | > | <p> |
180 | > | The i-scream website, email, and CVS facilities are now all |
181 | > | run from a <a href="http://www.freebsd.org/">FreeBSD</a> |
182 | > | server. |
183 | > | </p> |
184 | > | <h2> |
185 | > | <a id="projects">Projects</a> |
186 | > | </h2> |
187 | > | <h3> |
188 | > | libstatgrab |
189 | > | </h3> |
190 | > | <ul> |
191 | > | <li> |
192 | > | <a href="/libstatgrab/">libstatgrab homepage</a> |
193 | > | </li> |
194 | > | </ul> |
195 | > | <p> |
196 | > | libstatgrab is a library and tool set for acquiring system |
197 | > | statistics from the operating system. An API is provided |
198 | > | for other applications to easily accesses a variety of |
199 | > | system statistics, including, amongst other things, CPU |
200 | > | usage, VM usage, disk statistics, and network interface |
201 | > | usage. |
202 | > | </p> |
203 | > | <p> |
204 | > | A handful of tools are also provided to make this |
205 | > | information more readily available to users. A curses based |
206 | > | tool gives users a "top like" view of the current state of |
207 | > | their system, and a "sysctl like" tool gives easy access to |
208 | > | the statistics for other applications that can't easily |
209 | > | used the C API. |
210 | > | </p> |
211 | > | <p> |
212 | > | Finally scripts are provided to quickly setup MRTG to use |
213 | > | libstatgrab for generating graphs of the available |
214 | > | statistics. |
215 | > | </p> |
216 | > | <h3> |
217 | > | pystatgrab |
218 | > | </h3> |
219 | > | <ul> |
220 | > | <li> |
221 | > | <a href="/pystatgrab/">pystatgrab homepage</a> |
222 | > | </li> |
223 | > | </ul> |
224 | > | <p> |
225 | > | pystatgrab is a set of Python bindings for the libstatgrab |
226 | > | library. It provides a set of function calls identical to |
227 | > | those of libstatgrab, and returns data in structures that |
228 | > | logically map on to those of libstatgrab. |
229 | > | </p> |
230 | > | <h3> |
231 | > | Laroona |
232 | > | </h3> |
233 | > | <ul> |
234 | > | <li> |
235 | > | <a href="/laroona/">Laroona homepage</a> |
236 | > | </li> |
237 | > | </ul> |
238 | > | <p> |
239 | > | Laroona is the new central monitoring system. It's still |
240 | > | very much in the early stages of development, and doesn't |
241 | > | have any code available for download yet. Look at the |
242 | > | project page for more on the development process. |
243 | > | </p> |
244 | > | <h3> |
245 | > | CMS - Central Monitoring System |
246 | > | </h3> |
247 | > | <ul> |
248 | > | <li> |
249 | > | <a href="/cms/">CMS homepage</a> |
250 | > | </li> |
251 | > | </ul> |
252 | > | <p> |
253 | > | i-scream originally started out with just the CMS (Central |
254 | > | Monitoring System) project. Since then it's moved on to |
255 | > | have other related projects, as well as the CMS. |
256 | > | </p> |
257 | > | <p> |
258 | > | The CMS is no longer being developed. We are now putting |
259 | > | our time into a new project redeveloping the CMS. We're |
260 | > | taking the good ideas from the old CMS, improving some of |
261 | > | the weaknesses, and we'll hopefully produce are far |
262 | > | superior product. |
263 | > | </p> |
264 | > | <h2> |
265 | > | <a id="about">About</a> |
266 | > | </h2> |
267 | > | <p> |
268 | > | The i-scream group is a causual team of individuals with a |
269 | > | variety of personal interests, working together to produce |
270 | > | software, tools, and libraries that might be of use or |
271 | > | interest to others. |
272 | > | </p> |
273 | > | <p> |
274 | > | To find out more about who we are see the |
275 | > | <a href="/who.xhtml">Who We Are</a> webpage. |
276 | > | </p> |
277 | > | <h2> |
278 | > | <a id="search">Search</a> |
279 | > | </h2> |
280 | > | <p> |
281 | > | Use this form to search the whole i-scream website, |
282 | > | courtesy of Google. |
283 | > | </p> |
284 | > | <form method="get" action="http://www.google.com/custom"> |
285 | > | <p> |
286 | > | <a href="http://www.google.com/search"> |
287 | > | <img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" /> |
288 | > | </a> |
289 | > | <input type="hidden" name="domains" value="i-scream.org" /> |
290 | > | <input type="hidden" name="sitesearch" value="i-scream.org" /> |
291 | > | <input type="text" name="q" size="31" maxlength="255" value="" /> |
292 | > | <input type="submit" name="sa" value="Search" /> |
293 | > | <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;" /> |
294 | > | </p> |
295 | > | </form> |
296 | > | </div> |
297 | <!--#include virtual="/footer.inc" --> | |
298 | < | |
197 | < | </div> |
198 | < | |
298 | > | </div> |
299 | <!--#include virtual="/menu.inc" --> | |
300 | < | |
301 | < | </div> |
202 | < | |
203 | < | </body> |
300 | > | </div> |
301 | > | </body> |
302 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |