At the moment commands like "smrt stats" return a bunch of numbers without any idea what they mean.
(16384, 'stats', (1, 1, 5, 67622004, 0, 166630038, 0))
(16384, 'stats', (2, 1, 0, 14874531, 0, 9129785, 0))
(16384, 'stats', (3, 1, 0, 1073404, 0, 19668, 0))
(16384, 'stats', (4, 1, 6, 8108486, 0, 4382321, 0))
(16384, 'stats', (5, 1, 6, 170911760, 0, 76011246, 1))
It would be nice if there was a version/variant that attempted to decode these into a semantic response. This response in the upstream repo points to a bunch of useful data in PHP? pklaus#4