dockerstats: Run docker stats

Description Usage Arguments Details Value Note Examples

View source: R/stats.R

Description

Run docker stats and returns a data.frame

Usage

1
dockerstats(..., all = FALSE, notrunc = FALSE, extra = "")

Arguments

...

Subset of containers to get stats from. If empty, all running containers are looked for.

all

Show all containers (default shows just running).

notrunc

Whether or not to truncate output.

extra

Extra information to add in the "extra" column.

Details

Output description:

From https://docs.docker.com/engine/reference/commandline/stats/

Value

A data.frame with the docker stats with class "dockerstats" append, for later expansion (not used currently).

Note

MemPerc and PIDs are not available on Windows

Examples

1
2
3
4
5

ColinFay/dockerstats documentation built on May 18, 2020, 11:54 a.m.