A tiny command line tool that prints file and socket descriptor (handle) counts for a process.
Think of it as a very small, cross-platform, more machine-friendly version of handle.exe
that only does one thing (and hopefully does it well).
- Windows
- Linux
- macOS
See Releases.
# formats the output using 'jq'
fshc --pid 73847 | jq# formats the output using 'jq'
fshc --pid 73847 --only-total | jqThis tool is dual-licensed under the ASL2 and MIT licenses.
SPDX-License-Identifier: MIT OR Apache-2.0