sysstat-12.0.2-150000.3.45.3<>,`hmQ?p9|<Æ$$&<vжq A%ڭ:5^w)Jf,v[7E8U]hp9Hc4r U+twxEiy\pXerQ1,~)z4hQ)!;60tty̰.,(_95[YMZ޸ "ԀƮzRW#j>O|@yx@-. nf\l:86_eZ&+ t=o(%F>Ng?fd   A /RX`  HH tH H $H $H %<H&\H'H),)TH*t**+(,8,9,:.=KZ>Kb?Kj@KrFKzGKHHLHIMHXNXYNd\NH]OH^R0bXDcXdYgeYlfYolYquYHvZwb Hxc,HydLzddfffpftf|fffffffCsysstat12.0.2150000.3.45.3Sar and Iostat Commands for LinuxSar and Iostat commands for Linux. The sar command collects and reports system activity information. The iostat command reports CPU statistics and I/O statistics for TTY devices and disks. The information collected by sar and iostat can be saved in a binary file for future inspection. Both commands now support SMP machines when displaying CPU utilization.hmQ?mourvedrekSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Monitoringhttps://github.com/sysstat/sysstatlinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in sysstat.service sysstat-collect.service sysstat-collect.timer sysstat-summary.service sysstat-summary.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in sysstat.service sysstat-collect.service sysstat-collect.timer sysstat-summary.service sysstat-summary.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi # Earlier versions used cron, remove leftover rm -f /etc/cron.d/sysstat || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable sysstat.service sysstat-collect.service sysstat-collect.timer sysstat-summary.service sysstat-summary.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop sysstat.service sysstat-collect.service sysstat-collect.timer sysstat-summary.service sysstat-summary.timer ) || : fi [ "$1" -gt 0 ] || rm -rf /var/log/sa/* test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in sysstat.service sysstat-collect.service sysstat-collect.timer sysstat-summary.service sysstat-summary.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart sysstat.service sysstat-collect.service sysstat-collect.timer sysstat-summary.service sysstat-summary.timer ) || : fi fiK ` x h @3P 9EqdRj23'z!F~0 460+2,)G78 530_%6-*51 2>8AM6=F56GC:4N ,w6# . A큤큤AA큤A큤AhmQ[[}[[hmQ>YhmQ 100% for %CPU. * [Alexis Solanas]: Fix issue with iostat not showing the full device name. * CREDITS file updated.- Update to 11.0.6 * Check /proc/net/snmp format to collect ICMP statistics at their right positions. * ioconf.c: Fix several ressource leaks. * mpstat: Fix alignment output, really. * [Sampsa Kiiskinen]: Fix bug in isag. * iostat manual page updated. * CREDITS file updated.- Update to 11.0.5 * [Peter Schiffer]: Fixed and simplified some math expressions in pr_stats.c. * [Peter Schiffer]: ioconf.c: Check value of variable "major" read from file. * [Peter Schiffer]: ioconf.c: Use strncpy instead of strcpy. * cifsiostat: Fixed possible integer overflowed argument. * sar: Fixed untrusted loop bound.- Update to 11.0.4 * Makefile: sysstat init script may sometimes be called rc.sysstat. So use that name when needed. * pidstat: Don't stop if gtime and cgtime fields are unavailable. * Typos fixed in XSD document. * [Peter Schiffer]: Replace spaces with tabs in Makefile.in. * [Peter Schiffer]: Create appropriate directories in DESTDIR if missing. * [Peter Schiffer]: Fixed installation of systemd/cron files on systems w/o systemd. * [Peter Schiffer]: Don't look in weird places for programs during configuration. * [Peter Schiffer]: Portable way to detect 64 bit OS in configure script. * [Steve Kay]: Fix mpstat SCPU alignment output. * Makefile: Call chkconfig only if $(COPY_ONLY) is set to no. * sysstat(5) manual page updated. * NLS updated. - Use scriplets for updating desktop files - Update patches- Cleanup spec file with spec-cleaner - Update dependecies - Update to 11.0.3: * Prefer xz compression program when compressing sa data files * sadc: Fix possible race condition in signal handler code * Fix description of %util in iostat and sar manual pages * Make sure that no crontabs are activated when configure's option --enable-copy-only is used. - Dropped patches, fixed upstream: * sysstat-don-t-send-signal-to-init.patch * sysstat-fix-possible-race-in-signal-handler.patch/bin/sh/bin/sh/bin/sh/bin/shmourvedre 1751994687  !"#$%&'()*+,-./0123456789:;<=>?BCDEFGHIJKcsdadeeoeseufifrglhrhuiditjakolvnbnlnnplptptrorusksrsvtrukvizhzh12.0.2-150000.3.45.312.0.2-150000.3.45.312.0.2-150000.3.45.3  !"#$%&'()*+,,,,,,,-.../sysstatsysstatsysstat.ioconfcifsiostatiostatmpstatpidstatsadfsartapestat90-sysstat.presetsysstat-collect.servicesysstat-collect.timersysstat-summary.servicesysstat-summary.timersysstat.servicesasa1sa2sadcrcsysstatsysstatCHANGESCREDITSFAQ.mdREADME.mdsysstatCOPYINGsysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mosysstat.mocifsiostat.1.gziostat.1.gzmpstat.1.gzpidstat.1.gzsadf.1.gzsar.1.gztapestat.1.gzsysstat.5.gzsa1.8.gzsa2.8.gzsadc.8.gzsa/etc//etc/sysstat//usr/bin//usr/lib/systemd/system-preset//usr/lib/systemd/system//usr/lib64//usr/lib64/sa//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/sysstat//usr/share/licenses//usr/share/licenses/sysstat//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/da/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/eo/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/eu/LC_MESSAGES//usr/share/locale/fi/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/gl/LC_MESSAGES//usr/share/locale/hr/LC_MESSAGES//usr/share/locale/hu/LC_MESSAGES//usr/share/locale/id/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/ko/LC_MESSAGES//usr/share/locale/lv/LC_MESSAGES//usr/share/locale/nb/LC_MESSAGES//usr/share/locale/nl/LC_MESSAGES//usr/share/locale/nn/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sk/LC_MESSAGES//usr/share/locale/sr/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/vi/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/LC_MESSAGES//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/log/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:39223/SUSE_SLE-15_Update/c46de0ddadc1d71a293114eaeb4d6a26-sysstat.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linux   directoryASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b276638cb848c786d191f24760158e7b4fa50dec, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=b9f5f97e9f99a5579bccb6b6fc8351e8320412db, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ea9f18cfedb388f3c93607e02c8c9331cdb2b36f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ab902048c266cf419b951667615a675e5a00f196, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=abe187043dbf715f292ea1456c4d92546f9ca288, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=139de2f9ca02be2ff924d55d093838f0f1aa6a79, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d56a639d95b73b9bf2786ca539ab13fa9b6f8b33, for GNU/Linux 3.10.0, strippedPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f540e316578502b4578aa73cdbd5ee71be6ac160, for GNU/Linux 3.10.0, strippedUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RRRRRRRRRRRRRRRRRR R]s]ZFہ?70if [ -x /bin/systemctl ] && systemctl --quiet is-system-running; then for timer in sysstat-collect.timer sysstat-summary.timer; do # Only apply preset if the unit is known to systemd # avoid errors if missing for some reason if systemctl list-unit-files | grep -q "^$timer"; then echo "Applying preset for $timer" systemctl preset --preset-mode=enable-only "$timer" || : fi done fi/bin/shsystemdsystemdsystemd-sysvcompatutf-8f91956a36a288c89f80acc6ce5d7d3ac06717f26932f217730e514fbdf3fa47c? 7zXZ !t/4o ]"k%nXb`3z^cŅ͏2GG 7uiòaj@@lxLФ($XOt8 0t$WW&R16u 1|cxcsմb;ʰ4J͔|ӚÙ#H!,~MxIj&*IuP<$j_x3~m}ՌeNH|0gUxӕqYjRWV5^Մ)loMp@SDbq{ʼFKN&oa o wR7m{"twT݈U AdQȈyINg[\ـy.;h qZY`ǘ焿l\~dD%.X&yxY87x X-۽Cw%93I@2l>H6(DžPbN(|k8F* (b+4(Qk}CR뺦A#/A#kȍ^Jn$fNں]RI+_ĂQX EշN kX %@ΟpJvv 5ԛxR6|@:=Uk۳ze 5piNSϟm,1G"ϒYzcLMFWIiv{%%S' nni1ItyO-O!pLVY.]ϝ@Y=$b/ux *+BO_:  ]T\B,  2:3RJ1KFo5ո%$2}mQզnkaiLX[眃CC{ V] Uvtt+_Q0ZAK@g- etd0FF̚9 ?f# ~[~ޯ"}hy.UhֈW}.YQ"$  )`P_;mq%&8ᡖUfʈy}QB/;VBKuӇ^?7$ ǀ@n%(RLMaŁ\ڴы, vPd(݆VʊŻsVc%U 5|2ͩ=jUD >I2,ױ-_BמKqd}vXn.֢l֥ 1t>-.-򊉍bGDT#aZ1J ޢ,}cIJ_هlŽ΢TvVv#).&"ܚ Ї) ٱ tXHvrL{]y^#gGZz웚m(etB[koE-e< ^&X~{G*mt$"ix{! 4ɽ fЂ{^ H"؃<2mfKtH̪eS  D0N]MPq@ž r O+,Cq7h a%hG-IVom#&: +]VYbH=qӡ BЕ$o% X4]>l꣈9ֹ&H@pwޒDs#vr‹Ƣ/agͶVbC g{r1o5OƁT}'->U&XCD iW9wstI8\D\Ky@FQ}n-O prp#n޸$  ߐƚmImt֌$ݦKXJ_&~i+ }[ysqQMSy&!B6z``-<6g5]\g]qV^)57IP73J|2kɦ<pvT<J|h wLP&hZ3H3o6݂dٖ/S*z$ƖfI x/KN*]cD^2|xc).c{,A}oN8}Og` JeL辧b>d|?E"Y\ N;MG |3QAٟ9Oj>=p8M%@b-4n l* -0=xV>&BYiv5'!Y\mt>ww*qxNxI( nIZ`,R%H}v+$y{<{tԺ^)e04hn`{sL405WY6gu56WN>E,ZeeNۓ;AR$# ^ IǡJY󱴹eg׮7*`[r\aΩV06\dSK-z'{/ #Rs,'ey-a$q`Nnt9Q/lQ-2zy*)]t.PjMӴOFʚqI4쳵W/,/Ru[4W'm+a320_.nB iqC4!VRlCVvҼof24rN&J)`=Q[n<"! Ğ":KߛdqB%hp \CvSv|!3}mj`(A~ITYw"bzʹRjSMwf.2ma!h4'SKJ{4=Ognw \I\ΡeR=EH%k%[\7fxpҽ:Dz<{m%$/c4VE/̥ rR,9Rtvu"Co~,oLR:ڕV?h#lքKDžcclD ayڵ:F`S 80Ln'?heͪo"LB\ià"-h6gI>iRP KG{`P\wEJ(򜇑O2T7J+5JJ4qtNۤB$JddwKHU.\ٔN~ͱJUgce7=m(9CN$Eh|*8oSJ#. B.Ү*з1O]0zጒz.lCng™!l {iE셪0gGk' ]&͡f,gc&C-$fX68C9^?Cl:G?'F>Q+1&4Q0'ܥdk|uT|Axm6,&} [A|B9sxJOSA{x1IɁfLx -v <;Ĭ!&6mb`vbfY1=Z~_$쩏AcLZ7$)"~.,{t&yitkJ[}ԍyF/\t:NNpR\J!ײ^vs#0Vep5YD7Pm",VNRJ1n;lcƀf)ϐR<6zcDj|kL6p^o' " B==kg޶|΅^e.`ܒe+x°}Vxu pwt3!~>EP̝ r{Y)BzZp5NX/9P>`Ü]H_x FxEeŰfъ9ƋRjgx_P2;uPFGVvA^`\܋PV3m(BZ(X`@蘎MбZblic8n`84+|eiJn1>1 g\95P(h6( YZ