- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System 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
08-17-2000 06:50 AM
08-17-2000 06:50 AM
I have a D-class that is used as mail relay (sendmail) I want to get some stats to use to upgrade it's mem etc.
What is best to use - command line only
Thanks
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 06:53 AM
08-17-2000 06:53 AM
Re: System performance
It is not a command line, but it has a caracter based interface, glance.
vmstat can help as well.
Also, try to logged same stats, (using nettl, for ex.).
Do a search on the forum (HP-UX). There are a few posts about performance. It might help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 07:03 AM
08-17-2000 07:03 AM
Re: System performance
Although I would suspect that for a Mail Server the largest performance issue will be file handles, Inodes and swap conditions. All of these issues can be observed by vmstat (real-time monitor) and sar (historical monitor).
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 08:36 AM
08-17-2000 08:36 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 01:43 AM
08-18-2000 01:43 AM
Re: System performance
I also realise this is in the wrong TOPIC
Can you supply more info on file handles and why this will affect a mail-server - it is only acting as a relay though, and also it is a primary/secondary DNS server.
Basically I am getting major performance issues..
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 05:18 AM
08-18-2000 05:18 AM
Re: System performance
At first glance I would highly recommned that you tune the Kernel.
Eventhough the Mail Server is only acting as a Relay, the number of Processes, number if Files, Inodes ....
Tune the kernel with a base Tunable Parameter set, I usually select the Monolithic Database Server Tuned Parameter set.
If you give that a try, I'm sure that the server whould operate better. Not withstanding an upgrade of Memory, Disk, Swap and Network Interfaces. But heck, we can work on those items in a future question/update or follow-up.
Hope that helps you out.