1apptainer(1) apptainer(1)
2
3
4
6 apptainer-instance-stats - Get stats for a named instance
7
8
9
11 apptainer instance stats [stats options...]
12
13
14
16 The instance stats command allows you to get statistics for a named in‐
17 stance,
18 either printed to the terminal or in json. If you are root, you can
19 optionally
20 ask for statistics for a container instance belonging to a specific
21 user.
22
23
24
26 -h, --help[=false] help for stats
27
28
29 -j, --json[=false] output stats in json
30
31
32 -u, --user="" view stats for an instance belonging to a user (root
33 only)
34
35
36
38 $ apptainer instance stats mysql
39 $ apptainer instance stats --json mysql
40 $ sudo apptainer instance stats --user <username> user-mysql
41
42
43
44
46 apptainer-instance(1)
47
48
49
51 29-Mar-2023 Auto generated by spf13/cobra
52
53
54
55Auto generated by spf13/cobra Mar 2023 apptainer(1)