| 1 | libstatgrab README | 
 
 
 
 
 | 2 | http://www.i-scream.org/libstatgrab/ | 
 
 
 
 
 | 3 |  | 
 
 
 
 
 | 4 | $Id: README,v 1.8 2004/01/19 16:49:17 tdb Exp $ | 
 
 
 
 
 | 5 |  | 
 
 
 
 
 | 6 | Description | 
 
 
 
 
 | 7 | ----------- | 
 
 
 
 
 | 8 |  | 
 
 
 
 
 | 9 | libstatgrab is a library for accessing information from the system | 
 
 
 
 
 | 10 | for statistical purposes. It could be used for software that monitors | 
 
 
 
 
 | 11 | the system for alerting or graphing purposes. | 
 
 
 
 
 | 12 |  | 
 
 
 
 
 | 13 | License | 
 
 
 
 
 | 14 | ------- | 
 
 
 
 
 | 15 |  | 
 
 
 
 
 | 16 | The library part of libstatgrab is licensed under the GNU LGPL, but | 
 
 
 
 
 | 17 | the tools and examples are licensed under the GNU GPL. | 
 
 
 
 
 | 18 |  | 
 
 
 
 
 | 19 | Building and Installation | 
 
 
 
 
 | 20 | ------------------------- | 
 
 
 
 
 | 21 |  | 
 
 
 
 
 | 22 | After downloading and extracting libstatgrab, configure and build as | 
 
 
 
 
 | 23 | follows; | 
 
 
 
 
 | 24 |  | 
 
 
 
 
 | 25 | ./configure | 
 
 
 
 
 | 26 | make | 
 
 
 
 
 | 27 |  | 
 
 
 
 
 | 28 | Then install as root; | 
 
 
 
 
 | 29 |  | 
 
 
 
 
 | 30 | make install | 
 
 
 
 
 | 31 |  | 
 
 
 
 
 | 32 | There are, of course, the usual GNU-style configure options; | 
 
 
 
 
 | 33 |  | 
 
 
 
 
 | 34 | --prefix=PREFIX | 
 
 
 
 
 | 35 |  | 
 
 
 
 
 | 36 | For more documentation on the installation process, please read the | 
 
 
 
 
 | 37 | INSTALL document. | 
 
 
 
 
 | 38 |  | 
 
 
 
 
 | 39 | Platform Specific Notes | 
 
 
 
 
 | 40 | ----------------------- | 
 
 
 
 
 | 41 |  | 
 
 
 
 
 | 42 | Please see the PLATFORMS file for supported platforms and specific | 
 
 
 
 
 | 43 | notes on using libstatgrab on those platforms. | 
 
 
 
 
 | 44 |  | 
 
 
 
 
 | 45 | Problems? | 
 
 
 
 
 | 46 | --------- | 
 
 
 
 
 | 47 |  | 
 
 
 
 
 | 48 | Please let us know if you have any problems - support@i-scream.org. | 
 
 
 
 
 | 49 |  | 
 
 
 
 
 | 50 | If you find a bug, help us to fix it by sending details to | 
 
 
 
 
 | 51 | bugs@i-scream.org. If you have a patch, please send it too. | 
 
 
 
 
 | 52 |  | 
 
 
 
 
 | 53 | Thank-you for using i-scream software. |