A command-line tool to display disk usage and memory consumption of the top processes on the system in a graphical and user-friendly way.
gcc
or any other C compiler.- A Unix-based system (such as Ubuntu, Debian).
-
Build the tool using Make:
After downloading the tool, open a terminal in the directory containing the tool files and run:make
This will generate the
disku
executable. -
Install the tool on your system:
To install the tool, run:sudo make install
-
Usage:
You can use the tool as follows:-
To display disk usage:
./disku
-
To display the top memory-consuming processes:
./disku --memory
-
If you would like to contribute to the development of this tool, you can open a Pull Request
or submit suggestions on GitHub.