summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/cpuinfo
blob: 217d5f80ea8a28cafbf5352a5f7b42b6d14da59e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# config: 123 50
# @brief: Collect cpuinfo log.
#

. $DREPORT_INCLUDE/functions

desc="CPU info"
file_name="/proc/cpuinfo"

add_copy_file "$file_name" "$desc"
OpenPOWER on IntegriCloud