Sponsored Content
Full Discussion: Can't understand sar command
Top Forums UNIX for Dummies Questions & Answers Can't understand sar command Post 302141880 by melias on Tuesday 23rd of October 2007 07:04:57 AM
Old 10-23-2007
SAR output

Shaan,

There's a cron job which runs every 5 minutes which records system statistics. This is the default output of SAR if no time options are specified at the command line.

The output is reporting on the percentage your system has spent running processes within each state. The first column represents processes run by users, whilst the second reports on system (or kernel) processes. I/O is the next column, which are processes that transfer data (most commonly read/write to disks) whilst the last column is reporting system idle.

MAN pages will provide more detailed explanations, but the above should give you a basic understanding of what SAR reports on by default.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how can i make sar command run forever ?

Hello all i found out about the sar command but when looking in the man pages there is no way to make sar working for ever .. only with some kind of interval . like sar 2 30 . my question is can i just run sar for ever ? (5 Replies)
Discussion started by: umen
5 Replies

2. Solaris

sar command not reporting

I am running Solaris 10 in a sparc environment. I have the sys crontab setup to use sar to gather data and report it. My sys crontab entry looks like this: 0,5,10,15,20,25,30,35,40,45,50,55 * * * 0-6 /usr/lib/sa/sa1 20,40 8-17 * * 1-5 /usr/lib/sa/sa1 5 18 * * 1-5 /usr/lib/sa/sa2 -s 8:00 -e... (2 Replies)
Discussion started by: RobSand
2 Replies

3. UNIX for Dummies Questions & Answers

Question about SAR command

Hi, # SAR -u 5 5 shows this 10:01:32 AM CPU %user %nice %system %iowait %idle 10:01:37 AM all 1.90 0.00 1.20 96.90 0.00 10:01:42 AM all 1.30 0.00 1.70 97.00 0.00 10:01:47 AM all 4.30 0.00 ... (1 Reply)
Discussion started by: egorig
1 Replies

4. Solaris

problem with sar command

hi all:- when i try to use sar command i get this error how can i fix it bash-3.00# sar -A sar: can't open /var/adm/sa/sa16 No such file or directory (5 Replies)
Discussion started by: sharkux
5 Replies

5. Shell Programming and Scripting

Any alternative of sar command

Hi all, I am using linux box ...i dont find the manual entry of sar command through man sar ...it is in unix not in linux although i have to check the cpu utilization and paging...any alternative of sar command.. Thanks Vijay Sahu (1 Reply)
Discussion started by: vijays3
1 Replies

6. Shell Programming and Scripting

Problem with sar command in cron job

HI, I have a problem with 'sar' command. I am using the sar comman in script.when i execute the script manually using ./filenae, i am getting the desired output. But when i put the script in cron job i am not getting the desired value. Below is the script.. sar > $_LOCATION/sar.txt... (2 Replies)
Discussion started by: ahamed
2 Replies

7. Shell Programming and Scripting

Setup of sar command for CPU measures

