Changeset dc2b407
- Timestamp:
- 09/09/2012 02:44:43 AM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 352b545
- Parents:
- 137f3d8
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r137f3d8 rdc2b407 4 4 --> 5 5 6 <!ENTITY day "0 6"> <!-- Always 2 digits -->6 <!ENTITY day "08"> <!-- Always 2 digits --> 7 7 <!ENTITY month "09"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "September 6th, &year;">12 <!ENTITY releasedate "September 8th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 406 406 <!ENTITY sg3_utils-version "1.33"> 407 407 <!ENTITY strigi-version "0.7.7"> 408 <!ENTITY sysstat-version "10.0. 2">408 <!ENTITY sysstat-version "10.0.5"> 409 409 <!ENTITY udev-version "Installed LFS Version"> 410 410 <!ENTITY udisks-version "1.0.4"> -
general/sysutils/sysstat.xml
r137f3d8 rdc2b407 6 6 7 7 <!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 "2 68KB">11 <!ENTITY sysstat-buildsize " 6MB">8 <!ENTITY sysstat-download-ftp " "> 9 <!ENTITY sysstat-md5sum "688b34df4828a7575c5b44df88d1d910"> 10 <!ENTITY sysstat-size "280 KB"> 11 <!ENTITY sysstat-buildsize "7.1 MB"> 12 12 <!ENTITY sysstat-time "less than 0.1 SBU"> 13 13 ]> … … 36 36 cron to collect and historize performance and activity data.</para> 37 37 38 &lfs7 0_checked;38 &lfs72_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 66 66 <xref linkend="fcron"/>.</para> 67 67 68 <!-- <bridgehead renderas="sect4">Recommended</bridgehead>69 <para role="recommended"><xref linkend="fcron"/></para> -->70 71 68 <para condition="html" role="usernotes">User Notes: 72 69 <ulink url="&blfs-wiki;/sysstat"/></para> … … 79 76 <para>Install <application>Sysstat</application> by running the 80 77 following commands:</para> 81 82 <!-- <screen><userinput>make config &&83 make</userinput></screen> -->84 78 85 79 <screen><userinput>sa_lib_dir=/usr/lib/sa \ … … 96 90 <screen role="root"><userinput>make install</userinput></screen> 97 91 98 <!-- install -v -m644 sysstat.sysconfig /etc/sysconfig/sysstat</userinput></screen> -->99 100 92 </sect2> 101 93 102 94 <sect2 role="commands"> 103 95 <title>Command Explanations</title> 104 105 <!-- <para><command>make config</command>: Runs the interactive configuration106 process. The first question prompts you for an107 <quote><computeroutput>Installation directory</computeroutput></quote>.108 Reply with <filename class="directory">/usr</filename>, as this is109 equivalent to <application>Autoconf</application>'s110 <option>-prefix=/usr</option> parameter to <command>configure</command>.111 For all other prompts, you may press <keycap>Enter</keycap> to accept the112 (very sane) defaults. When prompted for <quote><computeroutput>Number of113 daily data files to keep: [7]</computeroutput></quote>, you may wish to114 keep a larger number of files.</para> -->115 96 116 97 <para><envar>sa_lib_dir</envar>: This environment variable specifies the … … 198 179 199 180 <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> 202 182 <seg>None</seg> 203 183 <seg>/usr/lib/sa, /usr/share/doc/sysstat-&sysstat-version; and … … 261 241 <indexterm zone="sysstat pidstat"> 262 242 <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 daily271 data file. It is a front end to <filename>sadc</filename> designed272 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 end283 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 for294 <command>sar</command>.</para>295 <indexterm zone="sysstat sadc">296 <primary sortas="b-sadc">sadc</primary>297 243 </indexterm> 298 244 </listitem> -
introduction/welcome/changelog.xml
r137f3d8 rdc2b407 45 45 --> 46 46 <listitem> 47 <para>September 8th, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to sysstat-10.0.5. Fixes 51 <ulink url="&blfs-ticket-root;3530">#3530</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 47 57 <para>September 6th, 2012</para> 48 58 <itemizedlist> -
server/databases/mysql.xml
r137f3d8 rdc2b407 137 137 running the following commands:</para> 138 138 139 <screen><userinput>mkdir build && \140 cd build && \139 <screen><userinput>mkdir build && 140 cd build && 141 141 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 142 142 -DINSTALL_DOCDIR=share/doc/mysql \ -
stylesheets/lfs-xsl/lfs-l10n.xml
r137f3d8 rdc2b407 41 41 </l:l10n> 42 42 43 <!-- French --> 44 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" 45 language="fr" english-language-name="French"> 46 47 <l:gentext key="description" text="description"/> 48 <l:gentext key="Bootscripts" text="Scripts de démarrage"/> 49 <l:gentext key="Configuration Files" text="Fichiers de configuration"/> 50 <l:gentext key="Kernel Configuration" text="Configuration du noyau"/> 51 <l:gentext key="Libraries" text="Bibliothèques"/> 52 <l:gentext key="Others" text="Autres"/> 53 <l:gentext key="Packages" text="Paquets"/> 54 <l:gentext key="Programs" text="Programmes"/> 55 <l:gentext key="Scripts" text="Scripts"/> 56 57 </l:l10n> 58 43 59 <!-- Italian --> 44 60 <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
Note:
See TracChangeset
for help on using the changeset viewer.