HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- suspected memory leak on HPUX-11.11i
Operating System - HP-UX
1826417
Members
3656
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-30-2003 04:29 AM
06-30-2003 04:29 AM
suspected memory leak on HPUX-11.11i
can anyone tell me how to monitor for a memory leak using standard HPUX commands?
suspect problem may be telnet / xterm related, are either of these programs known to have memory leak problems on this release?
suspect problem may be telnet / xterm related, are either of these programs known to have memory leak problems on this release?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 04:34 AM
06-30-2003 04:34 AM
Re: suspected memory leak on HPUX-11.11i
Run this command several times and see if the size grows.
UNIX95= ps -e -opid,vsz,args
UNIX95= ps -e -opid,vsz,args
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 04:35 AM
06-30-2003 04:35 AM
Re: suspected memory leak on HPUX-11.11i
Hi Anne:
If you suspect a memory leak, you can monitor (over time) the virtual process size thusly:
# # UNIX95= ps -e -o "user,vsz,pid,ppid,args" | awk 'NR>1' | sort -rnk2
This will produce a list of processes in descending process size. The blank (space) character after the equal sign and before the 'ps' command sets the UNIX95 option for the command line only.
Regards!
...JRF...
If you suspect a memory leak, you can monitor (over time) the virtual process size thusly:
# # UNIX95= ps -e -o "user,vsz,pid,ppid,args" | awk 'NR>1' | sort -rnk2
This will produce a list of processes in descending process size. The blank (space) character after the equal sign and before the 'ps' command sets the UNIX95 option for the command line only.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 04:40 AM
06-30-2003 04:40 AM
Re: suspected memory leak on HPUX-11.11i
Hi (again) Anne:
If you want to confine your analysis to only 'telnetd', for instance, use something like:
# UNIX95= ps -C telnetd -o "user,vsz,pid,ppid,args"
The '-C' option selects only processes by this command name. This is far superior to 'grep'ing process output.
Regards!
...JRF...
If you want to confine your analysis to only 'telnetd', for instance, use something like:
# UNIX95= ps -C telnetd -o "user,vsz,pid,ppid,args"
The '-C' option selects only processes by this command name. This is far superior to 'grep'ing process output.
Regards!
...JRF...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP