Skip to content

cekYc/System-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Eray Monitor v5.0

A modern system monitoring application for Linux and Windows.

Features

  • CPU: Model, cores, frequency, temperature, usage
  • RAM: Memory and swap usage
  • GPU: NVIDIA/AMD/Intel support
  • Disk: Partitions and I/O speeds
  • Network: Download/upload speeds
  • Battery: Status and power consumption
  • Modern dark theme UI with real-time graphs

Building

1. Install Dependencies

Ubuntu/Debian:

sudo apt install build-essential libglfw3-dev libgl1-mesa-dev

2. Setup ImGui Library

cd lib
git clone --depth 1 https://github.com/ocornut/imgui.git
cp imgui/backends/imgui_impl_glfw.* imgui/
cp imgui/backends/imgui_impl_opengl3* imgui/

3. Build

make monitor        # Linux
make windows        # Windows (requires mingw-w64)

4. Run

./build/monitor

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published