Answer the question
In order to leave comments, you need to log in
What is avg_atom?
What is the value in the avg_atom line in the /proc/$PID/sched file, who can tell?
Answer the question
In order to leave comments, you need to log in
Code from kernel/sched/debug.c that calculates it:
avg_atom = p->se.sum_exec_runtime;
if (nr_switches)
avg_atom = div64_ul(avg_atom, nr_switches);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question