/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
H A D | uptime | 4 # @brief: Collect uptime information. 9 desc="uptime" 10 file_name="uptime.log" 11 command="uptime"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/ |
H A D | cmocka_1.1.7.bb | 27 install -d ${D}${libdir}/${BPN}/example/mock/uptime 31 install -m 0755 ${B}/example/mock/uptime/uptime ${D}/${libdir}/${BPN}/example/mock/uptime 32 install -m 0755 ${B}/example/mock/uptime/test_uptime ${D}/${libdir}/${BPN}/example/mock/uptime 33 …install -m 0644 ${B}/example/mock/uptime/libproc_uptime.so ${D}/${libdir}/${BPN}/example/mock/libp…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch | 21 src/uptime.c | 2 +- 37 diff --git a/src/uptime.c b/src/uptime.c 39 --- a/src/uptime.c 40 +++ b/src/uptime.c
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_basic_ci.robot | 68 Verify Uptime Average Against Threshold 75 ... 1 min 30 sec Check BMC Uptime Journald 95 Check BMC Uptime Journald 96 [Documentation] Check BMC journald uptime entry.
|
/openbmc/qemu/tests/functional/ |
H A D | test_arm_aspeed_ast1030.py | 64 'kernel uptime', 66 'kernel uptime', 68 'kernel uptime',
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | README.md | 11 2. Uptime: uptime in wall clock time, idle process across all cores
|
H A D | metricblob.proto | 26 float uptime = 1; // Uptime (wall clock time) field
|
H A D | metric.cpp | 358 double uptime = 0; in getUptimeMetric() local 360 auto data = readFileThenGrepIntoString("/proc/uptime"); in getUptimeMetric() 362 if (!parseProcUptime(data, uptime, idleProcessTime)) in getUptimeMetric() 364 log<level::ERR>("Error parsing /proc/uptime"); in getUptimeMetric() 367 ret.uptime = uptime; in getUptimeMetric() 380 static_cast<double>(btm.powerOnSecCounterTime) - uptime; in getUptimeMetric()
|
H A D | util.cpp | 222 bool parseProcUptime(const std::string_view content, double& uptime, in parseProcUptime() argument 225 double t0, t1; // Attempts to parse uptime and idleProcessTime in parseProcUptime() 229 uptime = t0; in parseProcUptime() 266 * counter(start) uptime(start) 271 * |------------------------------| <--- firmwareTime(Actually is firmware+loader)=counter-uptime \
|
H A D | util.hpp | 50 bool parseProcUptime(const std::string_view content, double& uptime,
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
H A D | disable-version-check.patch | 18 -my $uptime = &get_system_uptime(); 23 - $uptime && $now - $st[9] > $uptime) {
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | data_interface_test.cpp | 33 std::string uptime = dataIntf.getBMCUptime(seconds); in TEST() local 35 EXPECT_EQ(uptime, retUptime); in TEST()
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | ffdc_config.yaml | 34 - 'echo -e "\n++++++++++ uptime;cat /proc/uptime ++++++++++" >> 36 - "uptime >> /tmp/BMC_general.txt" 37 - "cat /proc/uptime >> /tmp/BMC_general.txt" 228 - 'echo "\n++++++++++ uptime ++++++++++" >> /tmp/UBUNTU_general.txt' 229 - "uptime >> /tmp/UBUNTU_general.txt" 273 - 'echo -e "\n++++++++++ uptime ++++++++++" >> /tmp/RHEL_general.txt' 274 - "uptime >> /tmp/RHEL_general.txt" 317 - 'echo "\n++++++++++ uptime ++++++++++" >> /tmp/SLES_general.txt' 318 - "uptime >> /tmp/SLES_general.txt" 357 - 'echo "\n++++++++++ uptime ++++++++++" >> /tmp/AIX_general.txt' [all …]
|
/openbmc/openbmc-test-automation/redfish/events/ |
H A D | test_bmc_snmp_config.robot | 175 # Reboot BMC to reset system uptime. 178 ${uptime}= Generate Error And Verify System Up Time 180 # Check if uptime is reset after reboot. 181 Should Be True ${uptime} <= 1 msg=SNMP SysUpTime is not reset on reboot 219 # Get system uptime on BMC. 220 # Example output of uptime: 223 ${cmd_output} ${stderr} ${rc}= BMC Execute Command cat /proc/uptime
|
H A D | test_bmc_snmp_trap.robot | 140 # Reboot BMC to reset system uptime. 143 ${uptime}= Generate Error And Verify System Up Time 145 # Check if uptime is reset after reboot. 146 Should Be True ${uptime} <= 1 msg=SNMP SysUpTime is not reset on reboot 310 # Get system uptime on BMC. 311 # Example output of uptime: 314 ${cmd_output} ${stderr} ${rc}= BMC Execute Command cat /proc/uptime
|
/openbmc/openbmc/poky/meta/recipes-extended/procps/ |
H A D | procps_4.0.5.bb | 53 bindir_progs = "free pkill pmap pgrep pwdx skill snice top uptime w" 62 ALTERNATIVE:${PN}-doc = "kill.1 uptime.1" 64 ALTERNATIVE_LINK_NAME[uptime.1] = "${mandir}/man1/uptime.1"
|
/openbmc/openbmc-test-automation/lib/ |
H A D | state.py | 131 "uptime", 232 "uptime", 419 "int(float(state['uptime'])) < int(state['elapsed_boot_time'])" 421 In this example, if the state dictionary's 'uptime' entry 554 "uptime", 670 uptime = "" 713 if "uptime" in req_states: 714 # Sometimes reading uptime results in a blank value. Call with 717 "bash -c 'read uptime filler 2>/dev/null < /proc/uptime" 718 + ' && [ ! -z "${uptime}" ] && echo ${uptime}\'' [all …]
|
H A D | openbmc_ffdc.py | 59 state = st.get_state(req_states=["ping", "uptime", interface]) 70 if state["uptime"] == "": 74 if not int(state[interface]) and state["uptime"] == "":
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/ |
H A D | util_test.cpp | 135 double uptime, idleProcessTime; in TEST() local 136 EXPECT_EQ(metric_blob::parseProcUptime(content, uptime, idleProcessTime), in TEST() 138 EXPECT_LT(abs(uptime - 266923.67), eps); in TEST()
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-time-dd-test.sh | 91 uptime 101 uptime
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/ |
H A D | xfce4-systemload-plugin_1.3.2.bb | 1 …"Panel plugin displaying current CPU load, the memory in use, the swap space and the system uptime"
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | sysinfo.h | 9 long uptime; /* Seconds since boot */ member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nicstat/nicstat/ |
H A D | 0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch | 30 #define PROC_UPTIME "/proc/uptime"
|
/openbmc/openbmc/poky/meta/recipes-core/coreutils/ |
H A D | coreutils_9.7.bb | 55 tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" 120 ALTERNATIVE:${PN}-doc = "base64.1 nice.1 mktemp.1 df.1 groups.1 kill.1 uptime.1 stat.1 hostname.1" 147 ALTERNATIVE_LINK_NAME[uptime.1] = "${mandir}/man1/uptime.1"
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 298 ${cmd}= Catenate uptime; for i in {1..201}; do /tmp/tarball/bin/logging-test -c 299 ... AutoTestSimple;sleep 1;done; uptime 319 …${cmd}= Catenate uptime; for i in {1..${max_num_event_logs}}; do /tmp/tarball/bin/logging-test -c 320 ... AutoTestSimple;sleep 1;done; uptime
|