dockerstats_recurse: Call dockerstats() recursively

Description Usage Arguments Value Examples

View source: R/stats_recurse.R

Description

Call dockerstats() recursively

Usage

1
dockerstats_recurse(..., all = FALSE, extra = "", every = 1, callback = print)

Arguments

...

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

all

Show all containers (default shows just running).

extra

Extra information to add in the "extra" column.

every

Loop duration

callback

function to call on each loop, with the first argument being the result of dockerstats().

Value

Nothing, primarly called for its side-effect.

Examples

1
2
3
4
5

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