Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide disk usage statistics #172

Closed
giampaolo opened this issue May 23, 2014 · 6 comments
Closed

Provide disk usage statistics #172

giampaolo opened this issue May 23, 2014 · 6 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on June 11, 2011 15:02:42

What I have in mind:

>>> psutil.disk_usage(path)
usage(total=..., free=..., used=..., percent=...)

On posix this can be done with os.statvfs(): 
http://docs.python.org/library/os.html#os.statvfs Still have to look into Windows.

Original issue: http://code.google.com/p/psutil/issues/detail?id=172

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on June 11, 2011 06:13:24

Implemented on posix in r1017 .

Status: Started
Labels: Milestone-0.2.2 Progress-3in4

@giampaolo
Copy link
Owner Author

From g.rodola on June 11, 2011 08:24:28

Implemented on Windows in r1018 .

Status: FixedInSVN
Labels: -Progress-3in4 Progress-4in4

@giampaolo
Copy link
Owner Author

From jcscoob...@gmail.com on June 23, 2011 13:35:44

OS X disk usage should be able to use the posix support.

@giampaolo
Copy link
Owner Author

From g.rodola on June 27, 2011 10:52:41

Labels: Milestone-0.3.0

@giampaolo
Copy link
Owner Author

From g.rodola on July 08, 2011 12:07:35

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:00:59

Updated csets after the SVN -> Mercurial migration: r1017 == revision 
2f77b94737ed r1018 == revision 0933e8dc9338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant