blob: 7af76dec193524afd3a5312b236024c8fd0f7629 [file] [log] [blame]
#!/bin/bash
#
# config: 2 75
# @brief: Collect software interrupt request information.
#
# shellcheck source=/dev/null
. "$DREPORT_INCLUDE"/functions
desc="SoftIRQs"
file_name="softIRQs.log"
command="cat /proc/softirqs"
add_cmd_output "$command" "$file_name" "$desc"