Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
fa180596fe2a3c6fe65e48055e02e0c3e4ef5977
/
.
/
tools
/
dreport.d
/
plugins.d
/
uptime
blob: 568e598cdd01783f68be8385d14082f3517b7400 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# config: 123 50
# @brief: Collect uptime information.
#
.
$DREPORT_INCLUDE
/
functions
desc
=
"uptime"
file_name
=
"uptime.log"
command
=
"uptime"
add_cmd_output
"$command"
"$file_name"
"$desc"