Ignore:
Timestamp:
09/09/2012 02:44:43 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
352b545
Parents:
137f3d8
Message:

Update to sysstat-10.0.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/sysstat.xml

    r137f3d8 rdc2b407  
    66
    77  <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.bz2">
    8   <!ENTITY sysstat-download-ftp  "ftp://ibiblio.org/pub/linux/system/status/sysstat-&sysstat-version;.tar.bz2">
    9   <!ENTITY sysstat-md5sum        "0dc5c4baf4165658450dd60913aa75bc">
    10   <!ENTITY sysstat-size          "268 KB">
    11   <!ENTITY sysstat-buildsize     "6 MB">
     8  <!ENTITY sysstat-download-ftp  " ">
     9  <!ENTITY sysstat-md5sum        "688b34df4828a7575c5b44df88d1d910">
     10  <!ENTITY sysstat-size          "280 KB">
     11  <!ENTITY sysstat-buildsize     "7.1 MB">
    1212  <!ENTITY sysstat-time          "less than 0.1 SBU">
    1313]>
     
    3636    cron to collect and historize performance and activity data.</para>
    3737
    38     &lfs70_checked;
     38    &lfs72_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6666    <xref linkend="fcron"/>.</para>
    6767
    68     <!-- <bridgehead renderas="sect4">Recommended</bridgehead>
    69     <para role="recommended"><xref linkend="fcron"/></para> -->
    70 
    7168    <para condition="html" role="usernotes">User Notes:
    7269    <ulink url="&blfs-wiki;/sysstat"/></para>
     
    7976    <para>Install <application>Sysstat</application> by running the
    8077    following commands:</para>
    81 
    82 <!-- <screen><userinput>make config &amp;&amp;
    83 make</userinput></screen> -->
    8478
    8579<screen><userinput>sa_lib_dir=/usr/lib/sa    \
     
    9690<screen role="root"><userinput>make install</userinput></screen>
    9791
    98 <!-- install -v -m644 sysstat.sysconfig /etc/sysconfig/sysstat</userinput></screen> -->
    99 
    10092  </sect2>
    10193
    10294  <sect2 role="commands">
    10395    <title>Command Explanations</title>
    104 
    105     <!-- <para><command>make config</command>: Runs the interactive configuration
    106     process. The first question prompts you for an
    107     <quote><computeroutput>Installation directory</computeroutput></quote>.
    108     Reply with <filename class="directory">/usr</filename>, as this is
    109     equivalent to <application>Autoconf</application>'s
    110     <option>-prefix=/usr</option> parameter to <command>configure</command>.
    111     For all other prompts, you may press <keycap>Enter</keycap> to accept the
    112     (very sane) defaults. When prompted for <quote><computeroutput>Number of
    113     daily data files to keep: [7]</computeroutput></quote>, you may wish to
    114     keep a larger number of files.</para> -->
    11596
    11697    <para><envar>sa_lib_dir</envar>: This environment variable specifies the
     
    198179
    199180      <seglistitem>
    200         <seg>cifsiostat, iostat, mpstat, nsfiostat, pidstat, sa1, sa2,
    201         sadc, sadf, and sar</seg>
     181        <seg>cifsiostat, iostat, mpstat, nsfiostat, pidstat, sadf, and sar</seg>
    202182        <seg>None</seg>
    203183        <seg>/usr/lib/sa, /usr/share/doc/sysstat-&sysstat-version; and
     
    261241          <indexterm zone="sysstat pidstat">
    262242            <primary sortas="b-pidstat">pidstat</primary>
    263           </indexterm>
    264         </listitem>
    265       </varlistentry>
    266 
    267       <varlistentry id="sa1">
    268         <term><command>sa1</command></term>
    269         <listitem>
    270           <para>collects and stores binary data in the system activity daily
    271           data file. It is a front end to <filename>sadc</filename> designed
    272           to be run from cron.</para>
    273           <indexterm zone="sysstat sa1">
    274             <primary sortas="b-sa1">sa1</primary>
    275           </indexterm>
    276         </listitem>
    277       </varlistentry>
    278 
    279       <varlistentry id="sa2">
    280         <term><command>sa2</command></term>
    281         <listitem>
    282           <para>writes a summarized daily activity report. It is a front end
    283           to <command>sar</command> designed to be run from cron.</para>
    284           <indexterm zone="sysstat sa2">
    285             <primary sortas="b-sa2">sa2</primary>
    286           </indexterm>
    287         </listitem>
    288       </varlistentry>
    289 
    290       <varlistentry id="sadc">
    291         <term><command>sadc</command></term>
    292         <listitem>
    293           <para>is the system activity data collector, used as a backend for
    294           <command>sar</command>.</para>
    295           <indexterm zone="sysstat sadc">
    296             <primary sortas="b-sadc">sadc</primary>
    297243          </indexterm>
    298244        </listitem>
Note: See TracChangeset for help on using the changeset viewer.