xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/procfd (revision 9b18bf2d3ee4d15f2af3f8cc407e8dc74b2dec6b)
1#!/usr/bin/env bash
2#
3# config: 123 60
4# @brief: List the open file descriptors
5#
6
7. $DREPORT_INCLUDE/functions
8
9file_name="procfd.log"
10add_cmd_output "ls -Al /proc/*/fd/" "$file_name" "procfd"
11