xref: /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/procfd (revision fcc916444b270ebd9f1351212d21aef517c48eb2)
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