HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory Testing
Operating System - HP-UX
1833758
Members
2649
Online
110063
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
06-04-2007 12:35 PM
06-04-2007 12:35 PM
Memory Testing
Hi,
Can any one tell me how to do the memory testing with HP UNIX on Oracle DB. What are the parameters need to be checked and benchmark levels .IF any one has white papers on the same ,let me know.
thanks in advance
Can any one tell me how to do the memory testing with HP UNIX on Oracle DB. What are the parameters need to be checked and benchmark levels .IF any one has white papers on the same ,let me know.
thanks in advance
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 02:27 PM
06-04-2007 02:27 PM
Re: Memory Testing
Could you elaborate a little more on "memory testing with HP UNIX on Oracle DB"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 02:39 PM
06-04-2007 02:39 PM
Re: Memory Testing
i have web application which runs with HP UNIX on Oracle DB. I have created virtually 300 users and started running it concurrently. Now i need to check the memory useage of application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 03:04 PM
06-04-2007 03:04 PM
Re: Memory Testing
There are many ways; Glance is probably the best but you can always simply use "UNIX95=1 ps -e -o comm,pid,vsz. Regardless, the tricky part is trying to add the numbers up in some sensible manner. For example, most of your oracle client connections will have a great deal of text and library code that is shared. ie, there is but one copy of the code although each process will have a unique data segment. There is also shared memory to consider (ipcs -m will show those values). You should also be watching your swap usage (swapinfo -tam). Nothing will be as important as watching your page-out rate. You can use Glance of vmstat to determine the page-out rate. If you are paging out to any significant degree (po rates > ~ 15 for any length of time --- minutes at most) then you definitely need to scale back the size of the SGA and/or the number of processes and/or add more physical memory to the system. Swapping (paging out) is at least a 100x performance hit compared to anything else.
If it ain't broke, I can fix that.
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