blob: a61e88810fe71dc2de5abceef613959b056dd945 [file] [log] [blame]
Jayanth Othayoth8bcf49c2017-10-15 05:57:19 -05001#!/bin/bash
2#
3# config: 123 10
4# @brief: Collect top command output.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="top"
10file_name="top.log"
11command="top -n 1 -b"
12
13add_cmd_output "$command" "$file_name" "$desc"