add throughput_network_* (#8799)

This commit is contained in:
Diogo Gomes 2019-03-03 12:03:51 +00:00 committed by Fabian Affolter
parent 24ed0278dd
commit 2aa946ce26

View File

@ -47,29 +47,31 @@ resources:
The table contains types and their argument to use in your `configuration.yaml` The table contains types and their argument to use in your `configuration.yaml`
file. file.
| Type (`type:`) | Argument (`arg:`) | | Type (`type:`) | Argument (`arg:`) |
| :------------------ |:--------------------------| | :--------------------- |:--------------------------|
| disk_use_percent | Path, e.g., `/` | | disk_use_percent | Path, e.g., `/` |
| disk_use | Path, e.g., `/` | | disk_use | Path, e.g., `/` |
| disk_free | Path, e.g., `/` | | disk_free | Path, e.g., `/` |
| memory_use_percent | | | memory_use_percent | |
| memory_use | | | memory_use | |
| memory_free | | | memory_free | |
| swap_use_percent | | | swap_use_percent | |
| swap_use | | | swap_use | |
| swap_free | | | swap_free | |
| load_1m | | | load_1m | |
| load_5m | | | load_5m | |
| load_15m | | | load_15m | |
| network_in | Interface, e.g., `eth0` | | network_in | Interface, e.g., `eth0` |
| network_out | Interface, e.g., `eth0` | | network_out | Interface, e.g., `eth0` |
| packets_in | Interface, e.g., `eth0` | | throughput_network_in | Interface, e.g., `eth0` |
| packets_out | Interface, e.g., `eth0` | | throughput_network_out | Interface, e.g., `eth0` |
| ipv4_address | Interface, e.g., `eth0` | | packets_in | Interface, e.g., `eth0` |
| ipv6_address | Interface, e.g., `eth0` | | packets_out | Interface, e.g., `eth0` |
| processor_use | | | ipv4_address | Interface, e.g., `eth0` |
| process | Binary, e.g., `octave-cli` | | ipv6_address | Interface, e.g., `eth0` |
| last_boot | | | processor_use | |
| process | Binary, e.g., `octave-cli` |
| last_boot | |
## {% linkable_title Linux specific %} ## {% linkable_title Linux specific %}