b

blackcat-instrument

agent that monitor a machine's memory, cpu, processes and etc.
http://github.com/bingoohuang/blackcat-instrument
Apache License 2.0
bingoo huang Zhang Cunxin
Files download
File Operation
blackcat-instrument-0.0.9.jar download
blackcat-instrument-0.0.9.pom download
blackcat-instrument-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bingoohuang</groupId>
  <artifactId>blackcat-instrument</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.bingoohuang:blackcat-instrument:0.0.9'
Gradle Kotlin
implementation("com.github.bingoohuang:blackcat-instrument:0.0.9")
Scala SBT
libraryDependencies += "com.github.bingoohuang" % "blackcat-instrument" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bingoohuang', module='blackcat-instrument', version='0.0.9')
)
Apache Ivy
<dependency org="com.github.bingoohuang" name="blackcat-instrument" rev="0.0.9" />
Leiningen
[com.github.bingoohuang/blackcat-instrument "0.0.9"]
Apache Buildr
'com.github.bingoohuang:blackcat-instrument:jar:0.0.9'