Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
e4350f937f4cc147ed53711f3b5021bfd85392f4
/
.
/
tools
/
dreport.d
/
plugins.d
/
top
blob: a61e88810fe71dc2de5abceef613959b056dd945 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# config: 123 10
# @brief: Collect top command output.
#
.
$DREPORT_INCLUDE
/
functions
desc
=
"top"
file_name
=
"top.log"
command
=
"top -n 1 -b"
add_cmd_output
"$command"
"$file_name"
"$desc"