iocost_monitor: drop string wrap around numbers when outputting json
authorTejun Heo <tj@kernel.org>
Mon, 13 Apr 2020 16:27:58 +0000 (12:27 -0400)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Apr 2020 21:54:45 +0000 (15:54 -0600)
commit21f3cfeab304fc07b90d93d98d4d2f62110fe6b2
tree4851218e3277d2b7a2b8908c7d067ae863287b2e
parentf4fe3ea636385a51f1dfbb27c387a04b12b919e9
iocost_monitor: drop string wrap around numbers when outputting json

Wrapping numbers in strings is used by some to work around bit-width issues in
some enviroments. The problem isn't innate to json and the workaround seems to
cause more integration problems than help. Let's drop the string wrapping.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/cgroup/iocost_monitor.py