~ubuntu-branches/ubuntu/hoary/sysstat/hoary

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2004-06-15 18:47:50 UTC
  • Revision ID: james.westby@ubuntu.com-20040615184750-y9zskvg3k6tf9j15
Tags: upstream-5.0.5
ImportĀ upstreamĀ versionĀ 5.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sysstat: System performance tools for the Linux operating system...
 
2
--
 
3
(C) 1999-2004 Sebastien Godard (sysstat <at> wanadoo.fr)
 
4
 
 
5
The latest version of sysstat can always be found on my web site at:
 
6
 
 
7
http://perso.wanadoo.fr/sebastien.godard/
 
8
 
 
9
sysstat package is also available at ibiblio's Linux archive
 
10
in the following directory:
 
11
 
 
12
ftp://ibiblio.org/pub/Linux/system/status/
 
13
 
 
14
See the CHANGES file to know the new features/improvements/bug fixes added
 
15
in this release of sysstat.
 
16
 
 
17
 
 
18
INSTALLATION
 
19
------------
 
20
 
 
21
The sysstat utilities are a collection of performance monitoring tools for
 
22
Linux. These include mpstat, iostat, sar and sa tools. 
 
23
 
 
24
The first stage is to configure sysstat for your system:
 
25
 
 
26
        make config
 
27
 
 
28
This is useful to change some configuration variables, for instance if you
 
29
want to choose installation directories.
 
30
Answer the questions or enter Return to accept the default values.
 
31
For yes/no questions, please answer 'y' or 'n' (without the quotes): It is
 
32
case sensitive! You can also enter '?' to get a help message.
 
33
Configuring your system is not compulsory. If not done, sysstat will use
 
34
a default configuration file...
 
35
 
 
36
The next stage is to build the various binary files. Enter:
 
37
 
 
38
        make
 
39
 
 
40
Then log in as root and enter:
 
41
 
 
42
        make install
 
43
 
 
44
(see next section to know the files that are installed).
 
45
That's all!
 
46
 
 
47
Of course tell me if there are any problems. This is the only way I can improve
 
48
'sysstat'. Please also remember to read the FAQ included in this package.
 
49
 
 
50
With regard to sysstat, patches and suggestions for improvements are always
 
51
welcome! Send them to (sysstat <at> wanadoo.fr).
 
52
 
 
53
 
 
54
FILES THAT ARE INSTALLED
 
55
------------------------
 
56
 
 
57
I _hate_ when packages install files everywhere on my disk and I don't know
 
58
where...
 
59
So here is the list of files installed by sysstat, when you ask for a
 
60
complete installation.
 
61
${PREFIX} is the value of the PREFIX variable defined in the Makefile
 
62
(usually set to /usr/local or /usr).
 
63
 
 
64
${PREFIX}/lib/sa/sadc
 
65
${PREFIX}/lib/sa/sa1
 
66
${PREFIX}/lib/sa/sa2
 
67
${PREFIX}/bin/sar
 
68
${PREFIX}/bin/iostat
 
69
${PREFIX}/bin/mpstat
 
70
${PREFIX}(/share)/man/man8/sadc.8
 
71
${PREFIX}(/share)/man/man8/sa1.8
 
72
${PREFIX}(/share)/man/man8/sa2.8
 
73
${PREFIX}(/share)/man/man1/sar.1
 
74
${PREFIX}(/share)/man/man1/iostat.1
 
75
${PREFIX}(/share)/man/man1/mpstat.1
 
76
${PREFIX}/share/locale/af/LC_MESSAGES/sysstat.mo
 
77
${PREFIX}/share/locale/de/LC_MESSAGES/sysstat.mo
 
78
${PREFIX}/share/locale/es/LC_MESSAGES/sysstat.mo
 
79
${PREFIX}/share/locale/fr/LC_MESSAGES/sysstat.mo
 
80
${PREFIX}/share/locale/it/LC_MESSAGES/sysstat.mo
 
81
${PREFIX}/share/locale/ja/LC_MESSAGES/sysstat.mo
 
82
${PREFIX}/share/locale/nb_NO/LC_MESSAGES/sysstat.mo
 
83
${PREFIX}/share/locale/nn_NO/LC_MESSAGES/sysstat.mo
 
84
${PREFIX}/share/locale/pl/LC_MESSAGES/sysstat.mo
 
85
${PREFIX}/share/locale/pt/LC_MESSAGES/sysstat.mo
 
86
${PREFIX}/share/locale/ro/LC_MESSAGES/sysstat.mo
 
87
${PREFIX}/share/locale/ru/LC_MESSAGES/sysstat.mo
 
88
${PREFIX}/share/locale/sk/LC_MESSAGES/sysstat.mo
 
89
${PREFIX}/doc/sysstat-x.y.z/*
 
90
/var/log/sa
 
91
${INIT_DIR}/sysstat
 
92
${RC_DIR}/rc2.d/S03sysstat
 
93
${RC_DIR}/rc3.d/S03sysstat
 
94
${RC_DIR}/rc5.d/S03sysstat
 
95
 
 
96
with:
 
97
 
 
98
${INIT_DIR}=/etc/rc.d/init.d/   for [REDHAT] [CALDERA] [MANDRAKE] [TURBOLINUX]
 
99
                                    [KONDARA]
 
100
${INIT_DIR}=/sbin/init.d/       for [SUSE <= 7.0]
 
101
${INIT_DIR}=/etc/init.d/        for [SUSE >= 7.1] [DEBIAN]
 
102
${RC_DIR}=/etc/rc.d/            for [REDHAT] [CALDERA] [MANDRAKE] [TURBOLINUX]
 
103
                                    [KONDARA]
 
104
${RC_DIR}=/sbin/init.d/         for [SUSE <= 7.0]
 
105
${RC_DIR}=/etc/init.d/          for [SUSE >= 7.1]
 
106
${RC_DIR}=/etc/                 for [DEBIAN]
 
107
 
 
108
 
 
109
MISCELLANEOUS
 
110
-------------
 
111
 
 
112
The sar, mpstat and iostat commands are only front-ends to the kernel proc
 
113
filesystem... They cannot display statistics that Linux does not
 
114
provide, nor can they be more accurate than Linux is.
 
115
The sysstat package has been tested on Linux kernels 2.0.x, 2.2.x, 2.4.x and
 
116
2.6.x, but since new statistics are added in sysstat, they are not necessarily
 
117
present in old kernels.
 
118
 
 
119
It has been designed with National Language Support (NLS) in mind, using
 
120
the GNU gettext package (available at http://www.gnu.org).
 
121
At the present time, English, French, German, Spanish, Portuguese,
 
122
Afrikaans, Norwegian, Italian, Russian, Romanian, Polish, Slovak and
 
123
Japanese translations are available. You are welcome if you want to make
 
124
other languages available ;-)
 
125
Please read the README-nls file in the nls directory before.
 
126
 
 
127
--
 
128
Sebastien Godard (sysstat <at> wanadoo.fr)
 
129