ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
Revision: 1.20
Committed: Sat Feb 18 13:09:54 2006 UTC (18 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.19: +0 -139 lines
Log Message:
Remove rafts of old news.

File Contents

# Content
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 Sunday 31 July 2005
37 </h3>
38 <h4>
39 libstatgrab 0.12 released
40 </h4>
41 <p>
42 <a href="/libstatgrab/">libstatgrab</a> 0.12 has
43 been released. This includes some new features, bug
44 fixes, and support for more operating systems.
45 </p>
46 <h4>
47 pystatgrab 0.4 released
48 </h4>
49 <p>
50 <a href="/pystatgrab/">pystatgrab</a> 0.4 has been
51 released. This release catches up on new features in
52 libstatgrab.
53 </p>
54 <h3>
55 Thursday 3 March 2005
56 </h3>
57 <h4>
58 libstatgrab 0.11.1 released
59 </h4>
60 <p>
61 <a href="/libstatgrab/">libstatgrab</a> 0.11.1 has
62 been released. This release just contains bugfixes.
63 </p>
64 <h2>
65 <a id="projects">Projects</a>
66 </h2>
67 <h3>
68 libstatgrab
69 </h3>
70 <ul>
71 <li>
72 <a href="/libstatgrab/">libstatgrab homepage</a>
73 </li>
74 </ul>
75 <p>
76 libstatgrab is a library and tool set for acquiring system
77 statistics from the operating system. An API is provided
78 for other applications to easily accesses a variety of
79 system statistics, including, amongst other things, CPU
80 usage, VM usage, disk statistics, and network interface
81 usage.
82 </p>
83 <p>
84 A handful of tools are also provided to make this
85 information more readily available to users. A curses based
86 tool gives users a "top like" view of the current state of
87 their system, and a "sysctl like" tool gives easy access to
88 the statistics for other applications that can't easily
89 used the C API.
90 </p>
91 <p>
92 Finally scripts are provided to quickly setup MRTG to use
93 libstatgrab for generating graphs of the available
94 statistics.
95 </p>
96 <h3>
97 pystatgrab
98 </h3>
99 <ul>
100 <li>
101 <a href="/pystatgrab/">pystatgrab homepage</a>
102 </li>
103 </ul>
104 <p>
105 pystatgrab is a set of Python bindings for the libstatgrab
106 library. It provides a set of function calls identical to
107 those of libstatgrab, and returns data in structures that
108 logically map on to those of libstatgrab.
109 </p>
110 <h3>
111 Laroona
112 </h3>
113 <ul>
114 <li>
115 <a href="/laroona/">Laroona homepage</a>
116 </li>
117 </ul>
118 <p>
119 Laroona is the new central monitoring system. It's still
120 very much in the early stages of development, and doesn't
121 have any code available for download yet. Look at the
122 project page for more on the development process.
123 </p>
124 <h3>
125 CMS - Central Monitoring System
126 </h3>
127 <ul>
128 <li>
129 <a href="/cms/">CMS homepage</a>
130 </li>
131 </ul>
132 <p>
133 i-scream originally started out with just the CMS (Central
134 Monitoring System) project. Since then it's moved on to
135 have other related projects, as well as the CMS.
136 </p>
137 <p>
138 The CMS is no longer being developed. We are now putting
139 our time into a new project redeveloping the CMS. We're
140 taking the good ideas from the old CMS, improving some of
141 the weaknesses, and we'll hopefully produce are far
142 superior product.
143 </p>
144 <h2>
145 <a id="about">About</a>
146 </h2>
147 <p>
148 The i-scream group is a causual team of individuals with a
149 variety of personal interests, working together to produce
150 software, tools, and libraries that might be of use or
151 interest to others.
152 </p>
153 <p>
154 To find out more about who we are see the
155 <a href="/who.xhtml">Who We Are</a> webpage.
156 </p>
157 <h2>
158 <a id="search">Search</a>
159 </h2>
160 <p>
161 Use this form to search the whole i-scream website,
162 courtesy of Google.
163 </p>
164 <form method="get" action="http://www.google.com/custom">
165 <p>
166 <a href="http://www.google.com/search">
167 <img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" />
168 </a>
169 <input type="hidden" name="domains" value="i-scream.org" />
170 <input type="hidden" name="sitesearch" value="i-scream.org" />
171 <input type="text" name="q" size="31" maxlength="255" value="" />
172 <input type="submit" name="sa" value="Search" />
173 <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;" />
174 </p>
175 </form>
176 </div>
177 <!--#include virtual="/footer.inc" -->
178 </div>
179 <!--#include virtual="/menu.inc" -->
180 </div>
181 </body>
182 </html>