View Partitioned Statistic Values
The following output shows the values of all resource instance statistics and partitioned statistics:
$ ./util2 & $ sstore capture //:class.app/util2//:*//:* TIME VALUE IDENTIFIER 2016-06-12T05:19:54 2 //:class.app/util2//:res.inst/Customers//:stat.errors 2016-06-12T05:19:54 10 //:class.app/util2//:res.inst/Customers//:stat.reads 2016-06-12T05:19:54 7 //:class.app/util2//:res.inst/Customers//:stat.writes 2016-06-12T05:19:54 3 //:class.app/util2//:res.inst/Orders//:stat.errors 2016-06-12T05:19:54 15 //:class.app/util2//:res.inst/Orders//:stat.reads 2016-06-12T05:19:54 13 //:class.app/util2//:res.inst/Orders//:stat.writes 2016-06-12T05:19:54 3 //:class.app/util2//:res.inst/Products//:stat.errors 2016-06-12T05:19:54 13 //:class.app/util2//:res.inst/Products//:stat.reads 2016-06-12T05:19:54 7 //:class.app/util2//:res.inst/Products//:stat.writes 2016-06-12T05:19:54 //:class.app/util2//:stat.activity//:part.inst Customers: 17.0 Orders: 28.0 Products: 20.0 2016-06-12T05:19:54 //:class.app/util2//:stat.activity//:part.type writes: 27.0 reads: 38.0 2016-06-12T05:19:54 //:class.app/util2//:stat.errors//:part.inst Customers: 2.0 Orders: 3.0 Products: 3.0 ^C
Partitioned values are shown as real numbers.
The following output shows that the total of all reads and writes (17 + 28 + 20 or 27 +38 shown in the preceding output) is stored in the //:class.app/util2//:stat.activity
statistic, and the total errors from all instances is stored in the //:class.app/util2//:stat.errors
statistic:
$ sstore export -t 2016-06-12T05:19:53 -p 1 //:class.app/util2//:stat.*
TIME VALUE IDENTIFIER
2016-06-12T05:19:54 65.0 //:class.app/util2//:stat.activity
2016-06-12T05:19:54 8.0 //:class.app/util2//:stat.errors