ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/libstatgrab/index.xhtml
Revision: 1.3
Committed: Sat Oct 4 22:31:46 2003 UTC (20 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.2: +5 -1 lines
Log Message:
Nail the font to be more like the rest of the website.

File Contents

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