Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nmon

Build Status Docker Repository on Quay

Nmon performance utility inside a docker container. Monitor your docker machine(s) in "one go"

Run it:

$ docker run --rm --name nmon --pid=host --net=host --privileged -it quay.io/ssro/nmon

Build & run:

$ git clone https://github.com/ssro/nmon.git && cd nmon
$ docker build -t nmon .
$ docker run --rm --name nmon --pid=host --net=host --privileged -it nmon