mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #17192 from HuKeping/docs-update
Docs: update docs for API stats
This commit is contained in:
commit
e92a735d70
2 changed files with 2 additions and 2 deletions
|
@ -662,7 +662,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
|
||||||
|
|
||||||
{
|
{
|
||||||
"read" : "2015-01-08T22:57:31.547920715Z",
|
"read" : "2015-01-08T22:57:31.547920715Z",
|
||||||
"network": {
|
"networks": {
|
||||||
"eth0": {
|
"eth0": {
|
||||||
"rx_bytes": 5338,
|
"rx_bytes": 5338,
|
||||||
"rx_dropped": 0,
|
"rx_dropped": 0,
|
||||||
|
|
|
@ -662,7 +662,7 @@ This endpoint returns a live stream of a container's resource usage statistics.
|
||||||
|
|
||||||
{
|
{
|
||||||
"read" : "2015-01-08T22:57:31.547920715Z",
|
"read" : "2015-01-08T22:57:31.547920715Z",
|
||||||
"network": {
|
"networks": {
|
||||||
"eth0": {
|
"eth0": {
|
||||||
"rx_bytes": 5338,
|
"rx_bytes": 5338,
|
||||||
"rx_dropped": 0,
|
"rx_dropped": 0,
|
||||||
|
|
Loading…
Reference in a new issue