Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
8e29044fb4f2d6de6585bdff361959c06b0103c8
/
.
/
tools
/
dreport.d
/
plugins.d
/
diskusage
blob: 54fb6b98132cfffb77633fab8cacc3ac96ab9421 [
file
] [
log
] [
blame
]
#!/bin/bash
#
# config: 123 10
# @brief: Collect disk usage information.
#
.
$DREPORT_INCLUDE
/
functions
desc
=
"disk usage"
file_name
=
"disk-usage.log"
command
=
"df -hT"
add_cmd_output
"$command"
"$file_name"
"$desc"