diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-02-01 13:23:49 +0100 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-02-03 14:46:01 -0500 |
commit | 9d3bcb58755e820fb3d7829260a5dd1292628f38 (patch) | |
tree | 94fd7b213bae9dfdf971f59a1c910a6fec166b81 /docs | |
parent | f65b62c98742e2db706f64b4c41fec512290e533 (diff) | |
download | podman-9d3bcb58755e820fb3d7829260a5dd1292628f38.tar.gz podman-9d3bcb58755e820fb3d7829260a5dd1292628f38.tar.bz2 podman-9d3bcb58755e820fb3d7829260a5dd1292628f38.zip |
libpod: report slirp4netns network stats
by default slirp4netns uses the tap0 device. When slirp4netns is
used, use that device by default instead of eth0.
Closes: https://github.com/containers/podman/issues/11695
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-stats.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-stats.1.md b/docs/source/markdown/podman-stats.1.md index bbb4bcb06..e3ffc74ca 100644 --- a/docs/source/markdown/podman-stats.1.md +++ b/docs/source/markdown/podman-stats.1.md @@ -98,6 +98,10 @@ ID NAME MEM USAGE / LIMIT 6eae9e25a564 clever_bassi 3.031MB / 16.7GB ``` +Note: When using a slirp4netns network, the traffic send via the port forwarding will be accounted +to the `lo` device. Traffic accounted to `lo` is not accounted in the stats output. + + ## SEE ALSO **[podman(1)](podman.1.md)** |