Deepak Kamat | 9a5fac9 | 2025-03-26 10:29:29 +0530 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 2 75 | ||||
4 | # @brief: Collect software interrupt request information. | ||||
5 | # | ||||
6 | |||||
7 | # shellcheck source=/dev/null | ||||
8 | . "$DREPORT_INCLUDE"/functions | ||||
9 | |||||
10 | desc="SoftIRQs" | ||||
11 | file_name="softIRQs.log" | ||||
12 | command="cat /proc/softirqs" | ||||
13 | |||||
14 | add_cmd_output "$command" "$file_name" "$desc" |