- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory leak on 10.20
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
01-09-2003 01:25 PM
01-09-2003 01:25 PM
Memory leak on 10.20
brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 01:32 PM
01-09-2003 01:32 PM
Re: Memory leak on 10.20
Do you have your machine up-to-date with patches?
Have you identified what application is causing the issue?
Do you have glance/measureware installed?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 01:33 PM
01-09-2003 01:33 PM
Re: Memory leak on 10.20
UNIX95= ps -e -o vsz,ruser,pid,args | sort -rn | head
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 01:35 PM
01-09-2003 01:35 PM
Re: Memory leak on 10.20
If you don't have glance, you can use top.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 01:38 PM
01-09-2003 01:38 PM
Re: Memory leak on 10.20
UNIX95= ps -eo vsz,ruser,args | sort -rn
Glance would also be an excellent tool to spot memory leaks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 03:15 PM
01-09-2003 03:15 PM
Re: Memory leak on 10.20
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 05:45 AM
01-10-2003 05:45 AM
Re: Memory leak on 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 05:50 AM
01-10-2003 05:50 AM
Re: Memory leak on 10.20
You can find Glance (the 30 day trial version) on your application CDs.
In order to use the -o option of ps, you need to use the UNIX95 syntax like Ken had it:
UNIX95= ps -e -o vsz,ruser,pid,args | sort -rn | head
Not the space following the = sign.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 05:59 AM
01-10-2003 05:59 AM
Re: Memory leak on 10.20
here a patchlist which fixes all currently known memory leaks in HP-UX 10.20
PHNE_22507 ARPA
PHNE_22877 NFS (
PHNE_22085 Streams PTY PHNE_18870 FDDI
PHNE_2190[34] DLPI
PHKL_2089[01] PM/VM
PHKL_23258 SCSI
PHNE_25501 ATM
PHNE_25619 STREAMS PHNE_23195 100BT
PHNE_18870(?) FDDI
PHNE_12559
If you download and install this your problem should be solved.
;-))) quick and dirty solution ;-)))
Regards,
Armin