Changeset 5a195f0f
- Timestamp:
- 02/09/2009 08:50:20 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 338c7e3
- Parents:
- 38867eb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r38867eb r5a195f0f 4 4 --> 5 5 6 <!ENTITY day "0 8"> <!-- Always 2 digits -->6 <!ENTITY day "09"> <!-- Always 2 digits --> 7 7 <!ENTITY month "02"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2009"> … … 202 202 <!ENTITY cpio-version "2.9"> 203 203 <!ENTITY mc-version "4.6.1"> 204 <!ENTITY sysstat-version " 7.0.4">204 <!ENTITY sysstat-version "8.0.4.1"> 205 205 <!ENTITY apache-ant-version "1.7.1"> 206 206 <!ENTITY dbus-version "1.2.4"> -
general/sysutils/sysstat.xml
r38867eb r5a195f0f 7 7 <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.bz2"> 8 8 <!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 "1 24KB">11 <!ENTITY sysstat-buildsize " 2MB">9 <!ENTITY sysstat-md5sum "8352760480604419cdca748cd2e28d57"> 10 <!ENTITY sysstat-size "181 KB"> 11 <!ENTITY sysstat-buildsize "3 MB"> 12 12 <!ENTITY sysstat-time "less than 0.1 SBU"> 13 13 ]> … … 74 74 following commands:</para> 75 75 76 <screen><userinput>make config && 76 <!-- <screen><userinput>make config && 77 make</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 && 77 84 make</userinput></screen> 78 85 … … 90 97 <title>Command Explanations</title> 91 98 92 < para><command>make config</command>: Runs the interactive configuration99 <!-- <para><command>make config</command>: Runs the interactive configuration 93 100 process. The first question prompts you for an 94 101 <quote><computeroutput>Installation directory</computeroutput></quote>. 95 102 Reply with <filename class="directory">/usr</filename>, as this is 96 103 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>. 98 105 For all other prompts, you may press <keycap>Enter</keycap> to accept the 99 106 (very sane) defaults. When prompted for <quote><computeroutput>Number of 100 107 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> 102 129 103 130 </sect2> … … 111 138 <para>To begin gathering <application>Sysstat</application> history 112 139 information, you must add to, or create a privileged user's crontab. The 113 defaulthistory data location is140 history data location is 114 141 <filename class="directory">/var/log/sa</filename>. The user running 115 142 <application>Sysstat</application> utilities via cron must have write … … 165 192 166 193 <seglistitem> 167 <seg>iostat, mpstat, sar, sa1, sa2, sadc and sadf</seg>194 <seg>iostat, mpstat, pidstat, sar, sa1, sa2, sadc and sadf</seg> 168 195 <seg>None</seg> 169 196 <seg>/usr/lib/sa, /usr/share/doc/sysstat-&sysstat-version; and … … 195 222 <indexterm zone="sysstat mpstat"> 196 223 <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> 197 235 </indexterm> 198 236 </listitem> -
introduction/welcome/changelog.xml
r38867eb r5a195f0f 43 43 44 44 <listitem> 45 <para>February 9th, 2009</para> 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Updated to Sysstat-8.0.4.1.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 45 54 <para>February 8th, 2009</para> 46 55 <itemizedlist> 47 56 <listitem> 48 49 57 <para>[ag] - Updated to ed-1.2. Added --bindir=/bin switch and 58 removed the make install-man command.</para> 50 59 </listitem> 51 60 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.