solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : NETSTAT
  
NETSTAT
ADMIN COMMAND 'netstat'
ADMIN COMMAND 'netstat rpc'
ADMIN COMMAND 'netstat rpc active all'
ADMIN COMMAND 'netstat rpc active [ limit | close handle | autoclose { all | type } limit ]'
Abbreviation: net
Run 'netstat' to display server settings and the network status.
Run 'netstat rpc' to list detailed information about the network status of all RPC sessions and not just the sessions in the user list.
Run 'netstat rpc active all' to list the network status of all RPC sessions but in a summary format (one session per line).
Run 'netstat rpc active [ limit | close handle | autoclose { all | type } limit ]' to list the network status of only active RPC sessions but in a summary format (one session per line).
Specify rpc active limit (where limit is time in seconds) to list active RPC sessions that have been in a write or read operation for more than the specified time.
Use this option to find long-lasting operations and hung sessions.
Specify rpc active close handle to close the RPC session that is identified by handle.
Specify rpc active autoclose { all | type } limit
where:
all matches all types or type describes the type of session to close
limit (time in seconds) restricts the closure to only those sessions that have been active for more than the specified time
Go up to
solidDB ADMIN COMMAND syntax