Skip to content

bhavanaharshan/nitro-pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitro-Pulse Command

Real-time hardware monitoring dashboard — CPU, RAM, GPU, disk, network — served via a containerised web interface.

Prerequisites

  • Docker Desktop
  • Python 3.x

How to Run

Step 1 — Start the host agent (on Windows, outside Docker)

pip install -r requirements-agent.txt
python host_agent.py

Step 2 — Start the dashboard

docker-compose up

Step 3 — Open in browser

http://localhost:8080

Notes

  • GPU metrics require an NVIDIA GPU with drivers installed.
  • On systems without NVIDIA GPU, the GPU card shows "Not Available".
  • The host agent must be running before starting Docker.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors