Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 801c4cef0957d3a7b752301a8d224835 > files > 15

sysstat-4.0.0-1mdk.i586.rpm

sysstat: System performance tools for the Linux operating system...
--
(C) 1999-2001 Sebastien Godard <sebastien.godard@wanadoo.fr>

The latest version of sysstat can always be found at Metalab in the
following directory:

ftp://metalab.unc.edu/pub/Linux/system/status/

sysstat home page is now at:

http://perso.wanadoo.fr/sebastien.godard/


INSTALLATION
------------

The sysstat utilities are a collection of performance monitoring tools for
Linux. These include mpstat, iostat, sar, isag and sa tools. 

The current release of the sysstat package no longer contains a patch for the
Linux kernel. I do not want to maintain it any more. The last patch (version 4)
is still available on my web site (http://perso.wanadoo.fr/sebastien.godard/)
for download.
Yet the iostat command has been updated to take advantage of Stephen Tweedie's
kernel patch to display extended I/O statistics (option '-x' for iostat).
You can find Stephen's patch here:
ftp://ftp.uk.linux.org/pub/linux/sct/fs/profiling

See the CHANGES file to know the new features/improvements/bug fixes added
in this release of sysstat.


The first stage is to configure sysstat for your system:

	make config

This is useful to change some configuration variables, for instance if you
want to choose installation directories.
Answer the questions or enter Return to accept the default values.
For yes/no questions, please answer 'y' or 'n' (without the quotes): It is
case sensitive! You can also enter '?' to get a help message.
Configuring your system is not compulsory. If not done, sysstat will use
a default configuration file...

The next stage is to build the various binary files. Enter:

	make

Then log in as root and enter:

	make install

(see next section to know the installed files).

Of course tell me if there are any problems. This is the only way I can improve
'sysstat'. But if you wanna raise my morale, you can also send me reports of
successful use instead of bug reports ;-)
Patches and suggestions for improvements are always welcome!
Send them to <sebastien.godard@wanadoo.fr>.
Bugs and questions concerning the "isag" command should be sent to David
Doubrava <linux_monitor@volny.cz>.


FILES THAT ARE INSTALLED
------------------------

I _hate_ when packages install files eveywhere on my disk and I don't know
where...
So here is the list of files installed by sysstat, when you ask for a
complete installation.
${PREFIX} is the value of the PREFIX variable defined in the Makefile
(usually set to /usr/local or /usr).

${PREFIX}/lib/sa/sadc
${PREFIX}/lib/sa/sa1
${PREFIX}/lib/sa/sa2
${PREFIX}/bin/sar
${PREFIX}/bin/iostat
${PREFIX}/bin/mpstat
${PREFIX}/bin/isag
${PREFIX}/man/man8/sadc.8
${PREFIX}/man/man8/sa1.8
${PREFIX}/man/man8/sa2.8
${PREFIX}/man/man1/sar.1
${PREFIX}/man/man1/iostat.1
${PREFIX}/man/man1/mpstat.1
${PREFIX}/man/man1/isag.1
${PREFIX}/share/locale/fr/LC_MESSAGES/sysstat.mo
${PREFIX}/share/locale/de/LC_MESSAGES/sysstat.mo
${PREFIX}/share/locale/es/LC_MESSAGES/sysstat.mo
${PREFIX}/share/locale/pt/LC_MESSAGES/sysstat.mo
${PREFIX}/doc/sysstat-x.y/*
/var/log/sa
/etc/rc.d/init.d/sysstat	[REDHAT]
/etc/rc.d/rc2.d/S03sysstat	[REDHAT]
/etc/rc.d/rc3.d/S03sysstat	[REDHAT]
/etc/rc.d/rc5.d/S03sysstat	[REDHAT]
/sbin/init.d/sysstat		[SUSE <= 7.0]
/sbin/init.d/rc2.d/S03sysstat	[SUSE <= 7.0]
/sbin/init.d/rc3.d/S03sysstat	[SUSE <= 7.0]
/sbin/init.d/rc5.d/S03sysstat	[SUSE <= 7.0]
/etc/init.d/sysstat		[SUSE <= 7.0]
/etc/init.d/rc2.d/S03sysstat	[SUSE >= 7.1]
/etc/init.d/rc3.d/S03sysstat	[SUSE >= 7.1]
/etc/init.d/rc5.d/S03sysstat	[SUSE >= 7.1]


MISCELLANEOUS
-------------

The sar, mpstat and iostat commands are only front-ends to the kernel proc
filesystem... They cannot display statistics that Linux does not
provide, nor can they be more accurate than Linux is.
The sysstat package has been tested on Linux kernels 2.0.x and 2.2.x,
but since new statistics are added in sysstat, they are not necessarily
present in old 2.0.x kernels.

It has been designed with National Language Support (NLS) in mind, using
the GNU gettext package (available at http://www.gnu.org).
At the present time, english, french, german, spanish and portuguese
translations are available. You are welcome if you want to make other
languages available ;-)

--
Sebastien Godard <sebastien.godard@wanadoo.fr>