wapples-sysmon-stats
Get system monitor metrics from WAPPLES device.
wapples-sysmon-stats [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
- profile=PROFILE
- WAPPLES connect profile code
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10s
means data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
_time | Date | Time | Event time |
profile | String | Connect profile | WAPPLES connect profile code |
cpu_idle | Integer | CPU idle usage | Idle percent |
mem_total | Long | Total memory size | Total memory size in bytes |
mem_free | Long | Free memory size | Free memory size in bytes |
mem_cache | Long | Cached memory size | Cached memory size in bytes (page cache) |
mem_buffer | Long | Buffered memory size | Buffered memory size in bytes |
tps_http | Integer | HTTP TPS | HTTP transactions per second |
tps_https | Integer | HTTPS TPS | HTTPS transactions per second |
cps_http | Integer | HTTP CPS | HTTP connections per second |
cps_https | Integer | HTTPS CPS | HTTPS connections per second |
de_throughput_http | Long | HTTP DE Throughput | HTTP detection engine throughput |
de_throughput_https | Long | HTTPS DE Throughput | HTTPS detection engine throughput |