1760070 Members
2477 Online
108889 Solutions
New Discussion юеВ

kmeminfo problem

 
Maxim Rozin
Frequent Advisor

kmeminfo problem

i'm using kmeminfo -user to see all process user memory,
the problem is that sometimes the command is hung and i have to use ^c to free it up.

can you help me?

thanx.
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: kmeminfo problem

Try using this

UNIX95= ps -U -o pid,vsz=Kbytes|sort -nrk2|more
Navin Bhat_2
Trusted Contributor

Re: kmeminfo problem

What is the amount of Physical memory on the system?

Is this system memory i/o bound?

How long have you waited for kmeminfo to complete?
RAC_1
Honored Contributor

Re: kmeminfo problem

Get tusc and see where it's waiting/hangng.

tusc -vfp "kmeminfo"

Anil
There is no substitute to HARDWORK