![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris equivalent of the ioscan command | etc | SUN Solaris | 5 | 05-16-2008 12:55 AM |
| Equivalent command to 'stat' | im_new | Shell Programming and Scripting | 3 | 12-27-2007 03:28 AM |
| equivalent of ptree command in zsh | dhams | Shell Programming and Scripting | 3 | 09-11-2007 04:07 PM |
| Command equivalent to DOS mode for SCO 5.0.6 | jgt | UNIX for Advanced & Expert Users | 3 | 05-11-2007 04:10 AM |
| SQL Spool equivalent command in DOS | stevefox | Windows & DOS: Issues & Discussions | 2 | 01-17-2006 06:18 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
C an someone help me out in getting the command to get system statistics like CPU, DISK and I/O utilization in a single command instead of mpstat,vmstat and iostat. When i give sar, getting the following error, bash-3.00# sar sar: can't open /var/adm/sa/sa15 No such file or directory Regards, Rajesh |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
how about 'prstat', will that work for you ?
|
|
#3
|
|||
|
|||
|
prstat is equivalent to top, not glance
prstat doesn't gives you the system level statistics like CPU, DIS and IO utilization of system.
|
|
#4
|
|||
|
|||
|
same cmds in hp & sol
prstat
top sar if sar is not working just u restart the service |
|
#5
|
|||
|
|||
|
It was long back i logging into HP box. There is a command on HPUX which gives CPU and other details.. First find print_msg and execute the absolute path.
|
|
#6
|
||||
|
||||
|
Try something like:
sar -v 1 4 to have sar display the current state of the system. And glance runs on Solaris except that with zones it must run in the global zone. I don't know how to get a copy. Try contacting HP using the contact info on this page: GlancePlus overview and features redirect |
|
#7
|
|||
|
|||
|
You can try sar command like this
sar -d 1 5 ( For disk statistics ) sar -u 1 5 ( System Load stats ) sar -w ( memory/swap utilisation stats etc ) More commands prstat iostat vmstat etc |
|||
| Google The UNIX and Linux Forums |