C_STATSESSION
code: 41
# get
C_STATSESSION [<session_index>] ?
Description
Gets information and statistics for a particular session on the chassis.
Actions
get
Parameters
session_type
: byte, type of session
MANAGER = 1
SCRIPT = 2
ipv4_address
: address, client IP addressowner
: string, the name of the session owneroperation_count
: long integer, number of operations done during the sessionrequested_byte_count
: long integer, number of bytes received by the chassisresponded_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