Skip to content
/ sysinfo Public

Simple sysinfo website for Linux

License

Notifications You must be signed in to change notification settings

tvrzna/sysinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysinfo

Simple sysinfo website for Linux

Usage: sysinfo [options]
Options:
	-h, --help			print this help
	-v, --version			print version
	-n, --name [NAME]		name of application to be displayed
	-u, --uri [URI]			sets uri (server:port) for listening
	-p, --port [PORT]		sets port for listening
	-a, --app-url [APP_URL]		application url (if behind proxy)
	-w, --widget-layout [LAYOUT]	custom layout of widgets

Widgets:
	cpu, diskstats, diskusage, memory, netspeed, system, temps, top

	default: 'cpu diskusage\n memory system\n temps netspeed\n top diskstats'

Roadmap

  • CPU usage and frequency widget
  • RAM and SWAP widget
  • System temperature widget
  • Diskusage widget
  • Load Average and Uptime widget
  • Custom interval with possible pause option
  • Network usage widget
  • Process watcher widget
  • Shared results, if there is more data receivers, it should be handled by only one sysinfo load.
  • Diskstats widget
  • Custom widget layout