Skip to content
/ disku Public

A lightweight command-line tool for monitoring disk usage and memory consumption in a graphical and user-friendly

License

Notifications You must be signed in to change notification settings

RdivxeAI/disku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Disk Usage Tool

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.

Requirements:

  • gcc or any other C compiler.
  • A Unix-based system (such as Ubuntu, Debian).

Installation:

  1. 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.

  2. Install the tool on your system:
    To install the tool, run:

    sudo make install
  3. Usage:
    You can use the tool as follows:

    • To display disk usage:

      ./disku
    • To display the top memory-consuming processes:

      ./disku --memory

Contribution:

If you would like to contribute to the development of this tool, you can open a Pull Request or submit suggestions on GitHub.

About

A lightweight command-line tool for monitoring disk usage and memory consumption in a graphical and user-friendly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published