![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| run xclock from local solaris to remote solaris | panchpan | SUN Solaris | 9 | 06-30-2008 07:05 AM |
| jumpstart Solaris 10 on Solaris 9 server | salty | SUN Solaris | 5 | 01-22-2008 12:57 PM |
| Disk Mirror in Solaris 9 via Solaris Volume Manager | deal732 | SUN Solaris | 3 | 05-02-2007 08:43 AM |
| Running Solaris Sparc Apps on X86 Solaris | stocksj | UNIX for Dummies Questions & Answers | 1 | 12-12-2006 02:13 PM |
| trouble auto connecting ssh 3.6.1 (Solaris 8) to ssh 3.0.1 (Solaris 6) | falklandtim | SUN Solaris | 6 | 03-01-2005 05:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to run sar on Sun Solaris?
I want to get some information about system activity report on UNIX server. I want to use 'sar'. But it seems that report is binary code and can not be read. Please advise how to do it. Thanks.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
If you want sar recordings, you would usually you put something, like this in the crontab for 'sys'
Then use the sar or sag commands to view the information, you would not deal directly with the files. Code:
0 * * * 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 18:01 -i 1200 -A Code:
sar [options] <sample period> <number of samples> Last edited by reborg; 03-11-2007 at 01:39 PM. |
|
#3
|
|||
|
|||
|
Thanks for your advice.
|
|||
| Google The UNIX and Linux Forums |