/* generate the ASCII report from trace.dat */
trace-cmd report trace.dat > tracecmdreport
/* idlestat can accept the raw report format */
idlestat -o tracecmdreport
I am able to get the idlestat output from trace-cmd report with some correction in the parsing grammar.
topology info is not required.
>> Still some issue with the cluster data which leads to segfault. Will be done by tomorrow.
/* generate the ASCII report from trace.dat */
trace-cmd report trace.dat > tracecmdreport
/* idlestat can accept the raw report format */
idlestat -o tracecmdreport
I am able to get the idlestat output from trace-cmd report with some correction in the parsing grammar.
topology info is not required.
>> Still some issue with the cluster data which leads to segfault. Will be done by tomorrow.