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

srotya/sysinfo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

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