Sample Header Ad - 728x90

Linux CPU Utilization Reporting Tool (Linux CURT)

1 vote
0 answers
103 views
I am trying to use linux curt (https://github.com/open-power-sdk/curt) tool for monitoring CPU utilization values of threads. On running this command ''' perf record -e '{raw_syscalls:*,sched:sched_switch,sched:sched_migrate_task,sched:sched_process_exec,sched:sched_process_fork,sched:sched_process_exit,sched:sched_stat_runtime,sched:sched_stat_wait,sched:sched_stat_sleep,sched:sched_stat_blocked,sched:sched_stat_iowait,powerpc:hcall_entry,powerpc:hcall_exit}' -a *command --args* ''' I am getting following enter image description here error (my ubuntu distribution is 20.04). even if skip this step. I am getting errors while running ''' perf script -s ./curt.py''' command.enter image description here please guide me on how to solve this issue?
Asked by I192100 Mayra Ahmad (31 rep)
Apr 16, 2021, 11:03 AM