Skip to content
/ fshc Public

A tiny command line tool that prints file and socket descriptor (handle) counts for a process

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

rabbitmq/fshc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fshc: a File and Socket Handle Counter

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.

Supported Operating Systems

  • Windows
  • Linux
  • macOS

Usage

# formats the output using 'jq'
fshc --pid 73847 | jq
# formats the output using 'jq'
fshc --pid 73847 --only-total | jq

License

This tool is dual-licensed under the ASL2 and MIT licenses.

About

A tiny command line tool that prints file and socket descriptor (handle) counts for a process

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE_MIT

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published