linux_networkload.cpp File Reference
#include "linux_networkload.hpp"
#include <string>
#include <exception>
#include <fstream>
#include <iostream>
#include <list>
#include <sstream>
#include <stdexcept>
#include <algorithm>
#include <cstring>
#include <utility>
+ Include dependency graph for linux_networkload.cpp:

Go to the source code of this file.

Variables

const std::list< std::string > identifiers
 

Variable Documentation

◆ identifiers

const std::list<std::string> identifiers
Initial value:
{"RXbytes",
"RXpackets",
"RXerrs",
"RXdrop",
"RXfifo",
"RXframe",
"RXcompressed",
"RXmulticast",
"TXbytes",
"TXpackets",
"TXerrs",
"TXdrop",
"TXfifo",
"TXcolls",
"TXcarrier",
"TXcompressed"
}
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 21 of file linux_networkload.cpp.