diagnose system top-fd
Use this command to display the top processes with the highest number of open file descriptors. If the detail option is used, it also shows detailed process information along with active file descriptor data. By default, the command displays the top 5 processes with the most open file descriptors.
Syntax
diagnose system top-fd <process-count>
diagnose system top-fd detail <process-count> <fd-count>
|
Variable |
Description |
Default |
|---|---|---|
|
<process-count> |
Number of processes with the highest number of open file descriptors to display, range [1, 1000] (default 5). |
5 |
|
<fd-count> |
Number of file descriptors to include per process (default 50). |
50 |