I want a command in solaris equivalent to glance in HP-UX

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

how about 'prstat', will that work for you ?

prstat doesn't gives you the system level statistics like CPU, DIS and IO utilization of system.

prstat
top
sar

if sar is not working just u restart the service :b:

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.

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

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