![]() |
|
|
|
|
|||||||
| 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 |
| 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 |
| Virtual Memory | Kurohana | HP-UX | 3 | 11-09-2007 01:54 PM |
| how allocate virtual memory | munnu | High Level Programming | 2 | 04-20-2007 12:07 PM |
| about virtual memory and memory leak | shriashishpatil | High Level Programming | 4 | 02-20-2006 07:31 AM |
| virtual memory | big123456 | UNIX for Dummies Questions & Answers | 2 | 10-09-2005 10:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
cpu, memory and virtual memory usage
Hi All,
Does anyone know what the best commands in the UNIX command line are for obtaining this info: current CPU usage memory usage virtual memory usage preferably with date and time parameters too? thanks ocelot |
| Forum Sponsor | ||
|
|
|
|||
|
top shows cpu %, vmstat shows memory and virtual memory. A lot of unix-es come with different packages for gathering performance data. HPUX has glance, for example, which shows a lot of system statistics.
What UNIX do you have? |