mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Updated Sysstat instuctions to use entities instead of hard-coded version numbers
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2619 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9c69d5bc8f
commit
1498ead5d7
@ -4,9 +4,9 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-5.0.5.tar.gz">
|
||||
<!ENTITY sysstat-download-ftp "ftp://ibiblio.org/pub/linux/system/status/sysstat-5.0.5.tar.gz">
|
||||
<!ENTITY sysstat-size "123 KB">
|
||||
<!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.gz">
|
||||
<!ENTITY sysstat-download-ftp "ftp://ibiblio.org/pub/linux/system/status/sysstat-&sysstat-version;.tar.gz">
|
||||
<!ENTITY sysstat-size "124 KB">
|
||||
<!ENTITY sysstat-buildsize "1.2 MB">
|
||||
<!ENTITY sysstat-time ".12 SBU">
|
||||
]>
|
||||
@ -25,8 +25,8 @@
|
||||
<para>The <application>Sysstat</application> package contains utilities to
|
||||
monitor system performance and usage activity.
|
||||
<application>Sysstat</application> contains the <command>sar</command> utility,
|
||||
common to many commercial Unixes, and tools you can schedule via cron to collect
|
||||
and historize performance and activity data.</para>
|
||||
common to many commercial Unixes, and tools you can schedule via cron to
|
||||
collect and historize performance and activity data.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -73,10 +73,11 @@ press <command>Enter</command> to accept the (very sane) defaults.</para>
|
||||
|
||||
<sect3><title>Cron information</title>
|
||||
|
||||
<para>To begin gathering <application>Sysstat</application> history information,
|
||||
you must add to, or create a privileged user's crontab. The default history
|
||||
data location is <filename class="directory">/var/log/sa</filename>. The user
|
||||
running <application>Sysstat</application> utilities via cron must have write
|
||||
<para>To begin gathering <application>Sysstat</application> history
|
||||
information, you must add to, or create a privileged user's crontab. The
|
||||
default history data location is
|
||||
<filename class="directory">/var/log/sa</filename>. The user running
|
||||
<application>Sysstat</application> utilities via cron must have write
|
||||
access to this location.</para>
|
||||
|
||||
<para>Below is an example of what to install in the crontab. Adjust the
|
||||
|
Loading…
Reference in New Issue
Block a user