![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| 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 |
| cpu, memory and virtual memory usage | ocelot | UNIX for Dummies Questions & Answers | 3 | 09-20-2006 07:32 AM |
| how to determine the disk space usage | gfhgfnhhn | UNIX for Dummies Questions & Answers | 1 | 03-01-2006 04:27 AM |
| Monitor CPU usage and Memory Usage | Gajanad Bihani | High Level Programming | 2 | 03-09-2005 03:35 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Using HP-UX v11
Need to monitor cpu and memory usage, total for system and separately for each user in command-line mode. Found out next ways to monitor total cpu usage under hp-ux: 1) vmstat, also shows free memory 2) sar -M ps -eo user,pcpu - does not work, means 'user-defined format' of columns is not possible. I'm newbie in *nix systems, and have no person to consult. Spent a lot of time searching solutions, but no satisfied results currently. Need help. |
| Forum Sponsor | ||
|
|
|
|||
|
Thanks for help.
I have found info about glance. But in my configuration it is not possible to use glance. I'm limited in privileges. All i can do is to execute commands or run perl scripts under limited users. Maybe there are other ways. Still searching for available solutions. |