Operating System - Tru64 Unix
1828838 Members
2811 Online
109985 Solutions
New Discussion

Memory usage - UNIX TRU64

 
morin_4
New Member

Memory usage - UNIX TRU64

On a system with UNIX TRU64, how is it possible to know exactly the memory usage?
2 REPLIES 2
Ralf Puchner
Honored Contributor

Re: Memory usage - UNIX TRU64

please use the search function within the forum to found the answer.

If you mean physical memory please look some threads below. If you mean current memory usage of applications, use the "ps" command.
A simple "apropos memory" will also guide you...

Help() { FirstReadManual(urgently); Go_to_it;; }
Hein van den Heuvel
Honored Contributor

Re: Memory usage - UNIX TRU64

Like Ralph says... do an 'more options' advanced search for 'memory' under 'tru64'.

The optimal answer will depend on WHY do you feel you need to know it. Intantaneously or over a day/week/year

vmstat is your friend.

vmstat -P might be your answer

syscheck may help further also.

and maybe you need 'collect' for a longer term time-line usage view.

good luck,
Hein.