A simple resource usage report generator for linux flavored operating systems. This tool does not include a GUI and is mainly to be used on monitoring memory usage in non-GUI environments.
Currently only records the memory usage
Resource | Tool being used |
---|---|
Memory | free |
- Linux flavored operating system
- NodeJs (17+)
- An http server (http-server recommended) - To view the generated report
- Do
npm install
- Do
npm run record
- Enter
q
in the terminal to stop recording - Copy the
out/
directory to a local machine or wherever a browser can be launched - Host the content in
out/
in a http server
DEVELOPED AND DISTRIBUTED BY dovh-me