To install statit become root and type make.
Note that you cannot do this on NFS mounted directories
which do not allow root write access.
Move statit to a directory such as /bin or /usr/local/bin,
so that it is accessible to your search path.

Ensure that it is installed with the right modes, eg:
% ls -lg /bin/statit
-rwxr-sr-x  1 root     kmem       114688 Dec 22 22:15 /bin/statit
This can be done by typing "make -f appropiate_path/statit/Makefile cmod"

Instructions on using statit can be found in statit.8.  Format using
nroff -man statit.8.
Statit has been tested on Sun 3's and Sun 4's under SunOS 3.5 and
SunOS 4.X.  See the comments at the beginning of the Makefile
for compile time #defines depending on your OS and architecture
version.

The program avg is a shell/awk script that helps to reduce
statit default mode output. It averages user specified numbers
and outputs them in a tab separated format that may be
useful for plotting or spreadsheets.  Read the comments at the
beginning of the avg file on how to use it.
