A badly designed multithreaded system monitor for 64bit linux for my personal use.
I think this is what is needed but I'm not sure.
If your ulimit -n
is low you might have to increase it or you will get "Too many opened files" error.
You also probably need to increase your max locked memory limit, ulimit -l
.
And you need AVX2.
Other than Rust-nightly you need these packages.
Requirements: glibc
, gcc-libs
andlm_sensors
Optional GPU support: nvidia-utils
- git clone https://github.com/meganomic/megamonic.git
- cargo b --release
Q: Why only Nvidia GPU support?
A: Because that's what I have
Q: Why another performance monitor?
A: For fun
Q: Why multithreaded?
A: For fun
Q: <insert your question>
A: For fun