Citrix Systems CITRIX NETSCALER 9.3 Benutzerhandbuch

Seite von 195
Example
> set ns tcpProfile profile1 -bufferSize 12000
 Done
> show ns tcpProfile profile1
        Name    : profile1
        Window Scaling status     : DISABLED
        Window Scaling factor     : 4
        .
        .
        .
        TCP Buffer Size     : 12000 bytes
        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:
set ns tcpProfile nstcp_default_profile –bufferSize
<positive_integer>
show 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
        .
        .
        .
        TCP Buffer Size     : 12000 bytes
        Reference count: 200
 Done
>
Citrix NetScaler Administration Guide
143