diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-25 20:51:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-25 20:51:22 +0700 |
commit | 0a50f65afb6a9dadaa1d6d47b9872c2efc573d0e (patch) | |
tree | e6844726227fc31f36ccdd03d1e3c7a4328da687 /libraries/python3-pymdstat/README | |
parent | c78a128e5753e2955d5e6e957eb7f9ee5f0bd529 (diff) |
libraries/python3-pymdstat: Added (library to parse /proc/mdstat).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-pymdstat/README')
-rw-r--r-- | libraries/python3-pymdstat/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/python3-pymdstat/README b/libraries/python3-pymdstat/README new file mode 100644 index 0000000000000..a24236be7d05b --- /dev/null +++ b/libraries/python3-pymdstat/README @@ -0,0 +1,2 @@ +PyMDstat is a pythonic library to parse /proc/mdstat, which shows a +snapshot of the kernel's RAID/md state. |