Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
/ sysinfo Public archive

Sysinfo is a linux daemon written purely in Java that exposes OS info and metrics via a REST API. (License Apache 2.0)

License

Notifications You must be signed in to change notification settings

srotya/sysinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysinfo

Sysinfo is a linux daemon written purely in Java that exposes OS info and metrics via a REST API.

After chasing around APIs and hacks around system stats, I finally wrote my own System statistics and info daemon that is written purely in Java.

Why REST? Push is not always the best solution to get system metrics, with this you can query metrics in real-time directly off the host.

Currently monitoring:

  • CPU
  • Memory
  • Network

Sysinfo has been written with cloud and high performance applications in mind and thus adds negligible overhead (in my tests, consumes less CPU than htop)

The license of this project is Apache 2.0.

About

Sysinfo is a linux daemon written purely in Java that exposes OS info and metrics via a REST API. (License Apache 2.0)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages