xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/meminfo (revision 8b9b4690a4460ada5bf60a285ff6065eda6d5d4a)
1#!/bin/bash
2#
3# config: 123 10
4# @brief: Collect meminfo log
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="Memory info"
10file_name="/proc/meminfo"
11
12add_copy_file "$file_name" "$desc"
13