HPE GreenLake Administration
Operating System - HP-UX
1827802
Members
2322
Online
109969
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
Go to solution
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
12-09-2002 03:21 AM
12-09-2002 03:21 AM
Hi All!
I'm beginer in learning about tunning...
what about the atached file?
The system was running 5 day since last vmstat -r. Is too bad...?
Thanx in advance,
I'm beginer in learning about tunning...
what about the atached file?
The system was running 5 day since last vmstat -r. Is too bad...?
Thanx in advance,
We are spirits in the material world
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2002 03:38 AM
12-09-2002 03:38 AM
Solution
You have swaps in and swaps out from your vmstat output. This isnt good. It means you are under memory pressure at times and thus some processes get swapped out, then swapped back in later.
You should monitor memory usage carefull to see if and when it runs out and who is using all your memory.
vmstat 1 1
shows a 'free' column - this is amount of free memory (*4096 as its in pages). If it gets below say 20Mb then you are out.
You can use this command to see which processes are then using most of your memory;
UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1 | more
You should monitor memory usage carefull to see if and when it runs out and who is using all your memory.
vmstat 1 1
shows a 'free' column - this is amount of free memory (*4096 as its in pages). If it gets below say 20Mb then you are out.
You can use this command to see which processes are then using most of your memory;
UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1 | more
Im from Palmerston North, New Zealand, but somehow ended up in London...
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