aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHazel Atkinson <yellowsink@riseup.net>2025-04-07 18:16:59 +0100
committerHazel Atkinson <yellowsink@riseup.net>2025-04-07 18:16:59 +0100
commitc0efd5a421aecf343184248218abab8d699373cd (patch)
tree660ad38ba0d70bdcf301f5e1566e5f53f07a98e0 /README.md
parentbeb6d6feb581b60c98b461c11b92d8a6708c91d8 (diff)
downloadcontainerspy-c0efd5a421aecf343184248218abab8d699373cd.tar.gz
containerspy-c0efd5a421aecf343184248218abab8d699373cd.tar.bz2
containerspy-c0efd5a421aecf343184248218abab8d699373cd.zip
implement network stats
Diffstat (limited to 'README.md')
-rw-r--r--README.md40
1 files changed, 27 insertions, 13 deletions
diff --git a/README.md b/README.md
index a4a1332..198dcb0 100644
--- a/README.md
+++ b/README.md
@@ -80,17 +80,25 @@ is listed below ("N/A" if there are none).
The list of ContainerSpy's currently supported items from this list is:
-| Name | Has metric-specific labels | Notes |
-|---------------------------------------------|----------------------------|-------------------------|
-| `container_cpu_usage_seconds_total` | | |
-| `container_cpu_user_seconds_total` | | |
-| `container_cpu_system_seconds_total` | | |
-| `container_cpu_cfs_periods_total` | | |
-| `container_cpu_cfs_throttled_periods_total` | | |
-| `container_cpu_cfs_throttled_seconds_total` | | |
-| `container_fs_reads_bytes_total` | | Not reported on Windows |
-| `container_fs_writes_bytes_total` | | Not reported on Windows |
-| `container_last_seen` | | |
+| Name | Has metric-specific labels | Notes |
+|----------------------------------------------------|----------------------------|-------------------------|
+| `container_cpu_usage_seconds_total` | | |
+| `container_cpu_user_seconds_total` | | |
+| `container_cpu_system_seconds_total` | | |
+| `container_cpu_cfs_periods_total` | | |
+| `container_cpu_cfs_throttled_periods_total` | | |
+| `container_cpu_cfs_throttled_seconds_total` | | |
+| `container_fs_reads_bytes_total` | | Not reported on Windows |
+| `container_fs_writes_bytes_total` | | Not reported on Windows |
+| `container_last_seen` | | |
+| `container_network_receive_bytes_total` | `interface` | |
+| `container_network_receive_errors_total` | `interface` | Not reported on Windows |
+| `container_network_receive_packets_dropped_total` | `interface` | |
+| `container_network_receive_packets_total` | `interface` | |
+| `container_network_transmit_bytes_total` | `interface` | |
+| `container_network_transmit_errors_total` | `interface` | Not reported on Windows |
+| `container_network_transmit_packets_dropped_total` | `interface` | |
+| `container_network_transmit_packets_total` | `interface` | |
The list of known omitted metrics are:
@@ -122,5 +130,11 @@ The list of known omitted metrics are:
| `container_llc_occupancy_bytes` | Not reported by Docker Engine API |
| `container_memory_bandwidth_bytes` | Not reported by Docker Engine API |
| `container_memory_bandwidth_local_bytes` | Not reported by Docker Engine API |
-...
-| `container_memory_max_usage_bytes` | Only reported on cgroups v1 hosts | \ No newline at end of file
+| ... | |
+| `container_memory_max_usage_bytes` | Only reported on cgroups v1 hosts |
+| ... | |
+| `container_network_advance_tcp_stats_total` | Not reported by Docker Engine API |
+| `container_network_tcp6_usage_total` | Not reported by Docker Engine API |
+| `container_network_tcp_usage_total` | Not reported by Docker Engine API |
+| `container_network_udp6_usage_total` | Not reported by Docker Engine API |
+| `container_network_udp_usage_total` | Not reported by Docker Engine API |