ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/libstatgrab/index.xhtml
Revision: 1.2
Committed: Sat Oct 4 19:26:23 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.1: +6 -6 lines
Log Message:
Typo fix, thanks Adam.

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     $Id: index.shtml,v 1.1 2003/10/04 18:00:57 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     <h1>libstatgrab</h1>
25    
26     <ul>
27     <li><a href="#news">News</a></li>
28     <li><a href="#what">What is libstatgrab?</a></li>
29     <li><a href="#download">Downloading</a></li>
30     <li><a href="#documentation">Documentation</a></li>
31     </ul>
32    
33     <a name="news"><h2>News</h2></a>
34    
35     <p>
36     <b>Tuesday 09 September 2003</b><br><br>
37     We're pleased to announce a new release of libstatgrab.<br>
38     You can download version 0.5.1 from
39     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.1.tar.gz">here</a>.
40     This release is primarily a bugfix release..
41     </p>
42    
43     <p>
44     <b>Monday 25 August 2003</b><br><br>
45     We're pleased to announce a new release of libstatgrab.<br>
46     You can download version 0.5 from
47     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.5.tar.gz">here</a>.
48     This release provides both documentation and examples, which
49     we hope will make the package more useable. Stay tuned for the
50     next release with some useful tools.
51     </p>
52    
53     <a name="what"><h2>What is libstatgrab?</h2></a>
54    
55     <p>
56     libstatgrab is a library that provides cross platform access to
57     statistics about the system on which it's run. It's written in C and
58     presents a selection of useful interfaces which can be used to access
59     key system statistics. The current list of statistics includes CPU
60     usage, memory utilisation, disk usage, process counts, network
61     traffic, disk I/O, and more.
62     </p>
63    
64     <p>
65     The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD
66     4.x. The aim is to extend this to include as many operating systems as
67     possible.
68     </p>
69    
70     <p>
71     The package also includes a couple of useful tools. The first, saidar,
72     provides a curses-based interface to viewing the current state of the
73     system. The second, statgrab, gives a sysctl-style interface to the
74     statistics gathered by libstatgrab. This extends the use of
75 tdb 1.2 libstatgrab to people writing scripts or anything else that can't
76     easily make C function calls. Included with statgrab is a script to
77     generate an <a href="http://www.mrtg.org">MRTG</a> configuration file
78     to use statgrab.
79 tdb 1.1 </p>
80    
81     <a name="download"><h2>Downloading</h2></a>
82    
83     <p>
84     The latest version of libstatgrab can be downloaded from our
85     primary download
86     <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/libstatgrab">mirror</a>.
87     All downloads are pgp signed using our <a href="/pgpkey.shtml">PGP Key</a>.
88     </p>
89    
90     <p>
91     For installation instructions see the README and INSTALL files
92     contained within the archive. If you're using
93     <a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
94     <a href="http://www.freshports.org/devel/libstatgrab">devel/libstatgrab</a>
95     port to install libstatgrab for you.
96     </p>
97    
98     <a name="documentation"><h2>Documentation</h2></a>
99    
100     <p>
101     The only online documentation we have at the moment is the manual
102     pages converted in to HTML format. It's probably best to start with
103     the overview manual page:
104    
105     <ul>
106     <li><a href="statgrab.html">statgrab(3)</a></li>
107     </ul>
108     </p>
109    
110     <p>
111     Then we have the manual pages for each function:
112    
113     <ul>
114     <li><a href="cpu_percent_usage.html">cpu_percent_usage(3)</a></li>
115     <li><a href="get_diskio_stats.html">get_diskio_stats(3)</a></li>
116     <li><a href="get_general_stats.html">get_general_stats(3)</a></li>
117     <li><a href="get_load_stats.html">get_load_stats(3)</a></li>
118     <li><a href="get_memory_stats.html">get_memory_stats(3)</a></li>
119     <li><a href="get_network_stats.html">get_network_stats(3)</a></li>
120     <li><a href="get_page_stats.html">get_page_stats(3)</a></li>
121     <li><a href="get_process_stats.html">get_process_stats(3)</a></li>
122     <li><a href="get_user_stats.html">get_user_stats(3)</a></li>
123     </ul>
124     </p>
125    
126     <!--#include virtual="../bottom.inc" -->
127     </td>
128     </tr>
129     </table>
130    
131     </body>
132     </html>