Ignore:
Timestamp:
02/09/2009 08:50:20 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
338c7e3
Parents:
38867eb
Message:

Updated to Sysstat-8.0.4.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7749 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/sysstat.xml

    r38867eb r5a195f0f  
    77  <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.bz2">
    88  <!ENTITY sysstat-download-ftp  "ftp://ibiblio.org/pub/linux/system/status/sysstat-&sysstat-version;.tar.bz2">
    9   <!ENTITY sysstat-md5sum        "46a6af9c5486809c4f1fb4f8fcdf2684">
    10   <!ENTITY sysstat-size          "124 KB">
    11   <!ENTITY sysstat-buildsize     "2 MB">
     9  <!ENTITY sysstat-md5sum        "8352760480604419cdca748cd2e28d57">
     10  <!ENTITY sysstat-size          "181 KB">
     11  <!ENTITY sysstat-buildsize     "3 MB">
    1212  <!ENTITY sysstat-time          "less than 0.1 SBU">
    1313]>
     
    7474    following commands:</para>
    7575
    76 <screen><userinput>make config &amp;&amp;
     76<!-- <screen><userinput>make config &amp;&amp;
     77make</userinput></screen> -->
     78
     79<screen><userinput>sa_lib_dir=/usr/lib/sa \
     80    sa_dir=/var/log/sa \
     81  conf_dir=/etc/sysconfig \
     82    ./configure --prefix=/usr \
     83                --disable-man-group &amp;&amp;
    7784make</userinput></screen>
    7885
     
    9097    <title>Command Explanations</title>
    9198
    92     <para><command>make config</command>: Runs the interactive configuration
     99    <!-- <para><command>make config</command>: Runs the interactive configuration
    93100    process. The first question prompts you for an
    94101    <quote><computeroutput>Installation directory</computeroutput></quote>.
    95102    Reply with <filename class="directory">/usr</filename>, as this is
    96103    equivalent to <application>Autoconf</application>'s
    97     <option>--prefix=/usr</option> parameter to <command>configure</command>.
     104    <option>-prefix=/usr</option> parameter to <command>configure</command>.
    98105    For all other prompts, you may press <keycap>Enter</keycap> to accept the
    99106    (very sane) defaults. When prompted for <quote><computeroutput>Number of
    100107    daily data files to keep: [7]</computeroutput></quote>, you may wish to
    101     keep a larger number of files.</para>
     108    keep a larger number of files.</para> -->
     109
     110    <para><envar>sa_lib_dir</envar>: This environment variable specifies the
     111    location of the package-specific library directory.</para>
     112
     113    <para><envar>sa_dir</envar>: This environment variable specifies the
     114    location of the directory containing the data files.</para>
     115
     116    <para><envar>conf_dir</envar>: This environment variable specifies the
     117    location of the system configuration directory.</para>
     118
     119    <para><parameter>--disable-man-group</parameter>: This parameter causes
     120    the installation to ignore the man group variable resulting in the man
     121    files having
     122    <systemitem class="username">root</systemitem>:<systemitem class="groupname">root</systemitem>
     123    ownership.</para>
     124
     125    <para>Run <command>./configure --help</command> to see other influential
     126    environment variables you can pass to <command>configure</command>. You may
     127    want to use the <envar>history</envar> and <envar>compressafter</envar>
     128    variables to customize the amount of data files kept on the system.</para>
    102129
    103130  </sect2>
     
    111138      <para>To begin gathering <application>Sysstat</application> history
    112139      information, you must add to, or create a privileged user's crontab. The
    113       default history data location is
     140      history data location is
    114141      <filename class="directory">/var/log/sa</filename>. The user running
    115142      <application>Sysstat</application> utilities via cron must have write
     
    165192
    166193      <seglistitem>
    167         <seg>iostat, mpstat, sar, sa1, sa2, sadc and sadf</seg>
     194        <seg>iostat, mpstat, pidstat, sar, sa1, sa2, sadc and sadf</seg>
    168195        <seg>None</seg>
    169196        <seg>/usr/lib/sa, /usr/share/doc/sysstat-&sysstat-version; and
     
    195222          <indexterm zone="sysstat mpstat">
    196223            <primary sortas="b-mpstat">mpstat</primary>
     224          </indexterm>
     225        </listitem>
     226      </varlistentry>
     227
     228      <varlistentry id="pidstat">
     229        <term><command>pidstat</command></term>
     230        <listitem>
     231          <para>is used for monitoring individual tasks currently being managed
     232          by the Linux kernel.</para>
     233          <indexterm zone="sysstat pidstat">
     234            <primary sortas="b-pidstat">pidstat</primary>
    197235          </indexterm>
    198236        </listitem>
Note: See TracChangeset for help on using the changeset viewer.