Changeset 5ba48e8


Ignore:
Timestamp:
06/01/2005 05:16:21 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
e4019caa
Parents:
cace77aa
Message:

Updated to Sysstat-6.0.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcace77aa r5ba48e8  
    127127<!ENTITY cpio-version                 "2.6">
    128128<!ENTITY mc-version                   "4.6.0">
    129 <!ENTITY sysstat-version              "5.1.5">
     129<!ENTITY sysstat-version              "6.0.0">
    130130<!ENTITY apache-ant-version           "1.6.2">
    131131
  • general/sysutils/sysstat.xml

    rcace77aa r5ba48e8  
    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        "075488cbb5979deec0ab05f3ca0c8d12">
     9  <!ENTITY sysstat-md5sum        "706044b99a29b7de7bf4b06310bbe6a6">
    1010  <!ENTITY sysstat-size          "118 KB">
    11   <!ENTITY sysstat-buildsize     "1.88 MB">
    12   <!ENTITY sysstat-time          "0.04 SBU">
     11  <!ENTITY sysstat-buildsize     "2 MB">
     12  <!ENTITY sysstat-time          "less than 0.1 SBU">
    1313]>
    1414
     
    7474make</userinput></screen>
    7575
     76    <para>This package does not come with a test suite.</para>
     77
    7678    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7779
     
    8688    process. The first question prompts you for an
    8789    <quote><computeroutput>Installation directory</computeroutput></quote>.
    88     Reply with <filename class="directory">/usr</filename>, as this is equivalent to
    89     <application>Autoconf</application>'s <option>--prefix=/usr</option> parameter
    90     to <command>configure</command>. For all other prompts, you may
    91     press <keycap>Enter</keycap> to accept the (very sane) defaults. When
    92     prompted for <quote><computeroutput>Number of daily data files to keep:
    93     [7]</computeroutput></quote>, you may wish to keep a larger number of files.
    94     However, don't exceed 25 because <application>Sysstat</application> will
    95     resuse existing files the next month, leading to erroneous daily reports.</para>
     90    Reply with <filename class="directory">/usr</filename>, as this is
     91    equivalent to <application>Autoconf</application>'s
     92    <option>--prefix=/usr</option> parameter to <command>configure</command>.
     93    For all other prompts, you may press <keycap>Enter</keycap> to accept the
     94    (very sane) defaults. When prompted for <quote><computeroutput>Number of
     95    daily data files to keep: [7]</computeroutput></quote>, you may wish to
     96    keep a larger number of files. However, don't exceed 25 because
     97    <application>Sysstat</application> will resuse existing files the next
     98    month, leading to erroneous daily reports.</para>
    9699
    97100  </sect2>
     
    137140      </indexterm>
    138141
    139       <para>At system startup, a LINUX RESTART message must be inserted in the daily
    140       data file to reinitialize the kernel counters. This can be automated by
    141       installing the <filename>/etc/rc.d/init.d/sysstat</filename> init script
    142       included in the <xref linkend="intro-important-bootscripts"/> package using
    143       the following command:</para>
     142      <para>At system startup, a LINUX RESTART message must be inserted in the
     143      daily data file to reinitialize the kernel counters. This can be
     144      automated by installing the <filename>/etc/rc.d/init.d/sysstat</filename>
     145      init script included in the <xref linkend="intro-important-bootscripts"/>
     146      package using the following command as the
     147      <systemitem class="username">root</systemitem> user:</para>
    144148
    145149<screen role="root"><userinput>make install-sysstat</userinput></screen>
     
    158162
    159163      <seglistitem>
    160         <seg>iostat, mpstat, sar, sa1, sa2, and sadc</seg>
     164        <seg>iostat, mpstat, sar, sa1, sa2, sadc and sadf</seg>
    161165        <seg>None</seg>
    162         <seg>/usr/lib/sa and /var/log/sa</seg>
     166        <seg>/usr/lib/sa, /usr/share/doc/sysstat-&sysstat-version; and
     167        /var/log/sa</seg>
    163168      </seglistitem>
    164169    </segmentedlist>
     
    183188        <term><command>mpstat</command></term>
    184189        <listitem>
    185           <para>reports individual or combined processor related statistics.</para>
     190          <para>reports individual or combined processor related
     191          statistics.</para>
    186192          <indexterm zone="sysstat mpstat">
    187193            <primary sortas="b-mpstat">mpstat</primary>
     
    193199        <term><command>sar</command></term>
    194200        <listitem>
    195           <para> collects, reports and saves system activity information.</para>
     201          <para> collects, reports and saves system activity
     202          information.</para>
    196203          <indexterm zone="sysstat sar">
    197204            <primary sortas="b-sar">sar</primary>
     
    204211        <listitem>
    205212          <para>collects and stores binary data in the system activity daily
    206           data file. It is a front end to <filename>sadc</filename> designed to be run
    207           from cron.</para>
     213          data file. It is a front end to <filename>sadc</filename> designed
     214          to be run from cron.</para>
    208215          <indexterm zone="sysstat sa1">
    209216            <primary sortas="b-sa1">sa1</primary>
     
    234241      </varlistentry>
    235242
     243      <varlistentry id="sadf">
     244        <term><command>sadf</command></term>
     245        <listitem>
     246          <para>is used for displaying the contents of data files created by
     247          the <command>sar</command> command. But unlike
     248          <command>sar</command>, <command>sadf</command> can write its data
     249          in many different formats.</para>
     250          <indexterm zone="sysstat sadf">
     251            <primary sortas="b-sadf">sadf</primary>
     252          </indexterm>
     253        </listitem>
     254      </varlistentry>
     255
    236256    </variablelist>
    237257
  • introduction/welcome/changelog.xml

    rcace77aa r5ba48e8  
    2626
    2727    <listitem>
    28       <para>June 1st, 2005 [randy]: Updated to Galeon-1.3.21.</para>
     28      <para>June 1st, 2005 [randy]: Updated to Galeon-1.3.21 and
     29      Sysstat-6.0.0.</para>
    2930    </listitem>
    3031
Note: See TracChangeset for help on using the changeset viewer.