GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: memory listing in SAM
Operating System - HP-UX
1850210
Members
1945
Online
104050
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
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
07-09-2001 01:47 AM
07-09-2001 01:47 AM
memory listing in SAM
HI
In system properties listing in sam ,
the memory list as
1)physical memory which is the physical RAM size
2) Real Memory ???
Active ??
Free ??
3) Virtual Memory swap used + ram
Active swap active + ram
Free swap used- swap active + ram
4) Swap Size of device swap
Used used
Free used
But the size of virtual memory is less than what we get from the calculation above. What does sam actually show.
Rgds
Praveen
In system properties listing in sam ,
the memory list as
1)physical memory which is the physical RAM size
2) Real Memory ???
Active ??
Free ??
3) Virtual Memory swap used + ram
Active swap active + ram
Free swap used- swap active + ram
4) Swap Size of device swap
Used used
Free used
But the size of virtual memory is less than what we get from the calculation above. What does sam actually show.
Rgds
Praveen
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 03:04 AM
07-09-2001 03:04 AM
Re: memory listing in SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 03:12 AM
07-09-2001 03:12 AM
Re: memory listing in SAM
Hi
The following equations are for Active Real Memory and Total Real Memory:
Active Real Memory is computed by:
(pst_dynamic.psd_arm * pst_static.page_size * 0.000977) + 0.05
Total Real Memory is computed by:
(pst_dynamic.psd_rm * pst_static.page_size * 0.000977) + 0.05
Sam calculates the Real Memory values by calling the system commands pstat_getstatic and pstat_getdynamic. You can reference the man page for pstat_getstatic (2), pstat_getdynamic (2), and /usr/include/sys/pstat.h.
The following equations are for Active Real Memory and Total Real Memory:
Active Real Memory is computed by:
(pst_dynamic.psd_arm * pst_static.page_size * 0.000977) + 0.05
Total Real Memory is computed by:
(pst_dynamic.psd_rm * pst_static.page_size * 0.000977) + 0.05
Sam calculates the Real Memory values by calling the system commands pstat_getstatic and pstat_getdynamic. You can reference the man page for pstat_getstatic (2), pstat_getdynamic (2), and /usr/include/sys/pstat.h.
love computers
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 2026 Hewlett Packard Enterprise Development LP