- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Free Memory check
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
03-09-2004 06:33 PM
03-09-2004 06:33 PM
Thanx
K.Rajesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 06:37 PM
03-09-2004 06:37 PM
Re: Free Memory check
Glance is the tool you can use.
vmstat and swapinfo -tam and top.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 06:41 PM
03-09-2004 06:41 PM
Re: Free Memory check
Try to use vmstat -n
This command are showing virtual memory statistic.
I hope this will help you.
RGDS
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 06:49 PM
03-09-2004 06:49 PM
Re: Free Memory check
From top output i am getting the following
Memory: 1264716K (541024K) real, 3137092K (1801408K) virtual, 128124K free Page
# 1/24
And from vmstat
iam getting
memory page
avm free re at pi po
450352 32201 17 0 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 07:18 PM
03-09-2004 07:18 PM
Re: Free Memory check
You will get what you want by these
by the glance that a purchased performance tool with typing 'M'
by commands that vmstat,swapinfo as well.
I usually use the glance for realtime monitoring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 07:52 PM
03-09-2004 07:52 PM
Re: Free Memory check
# 1/24
And from vmstat
iam getting
memory page
avm free re at pi po
450352 32201 17 0 0 0
Because top shows 3.1GB free and vmstat show 32201 and how can i calculate & which one is correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 08:14 PM
03-09-2004 08:14 PM
Re: Free Memory check
memory, page and faults.
The "memory" parts conteins:
avm: Active virtual memory. These are the pages that have been assigned to some process.
Free: free pages
RGDS
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 08:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 08:37 PM
03-09-2004 08:37 PM
Re: Free Memory check
Regards,
K.Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 06:47 PM
03-10-2004 06:47 PM
Re: Free Memory check
You should try vmstat 2 10 .
check je pi and po size. these parameters should be nearly 0 . Otherwise you have swap problem.
Success
Idriz