summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/top
blob: a61e88810fe71dc2de5abceef613959b056dd945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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"
OpenPOWER on IntegriCloud