- 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
08-18-2000 04:12 AM
08-18-2000 04:12 AM
I have a D-class running sendmail - as a mail relay and its also running DNS
I want to understand how the following may affect this
File Handles
Inodes
Swap
Buffer cache
Does anyone have any ideas ???
Thanks
Keith
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:22 AM
08-18-2000 04:22 AM
Re: Performance
Glance is an excellent tool for performance measurement. It has built-in help that gives an idea of what the metric means.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:46 AM
08-18-2000 04:46 AM
Re: Performance
Like already mentioned you could get glance on free trial for I think 60 or 90 days, dont quite remember
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 05:06 AM
08-18-2000 05:06 AM
Re: Performance
System performance and tuning is a complicated subject.
You might consider attending HP's course, it's very good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 05:24 AM
08-18-2000 05:24 AM
Re: Performance
Do a man sar. The /usr/lbin/sa/sa1 and /usr/lbin/sa/sa2 commands can help you collect data periodically and do the conversion from binary to text readable files. There are options (switches) with the sa2 command that allows you to be specific about what stats you are wishing to view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 06:33 AM
08-18-2000 06:33 AM
SolutionAll of HP's internal email servers run Openmail and sendmail as the realy and we dont really have any performance setup for sendmail itself, its not that intensive. DNS (named process) is however, a rather hungry daemon, so we dont run sendmail and dns on the same server - we moved dns off to its own server. Sendmail itself doesnt really need any particular kernel parameters set for it, just make sure you are using some buffer cache as it helps performance generally (eg. our K460's with 2Gb ram run around 500 Mb buffer cache), nfile should be set to a few thousand to avoid any problems, swap should generally be from the size of pysical ram to double it, and file handles arent really an issue.
If really depends how busy your server is going to be. If its not going to be that busy then you dont really need any specail setup for it.