Merge pull request #19431 from rhatdan/man1

[CI:DOCS] Improve the description of fields in podman-stats man page
This commit is contained in:
OpenShift Merge Robot 2023-07-31 21:01:24 +02:00 committed by GitHub
commit a52cefe6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -34,19 +34,19 @@ Valid placeholders for the Go template are listed below:
|---------------------|--------------------------------------------------|
| .AvgCPU | Average CPU, full precision float |
| .AVGCPU | Average CPU, formatted as a percent |
| .BlockInput | Block Input |
| .BlockIO | Block IO |
| .BlockOutput | Block Output |
| .BlockInput | Total data read from block device |
| .BlockIO | Total data read/total data written to block device|
| .BlockOutput | Total data written to block device |
| .ContainerID | Container ID, full (untruncated) hash |
| .ContainerStats ... | Nested structure, for experts only |
| .CPU | Percent CPU, full precision float |
| .CPUNano | CPU Usage, total, in nanoseconds |
| .CPUPerc | CPU percentage |
| .CPUPerc | Percentage of CPU used |
| .CPUSystemNano | CPU Usage, kernel, in nanoseconds |
| .Duration | Same as CPUNano |
| .ID | Container ID, truncated |
| .MemLimit | Memory limit, in bytes |
| .MemPerc | Memory percentage |
| .MemPerc | Memory percentage used |
| .MemUsage | Memory usage |
| .MemUsageBytes | Memory usage (IEC) |
| .Name | Container Name |