Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ThatSmittyDude/mdtop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mdtop

A simple "top" tool for mulitple device raid image

Quite simply, this tool reads the info from /proc/mdstat and dumps it to the screen every 0.5 seconds

What this needs:

  -Looking to implement a better TUI like htop or btop.

  -Code that is commented out reads /proc/mounts and searches for /dev/md, but doesn't work.

  -Check for memory leaks, bugs, errors, and comaptability.

I'm just a hobbyist, so anything helps the code and hopefully I'll learn something too.

Compile the program on linux:

image

simply just compile with g++

g++14 and newer should work

g++ mdtop.cpp -o mdtop

About

A simple "top" tool for mulitple device raid

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages