ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
Revision: 1.9
Committed: Mon May 31 15:01:25 2004 UTC (19 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.8: +11 -0 lines
Log Message:
Announce pystatgrab release.

File Contents

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