- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- performance ask?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:42 AM
06-02-2003 05:42 AM
Is it posible?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:45 AM
06-02-2003 05:45 AM
Re: performance ask?
If you are interested in the amount of memory proceesses are consuming, try this:
# UNIX95= ps -e -o "user,vsz,pid,ppid,args" | awk 'NR>1' | sort -rnk2
Note the blank (space) character after the equal sign and before the 'ps' command.
The list returned is for all processes, in descending order of process size. See the 'ps' man pages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:46 AM
06-02-2003 05:46 AM
Re: performance ask?
The best tools to do that is Glance (but it is not free). You can also use ps (yes it do that also): ps -elf, but it don't give all informations like RSS/VSS/BSS etc...but it give you still a good information about the size of a process.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:47 AM
06-02-2003 05:47 AM
Re: performance ask?
You can attach the tusc utility to a process and get every single instruction into a log file. tusc is not included on most systems and you will have to find a copy.
I am attaching my performance data collection scripts as a courtesy, you may be able to fine tune these to get you some data as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:50 AM
06-02-2003 05:50 AM
Re: performance ask?
You can use top command to get the details.
HTH
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 05:55 AM
06-02-2003 05:55 AM
Re: performance ask?
glance plus (not a fee product)
top
perfview & measureware (also not free)
perfview & measureware can get extreemly detailed information on just about ANYTHING you want to look at from cpu, memory, disk.... you name it.
glance /(glance plus) is a good real time tool for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 06:08 AM
06-02-2003 06:08 AM
Re: performance ask?
How can I do?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 06:13 AM
06-02-2003 06:13 AM
Re: performance ask?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 06:23 AM
06-02-2003 06:23 AM
Solution# glance -g
==> In the glance window type "o", then choose ..
1) Process
In the "Resident Set Size" area enter "0" (ie set it to zero KBytes). Hit enter till it prompt you to confirm these settings. Confirm it with "y".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 06:24 AM
06-02-2003 06:24 AM
Re: performance ask?
That will give you the Glance graphical screen. Drill down the reports you needed from the "reports" menu. You will get process, memory and other resource usages from there.