Sar and Iostat Commands for Linux
Sar 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.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/sysstat && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
isag.desktop | 0000000229 229 Bytes | |
sysstat-12.4.0.tar.gz | 0001375207 1.31 MB | |
sysstat-8.0.4-pagesize.diff | 0000000610 610 Bytes | |
sysstat-8.1.6-sa1sa2lock.diff | 0000001585 1.55 KB | |
sysstat-disable-test-failures.patch | 0000000447 447 Bytes | |
sysstat-service.patch | 0000000494 494 Bytes | |
sysstat.changes | 0000048473 47.3 KB | |
sysstat.spec | 0000005289 5.17 KB |
Revision 88 (latest revision is 109)
Dominique Leuenberger (dimstar_suse)
accepted
request 827123
from
Dirk Mueller (dirkmueller)
(revision 88)
- update to 12.4.0: * All commands: Display statistics in color by default when the output is connected to a terminal. * sar: Now pretty-print all device names by default (that is to say, you no longer need to use option -p with option -d for that). * cifsiostat, iostat, sar: Add new --pretty option (this option makes the reports easier to read when long item names are used). * iostat: No longer use sysstat.ioconf file to determine the name of the devices. This file gave a wrong name for some devices with big minor numbers. * iostat, sar: Make device name consistent between both of them. * configure: Add new option "--enable-use-crond" to use standard cron daemon even if systemd is installed. * configure: Use AC_COMPILE_IFELSE instead of old AC_TRY_COMPILE macro. Remove other obsolete autoconf macros. * configure: Add new option "delay_range=". Used by sa2 script to wait for a random delay. * configure: Fix --enable-debuginfo option. * sa1: Insert a comment in daily datafile on system suspend/resume. * sa2: Wait for a random delay before running to prevent massive I/O burst on some systems. * sar: Fix typo in manual page. * sar, iostat, cifsiostat, mpstat, pidstat, tapestat and sa1 manual pages updated. * Update style for all manual pages. * Compress manual pages by default when they are installed. * Makefile: Remove all reports and date files (even those compressed with another program than gzip) when told to do so. * Add pcp help file to be used with iconfig script. * Update Travis script (now calls do_test script).
Comments 0