Message ID | 20210126091946.1241-1-dwagner@suse.de |
---|---|
Headers | show |
Series | Generate machine-readable output | expand |
On Tue, Jan 26, 2021 at 12:01:03PM +0100, Ahmed S. Darwish wrote: > On Tue, Jan 26, 2021 at 10:19:34AM +0100, Daniel Wagner wrote: > ... > > { > > "file_version": 1, > > "version:": "cyclictest V 1.90", > > "num_threads": 2, > > "resolution_in_ns": 0, > > "cmdline:": "./cyclictest --affinity=1-2 --duration=1s --output=dump.json -h 1000 -p 80", > > "sysinfo": { > > "sysname": "Linux", > > "nodename": "beryllium", > > "release": "5.9.14-1-default", > > "version": "#1 SMP Sat Dec 12 06:57:32 UTC 2020 (c648a46)", > > "machine": "x86_64" > > }, > > Wouldn't it be also helpful to add `"realtime": "true"` if > /sys/kernel/realtime exists and equal to 1? Good point, the sysinfo part could certainly have some more information added. For example a timestamp of the test run.