summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-01 14:05:34 -0500
committerGitHub <noreply@github.com>2022-02-01 14:05:34 -0500
commitdad946b66dfca0879274233f02cfff238286ef51 (patch)
treec6b88e91774525941953b1f07fadf0ab849dd5d5 /docs
parent905d31ddd358bb6c40082c391102bbf92a04fad6 (diff)
parent865f0a1977fbddbf37550d0e3c56cfacb62b0aec (diff)
downloadpodman-dad946b66dfca0879274233f02cfff238286ef51.tar.gz
podman-dad946b66dfca0879274233f02cfff238286ef51.tar.bz2
podman-dad946b66dfca0879274233f02cfff238286ef51.zip
Merge pull request #13101 from giuseppe/report-slirp4netns-stats
libpod: report slirp4netns network stats
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-stats.1.md4
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)**