Home
last modified time | relevance | path

Searched refs:loadavg (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dnetwork50 loadavg="/proc/loadavg"
51 if [ -f $loadavg ]; then
53 add_cmd_output "cat $loadavg" "$file_name" "load average"
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp233 std::string loadavg{}; in getBMCLoadAvg() local
250 loadavg.append(line.substr(0, pos + 1)); in getBMCLoadAvg()
254 loadavg.append(line.substr(0, pos)); in getBMCLoadAvg()
260 return loadavg; in getBMCLoadAvg()
/openbmc/linux/tools/testing/selftests/proc/
H A D.gitignore6 /proc-loadavg-001
H A DMakefile10 TEST_GEN_PROGS += proc-loadavg-001
/openbmc/linux/fs/proc/
H A DMakefile20 proc-y += loadavg.o
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf216 [plugin:proc:/proc/loadavg]
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwpol-yocto.txt1059 /proc/loadavg -> $(Device) ;
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst712 loadavg Load average of last 1, 5 & 15 minutes;