Home | History | Annotate | Download | only in bin

Lines Matching refs:proc_stat

1532     with _open_file('/proc/stat') as proc_stat:
1533 cpu_usage_str = proc_stat.readline().split()