bandwidth-server
tool/bandwidth-server
Type: Settings Directory
| Argument | Type | Description |
|---|---|---|
| enabled | bool | |
| authenticate | bool | |
| allocate-udp-ports-from | num | |
| max-sessions | num | |
| allowed-addresses4 | obj_arg { ip_prefix_arg } | |
| allowed-addresses6 | obj_arg { ip6_prefix_arg } |
tool/bandwidth-server/session
Type: Directory
| Read-only Argument | Type | Description |
|---|---|---|
| client | alt { ipAddr , ip6Addr } | |
| protocol | enum (udp | tcp) | |
| direction | enum (receive | send | both) | |
| 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_arg | |
| rx-size | range_arg | |
| tcp-connection-count | num | |
| local-tx-speed | num | |
| remote-tx-speed | num |