Skip to main content

helps you figure out why your unix process uses too many file descriptors

Project description

fd-leak-finder

fd-leak-finder helps you figure out why your unix process is using up too many fds.

To use it, generate strace output with a command something like this:

strace -q -a1 -s0 -ff -e trace=desc -tttT -ostrace.file $EXECUTABLE

Then pipe the resulting “strace.file.$PID” into fd-leak-finder’s stdin.

CAVEATS

It turns out that strace’s representation of this stuff is much more complicated than I thought, and I don’t understand why some of fd-leak-finder’s computations turn out the way they do. You can see “xxx weird” sorts of messages in fd-leak-finder. Hopefully it will be useful to you anyway! If you figure out how to improve it please let me know.

I guess parsing strace’s human-oriented output is a bad way to do this. I’m not sure what a good way to do it is, on Linux. On Solaris or OSX I suppose a good way to do it would be to use dtrace.

LICENCE

You may use this package under the Simple Permissive Licence, version 1 or, at your option, any later version. See the file COPYING.SPL.txt for the terms of the Simple Permissive Licence, version 1.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fdleakfinder-0.0.3.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file fdleakfinder-0.0.3.tar.gz.

File metadata

File hashes

Hashes for fdleakfinder-0.0.3.tar.gz
Algorithm Hash digest
SHA256 661f1e87bdce51886e0c1d6334d47fb7c2fea10e4e57497b191920744a077246
MD5 ca9ffde1305b77c03d756c8c0a1acf20
BLAKE2b-256 ff5499c4e961a535d2403275a348199bcc0bc8aa1aa961e7aa2c563743c27a49

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page