The UNIX and Linux Forums
>
OS Specific Forums
>
SUN Solaris
I want a command in solaris equivalent to glance in HP-UX
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
I want a command in solaris equivalent to glance in HP-UX
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
06-26-2008
vinodannair
Registered User
Join Date: Jun 2008
Posts: 1
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
vinodannair
View Public Profile
Find all posts by vinodannair