SSID is Incorrectly Specified

In the following example, a colon character was omitted from the delimiter in front of the operation:

$ sstore capture //:class.proc//:res.*//:stat.cpu-percentage//op.top
TIME                VALUE IDENTIFIER
Warning (//:class.proc//:res.*//:stat.cpu-percentage//op.top) - lookup error: no matches found
$ sstore capture //:class.proc//:res.*//:stat.cpu-percentage//:op.top
TIME                VALUE IDENTIFIER
2016-05-16T17:33:22 0.20751953125 //:class.proc//:res.sstored/1696/root//:stat.cpu-percentage//:op.top
...