ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/libstatgrab/index.xhtml
Revision: 1.9
Committed: Sat Oct 18 18:52:20 2003 UTC (20 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.8: +11 -1 lines
Log Message:
Add release of libstatgrab 0.6.1.

File Contents

# User Rev Content
1 tdb 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2    
3     <!--
4 tdb 1.2 $Author: tdb $
5 tdb 1.9 $Id: index.shtml,v 1.8 2003/10/11 15:34:16 tdb Exp $
6 tdb 1.1 -->
7    
8     <html>
9    
10     <head>
11     <title>i-scream libstatgrab homepage</title>
12     </head>
13    
14     <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
15    
16     <table border="0" cellpadding="2" cellspacing="2">
17     <tr>
18     <td valign="top">
19     <!--#include virtual="../left.inc" -->
20     </td>
21     <td valign="top">
22     <!--#include virtual="../title.inc" -->
23    
24 tdb 1.3 <font size="2" face="arial,sans-serif">
25    
26 tdb 1.1 <h1>libstatgrab</h1>
27    
28     <ul>
29     <li><a href="#news">News</a></li>
30     <li><a href="#what">What is libstatgrab?</a></li>
31     <li><a href="#download">Downloading</a></li>
32     <li><a href="#documentation">Documentation</a></li>
33 tdb 1.6 <li><a href="#screenshot">Screenshot</a></li>
34 tdb 1.1 </ul>
35    
36     <a name="news"><h2>News</h2></a>
37 tdb 1.9
38     <p>
39     <b>Saturday 18 October 2003</b><br><br>
40     Version 0.6.1 of libstatgrab has been released.<br>
41     Download it
42     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.1.tar.gz">here</a>.
43     This release brings support for FreeBSD 5 on sparc 64, and some
44     bugfixes in FreeBSD memory statistics. Also, some fixes to saidar,
45     and statgrab.
46     </p>
47 tdb 1.1
48     <p>
49 tdb 1.5 <b>Friday 10 October 2003</b><br><br>
50 tdb 1.4 Version 0.6 of libstatgrab has been released.<br>
51     You can download it from our mirror site
52     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.6.tar.gz">here</a>.
53     This release includes some exciting new tools, support for FreeBSD
54     5.1, and documentation in manpages. Plus some major bugfixes and
55     packaging enhancements.
56     </p>
57    
58     <p>
59 tdb 1.1 <b>Tuesday 09 September 2003</b><br><br>
60     We're pleased to announce a new release of libstatgrab.<br>
61     You can download version 0.5.1 from
62     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.1.tar.gz">here</a>.
63     </p>
64    
65     <p>
66     <b>Monday 25 August 2003</b><br><br>
67     We're pleased to announce a new release of libstatgrab.<br>
68     You can download version 0.5 from
69     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.tar.gz">here</a>.
70     This release provides both documentation and examples, which
71     we hope will make the package more useable. Stay tuned for the
72     next release with some useful tools.
73     </p>
74    
75     <a name="what"><h2>What is libstatgrab?</h2></a>
76    
77     <p>
78     libstatgrab is a library that provides cross platform access to
79     statistics about the system on which it's run. It's written in C and
80     presents a selection of useful interfaces which can be used to access
81     key system statistics. The current list of statistics includes CPU
82     usage, memory utilisation, disk usage, process counts, network
83     traffic, disk I/O, and more.
84     </p>
85    
86     <p>
87     The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD
88 tdb 1.4 4.x/5.x. The aim is to extend this to include as many operating systems
89     as possible.
90 tdb 1.1 </p>
91    
92     <p>
93 tdb 1.8 The package also includes a couple of useful tools. The first,
94     <a href="#screenshot">saidar</a>, provides a curses-based interface to
95     viewing the current state of the system. The second, statgrab, gives a
96     sysctl-style interface to the statistics gathered by libstatgrab. This
97     extends the use of libstatgrab to people writing scripts or anything
98     else that can't easily make C function calls. Included with statgrab is
99     a script to generate an <a href="http://www.mrtg.org">MRTG</a>
100     configuration file to use statgrab.
101 tdb 1.1 </p>
102    
103     <a name="download"><h2>Downloading</h2></a>
104    
105     <p>
106     The latest version of libstatgrab can be downloaded from our
107     primary download
108     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab">mirror</a>.
109     All downloads are pgp signed using our <a href="/pgpkey.shtml">PGP Key</a>.
110     </p>
111    
112     <p>
113     For installation instructions see the README and INSTALL files
114     contained within the archive. If you're using
115     <a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
116     <a href="http://www.freshports.org/devel/libstatgrab">devel/libstatgrab</a>
117     port to install libstatgrab for you.
118     </p>
119    
120     <a name="documentation"><h2>Documentation</h2></a>
121    
122     <p>
123     The only online documentation we have at the moment is the manual
124     pages converted in to HTML format. It's probably best to start with
125     the overview manual page:
126    
127     <ul>
128     <li><a href="statgrab.html">statgrab(3)</a></li>
129     </ul>
130     </p>
131    
132     <p>
133     Then we have the manual pages for each function:
134    
135     <ul>
136     <li><a href="cpu_percent_usage.html">cpu_percent_usage(3)</a></li>
137     <li><a href="get_diskio_stats.html">get_diskio_stats(3)</a></li>
138     <li><a href="get_general_stats.html">get_general_stats(3)</a></li>
139     <li><a href="get_load_stats.html">get_load_stats(3)</a></li>
140     <li><a href="get_memory_stats.html">get_memory_stats(3)</a></li>
141     <li><a href="get_network_stats.html">get_network_stats(3)</a></li>
142     <li><a href="get_page_stats.html">get_page_stats(3)</a></li>
143     <li><a href="get_process_stats.html">get_process_stats(3)</a></li>
144     <li><a href="get_user_stats.html">get_user_stats(3)</a></li>
145     </ul>
146 tdb 1.6 </p>
147    
148     <a name="screenshot"><h2>Screenshot</h2></a>
149    
150     <p>
151     Here's what saidar looks like when it's running:
152 tdb 1.7 </p>
153     <p>
154 tdb 1.6 <img src="saidar.png" alt="saidar screenshot">
155 tdb 1.1 </p>
156 tdb 1.3
157     </font>
158 tdb 1.1
159     <!--#include virtual="../bottom.inc" -->
160     </td>
161     </tr>
162     </table>
163    
164     </body>
165     </html>