ucli: output
This commit is contained in:
@@ -115,9 +115,9 @@ static int task_info_extract(void *buf, unsigned int len, void *) {
|
||||
tsk_info = (variable_monitor_task *)buf;
|
||||
seq++;
|
||||
|
||||
printf("##CGROUP:[%s] %d [%03d] [%s]\n",
|
||||
printf("##CGROUP:[%s] %d [%03d] [%s] state: %d\n",
|
||||
tsk_info->task.cgroup_buf, tsk_info->task.pid, seq,
|
||||
tsk_info->task.state == 0 ? "R" : "D");
|
||||
state_str(tsk_info->task.state).c_str(),tsk_info->task.state);
|
||||
|
||||
printk_task_brief(&tsk_info->task);
|
||||
// diag_printf_raw_stack(tsk_info->task.tgid, tsk_info->task.container_tgid,
|
||||
|
||||
Reference in New Issue
Block a user