proc_uptime_idle()

Idle uptime

Syntax:

double proc_uptime_idle(void);

Arguments:

no arguments

Description:

How much of that time, since last restart, the machine has spent idle.

Return Values:

On success, returns the machine idle uptime. On error, -1 is returned.

See Also:

proc_uptime()



INDEX