Skip to content

Manage OS processes and get cpu and memory stats cross-platform in Java.

License

Notifications You must be signed in to change notification settings

danielflower/javasysmon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaSysMon - Maven edition

This is a fork of Jez Humble's JavaSysMon

This fork exists just to make it easy to include in Java projects. Just add the following dependency:

<dependency>
	<groupId>com.danielflower.apprunner</groupId>
	<artifactId>javasysmon</artifactId>
	<version>0.3.5.0</version>
</dependency>

Update

It's no longer just a fork. Now with new feature:

About

Manage OS processes and get cpu and memory stats cross-platform in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 66.6%
  • C 32.3%
  • Other 1.1%