- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tcphashsz tuning guidance
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
11-02-2001 07:47 AM
11-02-2001 07:47 AM
ftp://ftp.cup.hp.com/dist/networking/briefs/tcphashsz.txt
How about some advice on how/when to tune tcphashsz. What can we measure to help influence how we tune?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 08:24 AM
11-02-2001 08:24 AM
Re: tcphashsz tuning guidance
from: http://us-support.external.hp.com/cki/bin/doc.pl/sid=a45b58cc03d9b694f2/screen=ckiDisplayDocument?docId=200000010745233
The size of the hash table for TCP connections is determined by the kernel parameter tcphashsz. This kernel parameter should only be modified under the direction of Hewlett-Packard.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 08:31 AM
11-02-2001 08:31 AM
Re: tcphashsz tuning guidance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 09:01 AM
11-02-2001 09:01 AM
Re: tcphashsz tuning guidance
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe1b14e49c5cdd5118ff40090279cd0f9,00.html
I'm hoping he'll chime in here to finish the thread.
In a nutshell, I'm trying to improve the performance of my HP-UX boxen by understanding how tcphashsz works, when it should be modified, how to test/measure/evaluate tcphashsz tunes, etc. tcphashz seems relevent in my environment: web hosting.
Since
-tunes to tcphashsz are used to set the HP's SPECweb benchmark,
and
-HP uses that benchmark in sales literature,
and
-there's little or no external documentation on tcphashsz (save what Rick wrote yesterday)
and
-there's plenty of great information in the forums on tuning other knobs in HP-UX
and
-Rick seems to indicate that perhaps there's more fear of tcphashsz than warranted :"I'm surprised the wording is as strong as it is. Tpchashsz is something we've been tuning on most of our SPECweb9X submittals with HP-UX 11 for years and years now."
I thought folks might appreciate some info on tcphashsz.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2001 05:36 PM
11-02-2001 05:36 PM
Solutioniirc, I didn't need to alter tcphashsz when i was doing my 20K simultaneous software downloads on an l3000 writeup (ftp://ftp.cup.hp.com/dist/networking/briefs/)
the "real" way to see if increasing tcphashsz is indicated is to take a kernel profile. however, that is indeed something only done under the auspices of HP folks.
barring that, the basic search methods coudl be employed - start with the default of 2048, take your baseline. then go to 4096, then 8192 etc.
the main benefit in SPECweb (96 at least) was because there were literally up to millions of TIME_WAITS being tracked in the box - the number of TIME_WAITS in a SPECweb96 benchmark was SPECweb96score*60. It is somewhat less for a SPECweb99 score since the metrics are rather different.
I would guess that unless you have more than say 5000 simultaneous connections, or are churning through connections at a rate of more than say 100 to 200 per second, you probably do not need to worry about tcphashsz