Skip to content

miguelperes/usage-monitor-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hardware Monitoring

A simple websocket implementation to gather usage data from a computer and send it to a server. The data can then be tracked in a webpage.

Server side

The server is implemented using Tornado web framework for Python.

Client side

The client uses websocket-client module for the client side and psutil for retrieving system utilization info.

Installing dependencies to run the client:
  • Install psutil
  • Install websocket-client: pip install websocket-client

alt text

About

Hardware Monitoring Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published