linux_cpuload.cpp File Reference
#include "linux_cpuload.hpp"
#include <stdexcept>
#include <fstream>
#include <iostream>
#include <cmath>
#include <sstream>
#include <chrono>
#include <thread>
+ Include dependency graph for linux_cpuload.cpp:

Go to the source code of this file.

Variables

const std::vector< std::string > cpuIdentifiers
 

Variable Documentation

◆ cpuIdentifiers

const std::vector<std::string> cpuIdentifiers
Initial value:
{"user",
"nice",
"system",
"idle",
"iowait",
"irq",
"softirq",
"steal",
"guest",
"guest_nice"}
Author
: Daniel Fuchs @contact: fuxey.nosp@m.solu.nosp@m.tions.nosp@m.@gma.nosp@m.il.co.nosp@m.m

distributed under the MIT License (MIT). Copyright (c) Daniel Fuchs

Definition at line 18 of file linux_cpuload.cpp.