I receive on a daily basis CPU measures on a UNIX Server (AIX 5.3 version, korn shell). These CPU measures are provided by Omnivision tool. We could see that Omnivision daily stats are not always equal to NMON stats regarding CPU level. On my side (I work in an IT Production Support Team, not... (0 Replies)
Discussion started by: Scofield38
0 Replies

8. Solaris

Unix restarts error in sar command

Hi Folks, I am again here with a peculier problem. Please see the code root@celdws01: # sar -u -f /var/adm/sa/sa21 SunOS celdws01 5.9 Generic_118558-34 sun4u 12/21/2011 10:10:09 %usr %sys %wio %idle 10:10:09 unix restarts Can anyone help me in... (9 Replies)
Discussion started by: vivek.goel.piet
9 Replies

9. UNIX for Dummies Questions & Answers

sar command for Solaris/AIX

Hello, Can you please explain me how to parameter and use "sar" command on Solaris (AIX) ? When I use it on Solaris I got the following error : bash-3.00# sar sar: data file not in sar format Thanks, (2 Replies)
Discussion started by: adilyos
2 Replies

10. Red Hat

Need help on sar command.

Hi, how to find out actual utilization of memory using sar -r in Linux, I understand Linux keep entire memory in cache/buffers. I would like to know how to find out actual usage of memory (1 Reply)
Discussion started by: manoj.solaris
1 Replies
acctcom(1)							   User Commands							acctcom(1)

NAME
acctcom - search and print process accounting files SYNOPSIS
acctcom [-abfhikmqrtv] [-C sec] [-e time] [-E time] [-g group] [-H factor] [-I chars] [-l line] [-n pattern] [-o output-file] [-O sec] [-s time] [-S time] [-u user] [filename...] DESCRIPTION
The acctcom utility reads filenames, the standard input, or /var/adm/pacct, in the form described by acct.h(3HEAD) and writes selected records to standard output. Each record represents the execution of one process. The output shows the COMMAND NAME, USER, TTYNAME, START TIME, END TIME, REAL (SEC), CPU (SEC), MEAN SIZE (K), and optionally, F (the fork()/exec() flag: 1 for fork() without exec()), STAT (the system exit status), HOG FACTOR, KCORE MIN, CPU FACTOR, CHARS TRNSFD, and BLOCKS READ (total blocks read and written). A `#' is prepended to the command name if the command was executed with super-user privileges. If a process is not associated with a known terminal, a `?' is printed in the TTYNAME field. If no filename is specified, and if the standard input is associated with a terminal or /dev/null (as is the case when using `&' in the shell), /var/adm/pacct is read; otherwise, the standard input is read. If any filename arguments are given, they are read in their respective order. Each file is normally read forward, that is, in chronological order by process completion time. The file /var/adm/pacct is usually the current file to be examined; a busy system may need several such files of which all but the current file are found in /var/adm/pacctincr. OPTIONS
The following options are supported: -a Show some average statistics about the processes selected. The statistics will be printed after the output records. -b Read backwards, showing latest commands first. This option has no effect when standard input is read. -f Print the fork()/exec() flag and system exit status columns in the output. The numeric output for this option will be in octal. -h Instead of mean memory size, show the fraction of total available CPU time consumed by the process during its execution. This "hog factor" is computed as (total CPU time)/(elapsed time). -i Print columns containing the I/O counts in the output. -k Instead of memory size, show total kcore-minutes. -m Show mean core size (the default). -q Do not print any output records, just print the average statistics as with the -a option. -r Show CPU factor (user-time/(system-time + user-time)). -t Show separate system and user CPU times. -v Exclude column headings from the output. -C sec Show only processes with total CPU time (system-time + user-time) exceeding sec seconds. -e time Select processes existing at or before time. -E time Select processes ending at or before time. Using the same time for both -S and -E shows the processes that existed at time. -g group Show only processes belonging to group. The group may be designated by either the group ID or group name. -H factor Show only processes that exceed factor, where factor is the "hog factor" as explained in option -h above. -I chars Show only processes transferring more characters than the cutoff number given by chars. -l line Show only processes belonging to terminal /dev/term/line. -n pattern Show only commands matching pattern that may be a regular expression as in regcmp(3C), except + means one or more occur- rences. -o output-file Copy selected process records in the input data format to output-file; suppress printing to standard output. -O sec Show only processes with CPU system time exceeding sec seconds. -s time Select processes existing at or after time, given in the format hr[:min[:sec]]. -S time Select processes starting at or after time. -u user Show only processes belonging to user. The user may be specified by a user ID, a login name that is then converted to a user ID, `#' (which designates only those processes executed with superuser privileges), or `?' (which designates only those processes associated with unknown user IDs). FILES
/etc/group system group file /etc/passwd system password file /var/adm/pacctincr active processes accounting file ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWaccu | +-----------------------------+-----------------------------+ |CSI |enabled | +-----------------------------+-----------------------------+ SEE ALSO
ps(1), acct(1M), acctcms(1M), acctcon(1M), acctmerg(1M), acctprc(1M), acctsh(1M), fwtmp(1M), runacct(1M), su(1M), acct(2), regcmp(3C), acct.h(3HEAD), utmp(4), attributes(5) System Administration Guide: Basic Administration NOTES
acctcom reports only on processes that have terminated; use ps(1) for active processes. SunOS 5.10 11 Jan 1996 acctcom(1)
All times are GMT -4. The time now is 09:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy