Skip to content

Let psutil.disk_usage show free inodes - #2029

Open
jerryc05 wants to merge 2 commits into
giampaolo:masterfrom
jerryc05:patch-1
Open

Let psutil.disk_usage show free inodes#2029
jerryc05 wants to merge 2 commits into
giampaolo:masterfrom
jerryc05:patch-1

Conversation

@jerryc05

@jerryc05 jerryc05 commented Dec 7, 2021

Copy link
Copy Markdown

Summary

Description

Parse inode stats (st_f*) from os.statvfs and add them to the existing disk_usage() api.

Signed-off-by: Jerry Chen <ziyanc@beyster1695p18.engin.umich.edu>
Signed-off-by: Jerry Chen <ziyanc@beyster1695p18.engin.umich.edu>
@giampaolo giampaolo added enhancement unix platform : shared POSIX code, when no single OS fits new-api the public API grows: a new function, argument, or returned value and removed enhancement labels Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-api the public API grows: a new function, argument, or returned value unix platform : shared POSIX code, when no single OS fits

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Linux] Let psutil.disk_usage show free inodes

2 participants