Name | Modified | Size | Downloads / Week |
---|---|---|---|
cpu.cpp | 2018-03-06 | 20.1 kB | |
build.sh | 2018-03-06 | 487 Bytes | |
README | 2018-03-06 | 797 Bytes | |
mem.cpp | 2018-03-06 | 18.3 kB | |
Totals: 4 Items | 39.7 kB | 0 |
README: information about the mem and cpu utility --------- PTHOEM LINUX UTILS (c) 2007-2018 Peter Thoemmes Weinbergstrasse 3a, D-54441 Ockfen/Germany --------- mem is made to stress and monitor a computer's memory (RAM). You can use the tool to monitor the available memory... $ ./mem or to allocate memory (stress) and then monitor the available memory... $ ./mem -alloc_gb <size/GB> To learn more about the usage... $ ./mem -? --------- cpu is made to stress and monitor a computer's CPU. You can use the tool to monitor the CPU usage... $ ./cpu or to launch worker threads (stress) and then monitor the CPU usage... $ ./cpu -launch_threads <count> To learn more about the usage... $ ./cpu -? --------- I wish you a lot of success using my work, Peter