1830241 Members
1444 Online
109999 Solutions
New Discussion

performance

 
SOLVED
Go to solution
lawrenzo
Trusted Contributor

performance

Hello,

Please can you provide any tru64 specific performance monitoring commands.

I am aware of

vmstat
iostat
top
collect
netstat

is there any other tools worth investigating that can help me trouble shoot performance?

many thanks

chris.
hello
4 REPLIES 4
Rob Leadbeater
Honored Contributor
Solution

Re: performance

Hi,

sys_check is also a good command to run, as it gathers quite a lot of information together, and provides some tuning recommendations.

Cheers,

Rob
Ivan Ferreira
Honored Contributor

Re: performance

Collect is the best tool I think, if you are using cluster, then you will also need:

cfsmgr -a STATISTICS
drdmgr

If you are serving files via NFS:

nfsstat


Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
lawrenzo
Trusted Contributor

Re: performance

ok great stuff - thanks
hello
Hein van den Heuvel
Honored Contributor

Re: performance

For longer term data collection and review, you want to use collect as mentioned.

My favourite tool for active monitoring is actually 'monitor'. It feels a little liek the well known 'top', but focusses on system stuff (disk, networt, cpu) rather then processes.

It is part of the Open Source Software Collection for Tru64 UNIX.

http://h30097.www3.hp.com/demos/ossc/man-html/man1/monitor.1.html

hth,
Hein