HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to script
Operating System - HP-UX
1834234
Members
2297
Online
110066
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
09-23-2003 08:38 AM
09-23-2003 08:38 AM
how to script
does any1 in here have any script on how to detect memory leak?
I think we might have that problem
I think we might have that problem
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 08:43 AM
09-23-2003 08:43 AM
Re: how to script
Measuring Memory Usage with vmstat
vmstat displays a wealth of information; use the -n option to make it more readable on an 80-column display.
The column to watch most closely is po. If it is not zero, the system is paging. If the system is paging consistently, you probably need more RAM.
you can also take a look at output from
# swapinfo -tam
vmstat displays a wealth of information; use the -n option to make it more readable on an 80-column display.
The column to watch most closely is po. If it is not zero, the system is paging. If the system is paging consistently, you probably need more RAM.
you can also take a look at output from
# swapinfo -tam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2003 08:55 AM
09-23-2003 08:55 AM
Re: how to script
If the script runs long enough:
You can find it in Glance Plus(paid add in product) and drill into it ans see statistics on memory use.
SEP
You can find it in Glance Plus(paid add in product) and drill into it ans see statistics on memory use.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
09-23-2003 09:08 AM
09-23-2003 09:08 AM
Re: how to script
Hi
restart the process and watch it's memory usage
UNIX95= ps -e -o ruser,vsz,pid,args|sed '1d'|sort -rnk2 | more
vsz :-
The size in kilobytes (1024 byte units) of the core image of the process.
Check the man page for ps for more options
HTH
Steve
restart the process and watch it's memory usage
UNIX95= ps -e -o ruser,vsz,pid,args|sed '1d'|sort -rnk2 | more
vsz :-
The size in kilobytes (1024 byte units) of the core image of the process.
Check the man page for ps for more options
HTH
Steve
take your time and think things through
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP