Skip to content

Python script for displaying IO Stats of each BTRFS filesystem mounted on the host

Notifications You must be signed in to change notification settings

jason-technology/btrfsio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

btrfsio

Python script for displaying IO Stats of each BTRFS filesystem mounted on the host

Currently uses iostat but will rewrite in native python.

Locates every mounted BTRFS file system and creates a group command line to pass to iostat.

The script groups every member device under the label of the btrfs filesystem. I have not tested what happend when there's no label but I will rewrite to make it use the mount point if there is no label"

Need to add dependency checking for needed binaries, especially IOstat

Need to identify a way to collect BTRFS label and device information natively.

Mounts are now gathered from /proc directly rather than invoking mount

About

Python script for displaying IO Stats of each BTRFS filesystem mounted on the host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages