stats
stats
The hyper stats
command returns a live data stream for running containers. To limit data to one or more specific containers, specify a list of container names or ids separated by a space. You can specify a stopped container but stopped containers do not return any data.
If you want more detailed information about a container's resource usage, use the /containers/(id)/stats
API endpoint.
Examples
Running hyper stats
on all running containers
Running hyper stats
on multiple containers by name and id.
Last updated