Metadata-Version: 2.4
Name: statbtrfs
Version: 0.27
Summary: Query Btrfs filesystem status
Home-page: https://github.com/yufei-pan/statbtrfs
Author: Yufei Pan
Author-email: pan@zopyr.us
License: GPLv3+
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/plain
Requires-Dist: multiCMD>=1.40
Requires-Dist: argparse
Provides-Extra: completion
Requires-Dist: argcomplete; extra == "completion"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

usage: statbtrfs [-h] [-s] [-i INTERVAL] [-m MAX_SCRUB_COUNT] [--scrub_command_lockout SCRUB_COMMAND_LOCKOUT] [-V]

Check Btrfs filesystem status.

optional arguments:
  -h, --help            show this help message and exit
  -s, --scrub           Issue scrub to all pools
  -i INTERVAL, --interval INTERVAL
                        Interval for status check in seconds
  -m MAX_SCRUB_COUNT, --max_scrub_count MAX_SCRUB_COUNT
                        Maximum number of scrubs to issue at the same time
  --scrub_command_lockout SCRUB_COMMAND_LOCKOUT
                        Lockout for scrub command. Used to block two commands sent quickly.
  -V, --version         show program's version number and exit


Install:
sudo pip install statbtrfs
