stream-gc

Data Streaming, Data Analytics

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.jkoolcloud.tnt4j.stream.java
ArtifactId

ArtifactId

gc
Last Version

Last Version

0.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

stream-gc
Data Streaming, Data Analytics
Project URL

Project URL

http://www.jkoolcloud.com/
Source Code Management

Source Code Management

https://github.com/Nastel/tnt4j-stream-gc

Download gc

How to add to project

<!-- https://jarcasting.com/artifacts/com.jkoolcloud.tnt4j.stream.java/gc/ -->
<dependency>
    <groupId>com.jkoolcloud.tnt4j.stream.java</groupId>
    <artifactId>gc</artifactId>
    <version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.jkoolcloud.tnt4j.stream.java/gc/
implementation 'com.jkoolcloud.tnt4j.stream.java:gc:0.1.5'
// https://jarcasting.com/artifacts/com.jkoolcloud.tnt4j.stream.java/gc/
implementation ("com.jkoolcloud.tnt4j.stream.java:gc:0.1.5")
'com.jkoolcloud.tnt4j.stream.java:gc:jar:0.1.5'
<dependency org="com.jkoolcloud.tnt4j.stream.java" name="gc" rev="0.1.5">
  <artifact name="gc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jkoolcloud.tnt4j.stream.java', module='gc', version='0.1.5')
)
libraryDependencies += "com.jkoolcloud.tnt4j.stream.java" % "gc" % "0.1.5"
[com.jkoolcloud.tnt4j.stream.java/gc "0.1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
com.jkoolcloud : tnt4j jar 2.2

Project Modules

There are no modules declared in this project.

tnt4j-stream-gc

Track and trace java GC behavior using JAVA JMX GC notifications.

Features:

  • GC metric collection from 1+ JVMs without profilers
    • Production, test environments
  • Measure GC performance, duration
  • Measure memory pools before and after GC cycles
  • Java Memory pool utilization
  • Help troubleshoot and tune java GC
  • Stream GC details to file, log4j
  • Stream to https://www.jkoolcloud.com for visual analysis

Running Stream-GC as javaagent:

java -javaagent:tnt4j-stream-gc.jar=myApplName -Dtnt4j.config=tnt4j.properties -classpath "lib/*" your.class.name your-args

Running Stream-GC as javaagent with JESL (streaming to jKoolCloud):

java -javaagent:tnt4j-stream-gc.jar=myApplName -Dtnt4j.config=tnt4j.properties -classpath “lib/*" your.class.name your-args

Invoking Stream-GC within java app:

import org.tnt4j.stream.java.gc.GCTracker;

GCTracker.installTracker("myAppName"); // need to be called only once per JVM

Project Dependencies

Stream-GC requires the following:

Please use JCenter or Maven and dependencies will be downloaded automatically.

com.jkoolcloud.tnt4j.stream.java

Nastel Technologies, Inc

Flawless delivery of digital services through automation, analytics and machine learning

Versions

Version
0.1.5