Tagged sysstat.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4004 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-07 10:41:02 +00:00
parent 4b95c5d96f
commit eb2cf83a5e

View File

@ -13,98 +13,107 @@
]> ]>
<sect1 id="sysstat" xreflabel="Sysstat-&sysstat-version;"> <sect1 id="sysstat" xreflabel="Sysstat-&sysstat-version;">
<sect1info> <?dbhtml filename="sysstat.html"?>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="sysstat.html"?>
<title>Sysstat-&sysstat-version;</title>
<indexterm zone="sysstat">
<primary sortas="a-Sysstat">Sysstat</primary></indexterm>
<sect2> <sect1info>
<title>Introduction to <application>Sysstat</application></title> <othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<para>The <application>Sysstat</application> package contains utilities to <title>Sysstat-&sysstat-version;</title>
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>
<sect3><title>Package information</title> <indexterm zone="sysstat">
<itemizedlist spacing='compact'> <primary sortas="a-Sysstat">Sysstat</primary>
<listitem><para>Download (HTTP): </indexterm>
<ulink url="&sysstat-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&sysstat-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum:
&sysstat-md5sum;</para></listitem>
<listitem><para>Download size:
&sysstat-size;</para></listitem>
<listitem><para>Estimated disk space required:
&sysstat-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&sysstat-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>Sysstat</application> dependencies</title> <sect2 role="package">
<sect4><title>Recommended</title> <title>Introduction to Sysstat</title>
<para><xref linkend="fcron"/></para></sect4>
</sect3>
</sect2> <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>
<sect2> <bridgehead renderas="sect3">Package Information</bridgehead>
<title>Installation of <application>Sysstat</application></title> <itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&sysstat-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&sysstat-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &sysstat-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &sysstat-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &sysstat-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &sysstat-time;</para>
</listitem>
</itemizedlist>
<para>Install <application>Sysstat</application> by running the <bridgehead renderas="sect3">Sysstat Dependencies</bridgehead>
following commands:</para>
<screen><userinput><command>make config &amp;&amp; <bridgehead renderas="sect4">Recommended</bridgehead>
make</command></userinput></screen> <para><xref linkend="fcron"/></para>
<para>Now, as the root user:</para> </sect2>
<screen><userinput role='root'><command>make install</command></userinput></screen> <sect2 role="installation">
<title>Installation of Sysstat</title>
</sect2> <para>Install <application>Sysstat</application> by running the
following commands:</para>
<sect2> <screen><userinput>make config &amp;&amp;
<title>Command explanations</title> make</userinput></screen>
<para><command>make config</command>: Runs the interactive configuration <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
process. The first question prompts you for an
<quote><computeroutput>Installation directory</computeroutput></quote>. Reply
with <filename class="directory">/usr</filename>, as
this is equivalent to <application>Autoconf</application>'s
<parameter>--prefix=/usr</parameter> parameter to
<command>configure</command>. For all other prompts, you may
press <command>Enter</command> to accept the (very sane) defaults. When
prompted for <quote><computeroutput>Number of daily data files to keep:
[7]</computeroutput></quote>, you may wish to keep a larger number of files.
However, don't exceed 25 because <application>Sysstat</application> will
resuse existing files the next month, leading to erroneous daily
reports.</para>
</sect2> <screen role="root"><userinput>make install</userinput></screen>
<sect2> </sect2>
<title>Configuring <application>Sysstat</application></title>
<sect3><title>Cron information</title> <sect2 role="commands">
<title>Command Explanations</title>
<para>To begin gathering <application>Sysstat</application> history <para><command>make config</command>: Runs the interactive configuration
information, you must add to, or create a privileged user's crontab. The process. The first question prompts you for an
default history data location is <quote><computeroutput>Installation directory</computeroutput></quote>.
<filename class="directory">/var/log/sa</filename>. The user running Reply with <filename class="directory">/usr</filename>, as this is equivalent to
<application>Sysstat</application> utilities via cron must have write <application>Autoconf</application>'s <option>--prefix=/usr</option> parameter
access to this location.</para> to <command>configure</command>. For all other prompts, you may
press <keycap>Enter</keycap> to accept the (very sane) defaults. When
prompted for <quote><computeroutput>Number of daily data files to keep:
[7]</computeroutput></quote>, you may wish to keep a larger number of files.
However, don't exceed 25 because <application>Sysstat</application> will
resuse existing files the next month, leading to erroneous daily reports.</para>
<para>Below is an example of what to install in the crontab. Adjust the </sect2>
parameters to suit your needs. Use <command>man sa1</command> and
<command>man sa2</command> for information about the commands.</para>
<screen><userinput># 8am-7pm activity reports every 10 minutes during weekdays <sect2 role="configuration">
<title>Configuring Sysstat</title>
<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
access to this location.</para>
<para>Below is an example of what to install in the crontab. Adjust the
parameters to suit your needs. Use <command>man sa1</command> and
<command>man sa2</command> for information about the commands.</para>
<screen><literal># 8am-7pm activity reports every 10 minutes during weekdays
0 8-18 * * 1-5 /usr/lib/sa/sa1 600 6 &amp; 0 8-18 * * 1-5 /usr/lib/sa/sa1 600 6 &amp;
# 7pm-8am activity reports every hour during weekdays # 7pm-8am activity reports every hour during weekdays
@ -114,101 +123,118 @@ parameters to suit your needs. Use <command>man sa1</command> and
0 * * * 0,6 /usr/lib/sa/sa1 &amp; 0 * * * 0,6 /usr/lib/sa/sa1 &amp;
# Daily summary prepared at 19:05 # Daily summary prepared at 19:05
5 19 * * * /usr/lib/sa/sa2 -A &amp;</userinput></screen> 5 19 * * * /usr/lib/sa/sa2 -A &amp;</literal></screen>
<para>Ensure you submit the revised crontab to the cron daemon.</para> <para>Ensure you submit the revised crontab to the cron daemon.</para>
</sect3>
<sect3 id="sysstat-init"><title>System startup information</title> </sect3>
<indexterm zone="sysstat sysstat-init">
<primary sortas="f-sysstat">sysstat</primary></indexterm>
<para>At system startup, a LINUX RESTART message must be inserted in the daily <sect3 id="sysstat-init">
data file to reinitialize the kernel counters. This can be automated by <title>System Startup Information</title>
installing the <filename>/etc/rc.d/init.d/sysstat</filename> init script
included in the <xref linkend="intro-important-bootscripts"/> package using
the following command:</para>
<screen><userinput role='root'><command>make install-sysstat</command></userinput></screen> <indexterm zone="sysstat sysstat-init">
</sect3> <primary sortas="f-sysstat">sysstat</primary>
</indexterm>
</sect2> <para>At system startup, a LINUX RESTART message must be inserted in the daily
data file to reinitialize the kernel counters. This can be automated by
installing the <filename>/etc/rc.d/init.d/sysstat</filename> init script
included in the <xref linkend="intro-important-bootscripts"/> package using
the following command:</para>
<sect2> <screen role="root"><userinput>make install-sysstat</userinput></screen>
<title>Contents</title>
<segmentedlist> </sect3>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem> </sect2>
<seg>iostat, mpstat, sar, sa1, sa2 and sadc</seg>
<seg>None</seg>
<seg>/usr/lib/sa and /var/log/sa</seg>
</seglistitem>
</segmentedlist>
<variablelist> <sect2 role="content">
<bridgehead renderas="sect3">Short Descriptions</bridgehead> <title>Contents</title>
<?dbfo list-presentation="list"?>
<varlistentry id="iostat"> <segmentedlist>
<term><command>iostat</command></term> <segtitle>Installed Programs</segtitle>
<listitem><para>reports <acronym>CPU</acronym> statistics and input/output <segtitle>Installed Libraries</segtitle>
statistics for devices and partitions.</para> <segtitle>Installed Directories</segtitle>
<indexterm zone="sysstat iostat">
<primary sortas="b-iostat">iostat</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="mpstat"> <seglistitem>
<term><command>mpstat</command></term> <seg>iostat, mpstat, sar, sa1, sa2, and sadc</seg>
<listitem><para>reports individual or combined processor related <seg>None</seg>
statistics.</para> <seg>/usr/lib/sa and /var/log/sa</seg>
<indexterm zone="sysstat mpstat"> </seglistitem>
<primary sortas="b-mpstat">mpstat</primary> </segmentedlist>
</indexterm></listitem>
</varlistentry>
<varlistentry id="sar"> <variablelist>
<term><command>sar</command></term> <bridgehead renderas="sect3">Short Descriptions</bridgehead>
<listitem><para> collects, reports and saves system activity <?dbfo list-presentation="list"?>
information.</para> <?dbhtml list-presentation="table"?>
<indexterm zone="sysstat sar">
<primary sortas="b-sar">sar</primary>
</indexterm></listitem>
</varlistentry>
<varlistentry id="sa1"> <varlistentry id="iostat">
<term><command>sa1</command></term> <term><command>iostat</command></term>
<listitem><para>collects and stores binary data in the system activity daily <listitem>
data file. It is a front end to <filename>sadc</filename> designed to be run <para>reports <acronym>CPU</acronym> statistics and input/output
from cron.</para> statistics for devices and partitions.</para>
<indexterm zone="sysstat sa1"> <indexterm zone="sysstat iostat">
<primary sortas="b-sa1">sa1</primary> <primary sortas="b-iostat">iostat</primary>
</indexterm></listitem> </indexterm>
</varlistentry> </listitem>
</varlistentry>
<varlistentry id="sa2"> <varlistentry id="mpstat">
<term><command>sa2</command></term> <term><command>mpstat</command></term>
<listitem><para>writes a summarized daily activity report. It is a front end <listitem>
to <command>sar</command> designed to be run from cron.</para> <para>reports individual or combined processor related statistics.</para>
<indexterm zone="sysstat sa2"> <indexterm zone="sysstat mpstat">
<primary sortas="b-sa2">sa2</primary> <primary sortas="b-mpstat">mpstat</primary>
</indexterm></listitem> </indexterm>
</varlistentry> </listitem>
</varlistentry>
<varlistentry id="sadc"> <varlistentry id="sar">
<term><command>sadc</command></term> <term><command>sar</command></term>
<listitem><para>is the system activity data collector, used as a backend for <listitem>
<command>sar</command>.</para> <para> collects, reports and saves system activity information.</para>
<indexterm zone="sysstat sadc"> <indexterm zone="sysstat sar">
<primary sortas="b-sadc">sadc</primary> <primary sortas="b-sar">sar</primary>
</indexterm></listitem> </indexterm>
</varlistentry> </listitem>
</variablelist> </varlistentry>
</sect2> <varlistentry id="sa1">
<term><command>sa1</command></term>
<listitem>
<para>collects and stores binary data in the system activity daily
data file. It is a front end to <filename>sadc</filename> designed to be run
from cron.</para>
<indexterm zone="sysstat sa1">
<primary sortas="b-sa1">sa1</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="sa2">
<term><command>sa2</command></term>
<listitem>
<para>writes a summarized daily activity report. It is a front end
to <command>sar</command> designed to be run from cron.</para>
<indexterm zone="sysstat sa2">
<primary sortas="b-sa2">sa2</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="sadc">
<term><command>sadc</command></term>
<listitem>
<para>is the system activity data collector, used as a backend for
<command>sar</command>.</para>
<indexterm zone="sysstat sadc">
<primary sortas="b-sadc">sadc</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1> </sect1>