Skip to content

oxtknight/climon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climon

A minimalist,lightweight system monitor for Linux written in C.

It is a low level utility that provides essential system metrics by parsing the linux kernel's pseudo filesystems /proc.

climon-preview

✨ features

  • Uptime view with hours, minutes and seconds.
  • Total memory and used memory in GiB with percentage.
  • Total CPU usage in percentage format. (calculated from /proc/stat)

🧠 What I learnt?

I learnt how to handle files in C and how to navigate and understand processes in a Linux system, implemented functions and pointers and learned how to use the <unistd.h> library functions.

⌨️ Usage :

  1. Clone the repository:
git clone git@github.com:oxtknight/climon.git
cd climon
  1. Build the binary:
make
  1. Run:
./climon

✅ Future improvements

  • Live updating.
  • Better CLI format (colorized output)

About

A simple CLI tool to check uptime, memory and CPU usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors