C_STATSESSION#

code: 41

# get
C_STATSESSION [<session_index>] ?

Description#

Gets information and statistics for a particular session on the chassis.

Actions#

get

Parameters#

  1. session_type: byte, type of session

  • MANAGER = 1

  • SCRIPT = 2

  1. ipv4_address: address, client IP address

  2. owner: string, the name of the session owner

  3. operation_count: long integer, number of operations done during the session

  4. requested_byte_count: long integer, number of bytes received by the chassis

  5. responded_byte_count: long integer, number of bytes sent by the chassis

Example#

# get
input:  C_STATSESSION [0] ?
output: C_STATSESSION [0] MANAGER 192.168.1.100 "Bob" 123456789123 123456789123 123456789123