Atsar can be used to measure the load on the most relevant system-resources,
such as CPU, disk, memory and network. Long-term analysis can be done via
cron, by maintaining log-files with statistical information. Short-term
analysis can be done by starting the command atsar with an interval and
a number of samples.


Quick installation:
-------------------

	Run the following commands:

		make
		make install

	Add the following line to the file /etc/rc.d/rc.local:

		/usr/local/bin/atsadc /var/log/atsar/atsa`date +%d`

	Add the following lines to the crontab of the user root:

		0     *    * * 0-6 /usr/local/bin/atsa1
		20,40 8-17 * * 1-5 /usr/local/bin/atsa1

The directories /usr/local/bin and /usr/local/man are assumed to be present.

A detailed installation-description can be found in document doc/install.ps.

              +++++++++++++++++++++++++++++++++++++++++++++++++

For UNIX-versions which support a native sar-command, atsar is running
as a complementary tool gathering statistics which are ignored by the
native sar-command (e.g. network-utilization).
