Utilization of a Partition Resource

When you apply the util operation to a partition, the sum of all parts of the partition is used as the capacity. The following command shows the milliseconds used by each part of the partition:

$ sstore export -t 2020-09-08T10:08:00 -p 1 //:class.cpu//:stat.usage//:part.mode
TIME                VALUE IDENTIFIER
2020-09-08T10:08:00  //:class.cpu//:stat.usage//:part.mode
                    idle: 48729451434.882675
                    intr: 58156498.928085
                    kernel: 305427215.107275
                    user: 81600688.06611

The following command shows the percent of total usage accounted for by each part of the partition:

$ sstore export -t 2020-09-08T10:08:00 -p 1 //:class.cpu//:stat.usage//:part.mode//:op.util
TIME                VALUE IDENTIFIER
2020-09-08T10:08:00  //:class.cpu//:stat.usage//:part.mode//:op.util
                    idle: 99.09468693661124
                    intr: 0.11826523560005732
                    kernel: 0.621107223080918
                    user: 0.16594060469834854