mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +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">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-5.0.5.tar.gz">
|
<!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-5.0.5.tar.gz">
|
<!ENTITY sysstat-download-ftp "ftp://ibiblio.org/pub/linux/system/status/sysstat-&sysstat-version;.tar.gz">
|
||||||
<!ENTITY sysstat-size "123 KB">
|
<!ENTITY sysstat-size "124 KB">
|
||||||
<!ENTITY sysstat-buildsize "1.2 MB">
|
<!ENTITY sysstat-buildsize "1.2 MB">
|
||||||
<!ENTITY sysstat-time ".12 SBU">
|
<!ENTITY sysstat-time ".12 SBU">
|
||||||
]>
|
]>
|
||||||
@ -25,8 +25,8 @@
|
|||||||
<para>The <application>Sysstat</application> package contains utilities to
|
<para>The <application>Sysstat</application> package contains utilities to
|
||||||
monitor system performance and usage activity.
|
monitor system performance and usage activity.
|
||||||
<application>Sysstat</application> contains the <command>sar</command> utility,
|
<application>Sysstat</application> contains the <command>sar</command> utility,
|
||||||
common to many commercial Unixes, and tools you can schedule via cron to collect
|
common to many commercial Unixes, and tools you can schedule via cron to
|
||||||
and historize performance and activity data.</para>
|
collect and historize performance and activity data.</para>
|
||||||
|
|
||||||
<sect3><title>Package information</title>
|
<sect3><title>Package information</title>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
@ -73,10 +73,11 @@ press <command>Enter</command> to accept the (very sane) defaults.</para>
|
|||||||
|
|
||||||
<sect3><title>Cron information</title>
|
<sect3><title>Cron information</title>
|
||||||
|
|
||||||
<para>To begin gathering <application>Sysstat</application> history information,
|
<para>To begin gathering <application>Sysstat</application> history
|
||||||
you must add to, or create a privileged user's crontab. The default history
|
information, you must add to, or create a privileged user's crontab. The
|
||||||
data location is <filename class="directory">/var/log/sa</filename>. The user
|
default history data location is
|
||||||
running <application>Sysstat</application> utilities via cron must have write
|
<filename class="directory">/var/log/sa</filename>. The user running
|
||||||
|
<application>Sysstat</application> utilities via cron must have write
|
||||||
access to this location.</para>
|
access to this location.</para>
|
||||||
|
|
||||||
<para>Below is an example of what to install in the crontab. Adjust the
|
<para>Below is an example of what to install in the crontab. Adjust the
|
||||||
|
Loading…
Reference in New Issue
Block a user