singularity-instance-stats - Get stats for a named instance
Contents
Description
The instance stats command allows you to get statistics for a named instance,
either printed to the terminal or in json. If you are root, you can optionally
ask for statistics for a container instance belonging to a specific user. If
you add --no-stream, you will only see one timepoint. Asking for json implies
the same.
Example
$ singularity instance stats mysql
$ singularity instance stats --json mysql
$ singularity instance stats --no-stream mysql
$ sudo singularity instance stats --user <username> user-mysql
History
27-Feb-2025 Auto generated by spf13/cobra
Auto generated by spf13/cobra Feb 2025 singularity(1)
Name
singularity-instance-stats - Get stats for a named instance
Options
-h, --help[=false] help for stats
-j, --json[=false] output stats in json
--no-stream[=false] disable streaming (live update) of instance stats
-u, --user="" view stats for an instance belonging to a user (root only)
See Also
singularity-instance(1)Synopsis
singularityinstancestats[statsoptions...]
