We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e968580 commit b37acf3Copy full SHA for b37acf3
README.md
@@ -47,6 +47,7 @@ The default telemd runs the following instruments:
47
* `procs` the number of processes running at the current time
48
* `cgrp_cpu` the cpu usage time of individual docker containers
49
* `cgrp_blkio` the total block io usage in bytes for individual docker containers
50
+* `cgrp_net` the total network io usage in bytes for individual docker containers
51
52
### Info keys
53
@@ -63,7 +64,7 @@ It is a Redis hash has the following keys:
63
64
| `disk` | [str] | The disk devices available for monitoring |
65
| `net` | [str] | The network devices available for monitoring |
66
| `hostname` | str | The real hostname |
-| `netspeed` | str | Lan/Wlan speed in Mbps|
67
+| `netspeed` | str | LAN/WLAN speed in Mbps |
68
69
### Talking back to hosts
70
0 commit comments