proc_cpu_nice()

Percentage of CPU time spent in nice mode

Syntax:

double proc_cpu_nice(void);

Arguments:

no arguments

Description:

Percentage of CPU time spent in nice mode (user mode with low priority).

Return Values:

On success, returns percentage of CPU time spent in nice mode. On error, -1 is returned.

See Also:

proc_cpu_user(), proc_cpu_system(), proc_cpu_idle()



INDEX