sar (Unix)
Script error: No such module "Unsubst". Script error: No such module "Infobox".Template:Template other Script error: No such module "Check for unknown parameters".Script error: No such module "Check for conflicting parameters".
System Activity Report (sar) is a Unix System V-derived system monitor command used to report on various system loads, including CPU activity, memory/paging, interrupts, device load, network and swap space utilization. Sar uses /proc filesystem for gathering information.[1]
Platform support
Sar was originally developed for the Unix System V operating system; it is available in AIX, HP-UX, Solaris and other System V based operating systems but it is not available for macOS or FreeBSD. Prior to 2013 there was a bsdsar tool, but it is now deprecated.[2]
Most Linux distributions provide sar utility through the sysstat package.
Syntax
sar [-flags] [ -e time ] [ -f filename ] [-i sec ] [ -s time ]
- <templatestyles src="Mono/styles.css" />-f
- filename Uses filename as the data source for sar. The default is the current daily data file /var/adm/sa/sadd.
- <templatestyles src="Mono/styles.css" />-e
- time Selects data up to time. The default is 18:00.
- <templatestyles src="Mono/styles.css" />-i
- sec Selects data at intervals as close as possible to sec seconds.
Example
[user@localhost]$ sar # Displays current CPU activity.
Sysstat package
Additional to sar command, Linux sysstat package in Debian,[3] RedHat Enterprise Linux and SuSE provides additional reporting tools:
- : Collect, report, or save system activity information. – Linux User Commands Manual
- : Collect and store binary data in the system activity daily data file. – Linux Administration and Privileged Commands Manual
- : shell variant of
sar, supporting the same flags assarcommand which write a daily report in the /var/log/sa directory. – Linux Administration and Privileged Commands Manual - : , similar to
sarbut can write its data in different formats (CSV, XML, etc.). This is useful to load performance data into a database, or import them in a spreadsheet to make graphs. - : reports basic CPU statistics and input/output statistics for devices, partitions and network filesystems. – Linux User Commands Manual
- : reports individual or combined processor related statistics. – Linux User Commands Manual
- : reports statistics for Linux tasks (processes) : I/O, CPU, memory, etc. – Linux User Commands Manual
- : reports input/output statistics for network filesystems (NFS). – Linux User Commands Manual
- : reports I/O statistics for CIFS resources. – Linux User Commands Manual
See also
- atopsar
- Nmon
sag- "system activity graph" command[4]- ksar- BSD licensed Java-based application to create graph of all parameters from the data collected by Unix sar utilities.
- CURT, IBM AIX CPU Usage Reporting Tool
- isag, tcl based command to plot sar/sysstat data
References
- – Solaris 11.4 User Commands Reference Manual
- Easy system monitoring with SAR (IBM developerWorks)
- System Activity Reporter (Softpanorama)
- Article on sar at Computerhope
Footnotes
<templatestyles src="Reflist/styles.css" />
Script error: No such module "Check for unknown parameters".