Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Differenc between ps -ef and top Post 302286960 by EnioMarques on Thursday 12th of February 2009 12:29:34 PM
Old 02-12-2009
you can use sar for that


i.e.: sar 2 2

this will do the cpu test 2 times in a 2 secs interval
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How Can I Have Top Display The Top 20 Processes??

how can i do that in a script withough havin the script halt at the section where the top command is located. am writign a script that will send me the out put of unx commands if the load average of a machine goes beyond the recommended number. top -n 20 i want to save this output to a file... (1 Reply)
Discussion started by: TRUEST
1 Replies

2. HP-UX

HP-UX and 'top'

I've been working with an HP-UX system (RP5400 Series PA-RISC server) for about a year that hosts some middleware. The middleware sits between an Oracle DB (on another box) and the client applications running on about 800 PCs. From the beginning, I've noticed that 'top' reports between 0.0% and... (8 Replies)
Discussion started by: deckard
8 Replies

3. Solaris

Top

How to display and update information about the top processes on the system(like "top" in Unix ) (1 Reply)
Discussion started by: iwbasts
1 Replies

4. Shell Programming and Scripting

Differenc between print and echo

can anyone explain me what is the difference between echo and print in shell programming? (3 Replies)
Discussion started by: chandhar
3 Replies

5. HP-UX

Using TOP

Hey guys, the top format in HP-UX has the size which is the total virtual size and the res which is the resident size. What are these size and res? (1 Reply)
Discussion started by: sbn
1 Replies

6. UNIX for Dummies Questions & Answers

Help using top and ps

help! i need help with locating where a program is being run from. when i type top -i it only lists the name and minimal info, not the programs location from where it is being ran. i ask because i just used the same named executable, a.exe for all the processes and have lost the schedule detailing... (4 Replies)
Discussion started by: shabs1985
4 Replies

7. AIX

Top command in AIX 4.2 (no topas, no nmon, no top)?

Is there a 'top' command equivalent in AIX 4.2 ? I already checked and I do not see the following ones anywhere: top nmon topas (1 Reply)
Discussion started by: Browser_ice
1 Replies

8. AIX

Need a list of top 10 CPU using processes (also top 10 memory hogs, separately)

Okay, I am trying to come up with a multi-platform script to report top ten CPU and memory hog processes, which will be run by our enterprise monitoring application as an auto-action item when the CPU and Memory utilization gets reported as higher than a certain threshold I use top on other... (5 Replies)
Discussion started by: thenomad
5 Replies

9. Post Here to Contact Site Administrators and Moderators

Top 10 posts

Hi, I selected an option to remove Top ten posts in the main page of our forum. How shall i get back Top ten posts? (2 Replies)
Discussion started by: anbu23
2 Replies

10. Shell Programming and Scripting

Use of expr to calc differenc ein to epoch values

Hi folks, I have a script where i am trying to calc the difference between two epoch dates and then have a condition based on the resultant value. When I run the script it keeps complaining; expr: syntax error ./testdiff.sh: line 11: syntax error in conditional expression ./testdiff.sh:... (25 Replies)
Discussion started by: jonnyd
25 Replies
sar(1)							    BSD General Commands Manual 						    sar(1)

NAME
sar -- system activity reporter SYNOPSIS
sar [-dgpu] [-n mode] [-o filename] t [n] sar [-dgpu] [-n mode] [-e time] [-f filename] [-i seconds] [-s time] DESCRIPTION
The sar command is used to sample and report various cumulative statistic counters maintained by the operating system. It can be invoked in two different ways. In the first usage instance, n samples are reported at t second intervals. If n is not specified, only one sample will be captured. When the -o option is specified, sar will write the binary sampling data to the output file specified by filename. In the second usage instance, there is no on-going sample interval to specify. This is because the sampling input comes from a previously recorded, binary activity file. The binary activity file can be specified using the -f filename option. When the -f option isn't used, sar attempts to open a default binary activity file, /var/log/sa/sadd, where dd represents the current day of the month. The starting and ending time of the report can be restricted using the -e and -s options. Here, the time field is specified in the form hh[:mm[:ss]]. Finally, the -i option can be used to select the sampling interval. Only records at least seconds apart will be reported. When the -i option is not used, all of the previously recorded interval samples are reported. Due to the nature of on-going sample collection, the data is reported in a verbose mode when more than one sampling option is specified. Column headers are printed at the beginning of the report and averages are printed when the sar command terminates. OPTIONS
The following options restrict the sample set that sar reports. -d Report disk activity. device The BSD name of the device. r+w/s The number of reads and writes per second. blks/s Number of blocks (in device's default blocksize) transferred to a device per second. -g Report page-out activity. pgout/s The number of pages paged out per second. -p Report page-in and page fault activity pgin/s The number of pages paged in per second. pflts/s The number of faults that caused a page to be copied in per second. vflts/s The number of times vm_fault routine has been called. -n mode Report network activity with modes DEV, EDEV, or PPP. Multiple network modes can be specified. DEV The DEV mode reports network device statistics. The following information is displayed for each interface. IFACE The network interface name. Ipkts/s The number of packets received per second. Ibytes/s The number of bytes received per second. Opkts/s The number of packets sent per second. Obytes/s The number of bytes sent per second. EDEV The EDEV mode reports network device error statistics. The following information is displayed for each interface. IFACE The interface name. Ierrs/s The input errors per second. Oerrs/s The output errors per second. Coll/s The collisions that occurred per second. Drops/s The number of dropped packets per second. PPP The PPP mode must be specified in order to display ppp connections in the network statistics. This will also turn on the PPP modify mode in sadc (8) when sampling data is not being read from a file. By default, both the collection and report- ing of ppp statistics is turned off. See sadc (8). -u Report CPU activity (default) %usr, %sys, and %idle These report the percentage of time running in user mode, system mode and idle. FILES
/var/log/sa/sadd Default daily activity file that holds the binary sampling data. dd are digits that represent the day of the month. SEE ALSO
sa1(8), sa2(8), sadc(8), iostat(8), vm_stat(1), netstat(1), top(1), sc_usage(1), fs_usage(1) Mac OS X Jul 25, 2003 Mac OS X
All times are GMT -4. The time now is 02:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy