Jayanth Othayoth | 7fbaff3 | 2017-10-15 05:54:25 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 123 10 | ||||
4 | # @brief: Collect meminfo log | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="Memory info" | ||||
10 | file_name="/proc/meminfo" | ||||
11 | |||||
12 | add_copy_file "$file_name" "$desc" |