![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cpu, memory and virtual memory usage | ocelot | UNIX for Dummies Questions & Answers | 4 | 3 Days Ago 04:57 AM |
| How can I get memory usage or anything that show memory used from sar file? | panithat | HP-UX | 1 | 03-31-2008 09:26 AM |
| CPU usage and memory usage | mansoorulhaq | High Level Programming | 1 | 08-09-2007 01:55 PM |
| High kernel usage using sleep | handak9 | UNIX for Advanced & Expert Users | 4 | 09-19-2005 10:29 AM |
| Monitor CPU usage and Memory Usage | Gajanad Bihani | High Level Programming | 2 | 03-09-2005 04:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
memory usage : kernel, oracle, other users
Hello,
I'm looking for a command or script that could permit me to know what is memory usage group by HP-UX kernel, oracle processes and other users (specific software). A command like 'top' but for all processes and not only for 12 max could be very useful Thanks in advance |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Have you tried running top with the -n switch? On HP-UX you could try using glance too..
|
|
#3
|
|||
|
|||
|
Yes, but top tells me : 'this terminal can only display 12 processes' when I try top -n 15 for instance. Is there a way to modify max value ?
Glance could be interesting but I do not have it on my server and I think it is not free. thank you |
|
#4
|
|||
|
|||
|
get top -n to output to a file if your ROWS environment variable is too small.
|
|
#5
|
|||
|
|||
|
I would like to pipe "top -n" to a text file, but I get an error:
top: cannot open /dev/kmem kvm_open: Permission denied I am a non-root user. If I could find a way to get this type of output: "Memory: 2048M real, 1516M free, 4099M swap free" into a text file, I could automate my daily system healthchecks. Any ideas would be appreciated. Thanks so much. |
|||
| Google The UNIX and Linux Forums |