Skip to content
Was this article helpful?

ns surgeQ

The following operations can be performed on "ns surgeQ":

flush ns surgeQ

Flushes the connections that are waiting in SurgeQ. SurgeQ contains the client connections waiting for a server connection.

Synopsys

flush ns surgeQ [-name <string> [-serverName <string> <port>]]

Arguments

name

Name of a virtual server, service or service group for which the SurgeQ must be flushed.

serverName

Name of a service group member. This argument is needed when you want to flush the SurgeQ of a service group.

port

port on which server is bound to the entity(Servicegroup).

Example

To flush the surgeQ system wide, use the command: flush ns SurgeQ.To flush the surgeQ specific to a vserver/service/svcgrp use the command: flush ns SurgeQ -name <name>To flush the surgeQ specific to a svcgrp member, use the command: flush ns surgeQ [-name <string> [-serverName <string> <port>]]

Was this article helpful?