ProcUptime

Structure representing data found in /proc/uptime.

Contains the uptime of the system and the amount of time spent in idle process, both in seconds.

Members

Structs

Time
struct Time

Helper struct containing whole and fractional part of the second.

Variables

idle
Time idle;

Idle time

uptime
Time uptime;

Uptime time

Meta