cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any memory/performance compare tool for the Unix platforms?

Former Member
0 Kudos

Hi All,

Is there any good tools to do get resource usage, especially memory usage under Unix platforms, such as Linux, Solairs and HP IA?

Currently the only tool i know top. Is there any other tools. which are all platforms...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HP-UX - You can use command "top".

AIX - You can use " topas"

Solaris - > already mentioned in the other followup.

Cheers,

Jazz

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello

I think vmstat is pretty nice tool. It is implemented on most popular Unix systems including Linux, Solaris, AIX and so on.

It provides a lot of interesting information.

Regards,

Rongfeng

nelis
Active Contributor
0 Kudos

Also see http://www.unixguide.net/unixguide.shtml ...which has a comparative list of common commands(and other useful info) from each OS.

Nelis

markus_doehr2
Active Contributor
0 Kudos

"top" is available for almost all platforms (http://www.unixtop.org/).

You can get top here:

Solaris at http://www.blastwave.org/packages.php/top

HP-UX at http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/top-3.6.1/

Because every Unix is different depending on the "base" (BSDish vs. SYSVish) different memory allocation APIs are used and are configured differently.

The native OS tools are usually better to trace down performance problems. On Solaris you have e. g. dtrace on HP-UX you can use Glance(/Plus).

Markus