Operating System - HP-UX
1833796 Members
4469 Online
110063 Solutions
New Discussion

top with I/O informations

 
deleted1403
New Member

top with I/O informations

Hi,

on SUN Solaris is a top with I/O informations available (a customer told me ;-)

Does anybody know where to find this for hp-ux?

I searched at

hpux.connect.org.uk
hpux.asknet.de

but without result.

Thanks
Markus
5 REPLIES 5
Frijo Franco
Advisor

Re: top with I/O informations

We also have top command in HP Unix.

I feel glance plus is the best utility for this in HP Unix. Have a look at this link for details

http://www.openview.hp.com/products/gplus/index.html

Thanks
Frijo
deleted1403
New Member

Re: top with I/O informations

Hi Frijo,

i know glance and told him about sar.
But he likes the top he knows...

Thanks
Markus
Eric Antunes
Honored Contributor

Re: top with I/O informations

Hi,

There is no I/O information on top. Use sar -d to see I/O stats.

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Reshma Malusare
Trusted Contributor

Re: top with I/O informations

Hi Markus,
As top command is to display and update information about the top processes on the system.
At the most you can find CPU information by few options like:
-p --> pset_id Show load averages and process state break down for system and processor set pset_id. Show only the processes running on the processor set pset_id. This option is supported only if the kernel supports processor sets functionality.

-P --> Adds column PSET before column CPU for individual CPU information. Adds columns PSET before column CPU for each process information. This option is supported only if the kernel supports processor sets functionality.

-w --> Show individual CPU information. By default, top does not display any individual CPU information. The user can toggle between individual process information and individual CPU information by using the w screen-control key. When used with the -h option, the -w option overrides the -h option.

but you can not use it for I/O information.
So,better suggest customer to go for glance or sar commands.

Why dont you go for Iostat command if you only want information related to I/O.

Refer following for more information:
1]top -->
http://docs.hp.com/en/B2355-60127/top.1.html
2]iostat -->
http://docs.hp.com/en/B2355-60127/iostat.1.html

Regards,
Reshma
Reshma Malusare
Trusted Contributor

Re: top with I/O informations

Hi Markus,
First i like to welcome you to the forums.

If your query is solved then can you please assign the points

Thanks & regards
Reshma