{ "info": { "author": "Yauhen Yakimovich", "author_email": "eugeny.yakimovitch@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "# disktools\nExtensions to basic disk tools like du, df, etc, but written in python.\n\n## Installation\n\n> pip install disktools\n\n\n## Disk Usage (Cached)\n\n*duc* is a python-based rewrite of *du*. It is relatively fast compared to its naive LLVM (numba optimized version). The main performance gain comes from using cache. Here is an example:\n\nThe output of \n\n```bash\nduc /foo/bar\n```\n\nis equivalent to the output of\n\n\n```bash\ndu -sb /foo/bar\n```\n\nThe difference would be, that *duc* creates cache stock called **.duc** in each folder as it traverses over the file system tree, hosting all previous results for all the subfolders if there are any.\n\nThe minor caveat of such approach is that creating the **.duc** entry screws the *last modification* timestamp of the containing folder. But over time this is not important, since it happens only once. Newly cache updates do not affect the containing folder anymore. \n\nThe idea of such caching design vs. global filesystem entry is to enable long term monitoring of any chosen sub path of your data. It has been tested to perform on XFS filesystems with volumes over 100TB and over 10 millions of files.\n\nAny improvements and issue reports are welcomed.\n\n---\n\nYou might also want to check out [findtools](https://github.com/ewiger/findtools)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ewiger/disktools/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ewiger/disktools", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "disktools", "package_url": "https://pypi.org/project/disktools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/disktools/", "project_urls": { "Download": "https://github.com/ewiger/disktools/tarball/master", "Homepage": "https://github.com/ewiger/disktools" }, "release_url": "https://pypi.org/project/disktools/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Extensions to basic disk tools like du, df, etc, but written in python", "version": "0.0.3" }, "last_serial": 1401592, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "125a1df62d464fea294e549859b38133", "sha256": "1877b20e0b360a97fef17e82aee06c891bc98caba5a1ff9eb2a6de1ad9c61014" }, "downloads": -1, "filename": "disktools-0.0.1.tar.gz", "has_sig": false, "md5_digest": "125a1df62d464fea294e549859b38133", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3411, "upload_time": "2015-01-23T15:20:22", "url": "https://files.pythonhosted.org/packages/4b/9f/035316d400c3cd2888adfb44a7101734ce52946add811e636014d416f450/disktools-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2abac827cb5793e11077dc82181219e5", "sha256": "6ce764e11656588dd2ae4336aa6f0f60a1301f36dc7208381a52bf7b794d83a6" }, "downloads": -1, "filename": "disktools-0.0.2.tar.gz", "has_sig": false, "md5_digest": "2abac827cb5793e11077dc82181219e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3417, "upload_time": "2015-01-27T15:27:15", "url": "https://files.pythonhosted.org/packages/91/12/02c995ea5ae84ee6c06bb09af763b811e52c9a0b909a1c05decb23145a04/disktools-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "2b61ae1c2be69c7e0d4d9d037323ff90", "sha256": "ae7cb497d9e07258783707f27f3f828b6a3127c1c0c81f09b98bf7ad5d84915c" }, "downloads": -1, "filename": "disktools-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2b61ae1c2be69c7e0d4d9d037323ff90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4072, "upload_time": "2015-01-29T14:03:48", "url": "https://files.pythonhosted.org/packages/af/93/7f24f5b8ead1a52637df98d3cbf29965320dc3819201647eabcfb9727cf6/disktools-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b61ae1c2be69c7e0d4d9d037323ff90", "sha256": "ae7cb497d9e07258783707f27f3f828b6a3127c1c0c81f09b98bf7ad5d84915c" }, "downloads": -1, "filename": "disktools-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2b61ae1c2be69c7e0d4d9d037323ff90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4072, "upload_time": "2015-01-29T14:03:48", "url": "https://files.pythonhosted.org/packages/af/93/7f24f5b8ead1a52637df98d3cbf29965320dc3819201647eabcfb9727cf6/disktools-0.0.3.tar.gz" } ] }