Skip to content

A web enabled system monitor for NVIDIA Jetson Development Kits

License

Notifications You must be signed in to change notification settings

jetsonhacks/system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

system-monitor

A web enabled system monitor for NVIDIA Jetson Development Kits

Work in progress

Building Documentation and Video, full article on JetsonHacks.com soon!

Requires Python 3.10+ - For Jetson Nano & Xaviers, consider using a virtual environment (e.g. Anaconda)

An example of creating a webserver to deliver a subset of system data such as CPU, GPU and memory usage.

Websockets allow refreshing the data easily.

You will need to install the requirements.txt

pip install -r requirements.txt

To enable WebSockets when connecting from another machine, you need to set the server address in the server_config.ini file. The IP address should be the IP address of the server (this) machine.

About

A web enabled system monitor for NVIDIA Jetson Development Kits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published