{ "info": { "author": "Zooko Wilcox-O'Hearn", "author_email": "zooko@zooko.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: DFSG approved", "License :: OSI Approved", "Natural Language :: English", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "fd-leak-finder\n==============\n\nfd-leak-finder helps you figure out why your unix process is using up too many fds.\n\nTo use it, generate strace output with a command something like this::\n\n strace -q -a1 -s0 -ff -e trace=desc -tttT -ostrace.file $EXECUTABLE\n\nThen pipe the resulting \"strace.file.$PID\" into fd-leak-finder's stdin.\n\nCAVEATS\n=======\n\nIt turns out that strace's representation of this stuff is much more\ncomplicated than I thought, and I don't understand why some of\nfd-leak-finder's computations turn out the way they do. You can see \"xxx\nweird\" sorts of messages in fd-leak-finder. Hopefully it will be useful to\nyou anyway! If you figure out how to improve it please let me know.\n\nI guess parsing strace's human-oriented output is a bad way to do this. I'm\nnot sure what a *good* way to do it is, on Linux. On Solaris or OSX I suppose\na good way to do it would be to use dtrace.\n\nLICENCE\n=======\n\nYou may use this package under the Simple Permissive Licence, version 1 or,\nat your option, any later version. See the file COPYING.SPL.txt_ for the\nterms of the Simple Permissive Licence, version 1.\n\n.. _COPYING.SPL.txt: COPYING.SPL.txt", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zooko/fdleakfinder", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "fdleakfinder", "package_url": "https://pypi.org/project/fdleakfinder/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fdleakfinder/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zooko/fdleakfinder" }, "release_url": "https://pypi.org/project/fdleakfinder/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "helps you figure out why your unix process uses too many file descriptors", "version": "0.0.3" }, "last_serial": 822750, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9e0ba680d965dcbcecf4d221764e2b0c", "sha256": "a340626645703d88ba6fc4a380508eb8312e4a61b115f2048d49b05989a0007d" }, "downloads": -1, "filename": "fdleakfinder-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9e0ba680d965dcbcecf4d221764e2b0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9381, "upload_time": "2013-07-05T02:51:49", "url": "https://files.pythonhosted.org/packages/60/e9/e2898fe3050ac3488f9ca93cb3e3169c62d37d2193d0ee0f80c351bc724d/fdleakfinder-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "36c34e9db6fd46da732a4f137381172b", "sha256": "2532d85d7f4de291f60d67eaba42f9d54567b309cc6925927f4a81745d9d6a30" }, "downloads": -1, "filename": "fdleakfinder-0.0.2.tar.gz", "has_sig": false, "md5_digest": "36c34e9db6fd46da732a4f137381172b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9533, "upload_time": "2013-07-09T21:21:24", "url": "https://files.pythonhosted.org/packages/ef/df/497ac273db9b220502988449a4a0824c5133f5d714153dbdd25099d7d864/fdleakfinder-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ca9ffde1305b77c03d756c8c0a1acf20", "sha256": "661f1e87bdce51886e0c1d6334d47fb7c2fea10e4e57497b191920744a077246" }, "downloads": -1, "filename": "fdleakfinder-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ca9ffde1305b77c03d756c8c0a1acf20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9640, "upload_time": "2013-07-23T05:21:19", "url": "https://files.pythonhosted.org/packages/ff/54/99c4e961a535d2403275a348199bcc0bc8aa1aa961e7aa2c563743c27a49/fdleakfinder-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca9ffde1305b77c03d756c8c0a1acf20", "sha256": "661f1e87bdce51886e0c1d6334d47fb7c2fea10e4e57497b191920744a077246" }, "downloads": -1, "filename": "fdleakfinder-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ca9ffde1305b77c03d756c8c0a1acf20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9640, "upload_time": "2013-07-23T05:21:19", "url": "https://files.pythonhosted.org/packages/ff/54/99c4e961a535d2403275a348199bcc0bc8aa1aa961e7aa2c563743c27a49/fdleakfinder-0.0.3.tar.gz" } ] }