- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- performance
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
12-17-2006 09:43 PM
12-17-2006 09:43 PM
performance
i have attached a file containing the output of kmeminfo, swapinfo and vmstat commands.
i have remarked the following
- pct of swap used is 4% of 24GB
- vmstat shows that there is no paging out
do we have a performance problem or no ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2006 11:36 PM
12-17-2006 11:36 PM
Re: performance
The attached textfile is empty.
You most likely have a dynamic buffer cache enabled. This means that up to dbc_max_pct percent (50% by default) of your free memory will be assigned to the OS buffer cache.
To change to a static buffer cache, assign a value to bufpages, recompile your kernel, and reboot. For your system, I'd recommend at least 1GiB for this purpose (256 pages w/a 4MiB pagesize).
As you indicated, there is no paging taking place, and hardly any swap being used. As long as your users are happy, and you have happy with other performance metrics (e.g. IO to disk) there isn't a performance problem.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 12:16 AM
12-18-2006 12:16 AM
Re: performance
max_dbc_pct is 5%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 01:23 AM
12-18-2006 01:23 AM
Re: performance
Still nothing attached.
Please paste the output of:
# UNIX95= ps -e -o 'vsz,args' | sort -rn -k1
into your reply.
Also, in my previous message, I meant to say 4KiB, not 4MiB, as the pagesize in HP-UX. For a desired static buffer cache of 1GiB, this results in 262144 pages (1073741824/4096).
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 01:35 AM
12-18-2006 01:35 AM
Re: performance
Cause I don't see a problem here !
Are users complaining ? Do you have applications choking ? Are you getting any specific kind of error messages in your syslog ? Is your DBA saying there's an issue ?
Can't help, when we don't see a problem...
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 03:26 AM
12-18-2006 03:26 AM