]> i-scream Git - www.i-scream.org.git/commitdiff
Move description of libstatgrab to top of page.
authorTim Bishop <tim@bishnet.net>
Wed, 9 Mar 2005 10:43:07 +0000 (10:43 +0000)
committerTim Bishop <tim@bishnet.net>
Wed, 9 Mar 2005 10:43:07 +0000 (10:43 +0000)
www/libstatgrab/index.xhtml

index ebe279bd5bf95345da6d531277241b031717f7cd..07e992167b909662c370e1658e65c86829f479f6 100644 (file)
           <div id="topnav">
             <ul>
               <li>
-                <a href="#news">News</a>
+                <a href="#what">What is libstatgrab?</a>
               </li>
               <li>
-                <a href="#what">What is libstatgrab?</a>
+                <a href="#news">News</a>
               </li>
               <li>
                 <a href="#download">Downloading</a>
               </li>
             </ul>
           </div>
+          <h2>
+            <a id="what">What is libstatgrab?</a>
+          </h2>
+          <p>
+            libstatgrab is a library that provides cross platform
+            access to statistics about the system on which it's run.
+            It's written in C and presents a selection of useful
+            interfaces which can be used to access key system
+            statistics. The current list of statistics includes CPU
+            usage, memory utilisation, disk usage, process counts,
+            network traffic, disk I/O, and more.
+          </p>
+          <p>
+            The current list of platforms is Solaris 2.x, Linux
+            2.2/2.4/2.6, FreeBSD 4.x/5.x, NetBSD 1.6.x, OpenBSD 3.x,
+            DragonFly BSD 1.0, HP-UX, and Cygwin. The aim is to extend
+            this to include as many operating systems as possible.
+          </p>
+          <p>
+            The package also includes a couple of useful tools. The
+            first, <a href="#screenshot">saidar</a>, provides a
+            curses-based interface to viewing the current state of the
+            system. The second, statgrab, gives a sysctl-style
+            interface to the statistics gathered by libstatgrab. This
+            extends the use of libstatgrab to people writing scripts or
+            anything else that can't easily make C function calls.
+            Included with statgrab is a script to generate an
+            <a href="http://www.mrtg.org">MRTG</a> configuration file
+            to use statgrab.
+          </p>
           <h2>
             <a id="news">News</a>
           </h2>
             bindings, has been released. Check out it's
             <a href="/pystatgrab/">project page</a>.
           </p>
-          <h2>
-            <a id="what">What is libstatgrab?</a>
-          </h2>
-          <p>
-            libstatgrab is a library that provides cross platform
-            access to statistics about the system on which it's run.
-            It's written in C and presents a selection of useful
-            interfaces which can be used to access key system
-            statistics. The current list of statistics includes CPU
-            usage, memory utilisation, disk usage, process counts,
-            network traffic, disk I/O, and more.
-          </p>
-          <p>
-            The current list of platforms is Solaris 2.x, Linux
-            2.2/2.4/2.6, FreeBSD 4.x/5.x, NetBSD 1.6.x, OpenBSD 3.x,
-            DragonFly BSD 1.0, HP-UX, and Cygwin. The aim is to extend
-            this to include as many operating systems as possible.
-          </p>
-          <p>
-            The package also includes a couple of useful tools. The
-            first, <a href="#screenshot">saidar</a>, provides a
-            curses-based interface to viewing the current state of the
-            system. The second, statgrab, gives a sysctl-style
-            interface to the statistics gathered by libstatgrab. This
-            extends the use of libstatgrab to people writing scripts or
-            anything else that can't easily make C function calls.
-            Included with statgrab is a script to generate an
-            <a href="http://www.mrtg.org">MRTG</a> configuration file
-            to use statgrab.
-          </p>
           <h2>
             <a id="download">Downloading</a>
           </h2>