Hi,
how can i learn cpu usage percentage of a process in kernel-space?
We are trying to limit cpu usage of a process looking at a field added to task_struct.
Forexample if the field is 10 and the process has already consumed the %10 percent of total timeslice we need to prevent the process from runnning.
thanks