Skip to content

Flask app, that gathers system perfomance params and provides API to fetch it.

Notifications You must be signed in to change notification settings

Anselm21/sysinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script to gather system CPU, Memory and Network stats.

PreInstall for openSUSE: sudo -i zypper refresh zypper update zypper install gcc zypper install python-pip python-setuptools python-wheel zypper install apache2-devel pip install mod_wsgi

Install: git clone ... cd sysinfo pip install -r requirements.txt

Run: mod_wsgi-express start-server sysinfo.wsgi —port=5000

About

Flask app, that gathers system perfomance params and provides API to fetch it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages