Citrix NetScaler Administration Guide
Example
>set ns tcpProfile profile1
>show ns tcpProfile profile1
Name | : profile1 |
| : DISABLED | |
Window Scaling status | ||||
Window Scaling factor | : | 4 | ||
. |
|
|
|
|
. |
|
|
|
|
. |
| : 12000 | bytes | |
TCP Buffer Size | ||||
Reference count: 0 |
|
|
|
Done
>
To set the TCP buffer size in the global TCP profile by using the NetScaler command line
At the NetScaler command prompt, type the following commands to set the TCP buffer size in the global TCP profile and verify the configuration:
wset ns tcpProfile nstcp_default_profile
wshow ns tcpProfile nstcp_default_profile
Example
>set ns tcpProfile nstcp_default_profile - bufferSize 12000
Done
>show ns tcpProfile nstcp_default_profile
Name | : nstcp_default_profile | |||
Window Scaling status | : DISABLED | |||
Window Scaling factor | : | 4 | ||
. |
|
|
|
|
. |
|
|
|
|
. |
| : 12000 | bytes | |
TCP Buffer Size | ||||
Reference count: 200 |
|
|
|
Done
>
143