session
tool/bandwidth-server/session
Type: Directory
| Read-only Argument | Type | Description |
|---|---|---|
| client | alt { ip: ipAddr , ipv6: ip6Addr } | |
| protocol | enum (udp | tcp) { udp:0, tcp:1 } | |
| direction | enum (receive | send | both) { receive:0x00000100, send:0x00000200, both:0x00000300 } | |
| user | string | |
| random-data | bool | |
| tx-current | num | |
| tx-10-second-average | num | |
| tx-total-average | num | |
| rx-current | num | |
| rx-10-second-average | num | |
| rx-total-average | num | |
| lost-packets | num | |
| tx-size | range | |
| rx-size | range | |
| tcp-connection-count | num | |
| local-tx-speed | num | |
| remote-tx-speed | num |