- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Gather resource utilization by a process
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
02-03-2003 09:36 AM
02-03-2003 09:36 AM
"Would you know a UNIX command or series of command that would provide the following information about a particular process: stack size, heap size, total size, number of threads, number of open files, number of open sockets, and any other systems resources that a process might have tied up (pretty vague I know)?"
The system is a N4000 running HP-UX 11.00. Any ideas on what would be the best/easiest way for the application group to get this information about the application processes?
Thanks in advance...
Tony
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 09:37 AM
02-03-2003 09:37 AM
Re: Gather resource utilization by a process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 10:04 AM
02-03-2003 10:04 AM
Re: Gather resource utilization by a process
With this tool, you will be able to narrow down the resource usages, processes running, open files and a lot more!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:25 AM
02-03-2003 11:25 AM
Re: Gather resource utilization by a process
We are having a problem with the application and the app. group wants to be able to go back and analyze the gathered information about the processes during the timeframe when it is "broken."
Thanks,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:28 AM
02-03-2003 11:28 AM
Re: Gather resource utilization by a process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:33 AM
02-03-2003 11:33 AM
SolutionLook at /var/opt/perf/parm file. There are some examples of how to group processes together either by the "user" or by "process". They are called applications. Once you setup the applications, you can gather stats about the applications using "extract" utility. Look at /var/opt/perf/reptall and search for "APP". That will list out all the metrics that you can gather information on.
More information is there under /opt/perf/paperdocs directory.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:43 AM
02-03-2003 11:43 AM
Re: Gather resource utilization by a process
They are production.
P
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
02-04-2003 02:53 AM
02-04-2003 02:53 AM
Re: Gather resource utilization by a process
These will be very helpful I think.
I use glance too it has lots of helpful bars showing use of all sorts of resources. You can get down to files and processes although I don't tend to go that deep.
Er where does perfview fit into this (is it the logging bit of glance?)