From c99f84fb4b4c77b8fe49607c25a94ec396cfad9f Mon Sep 17 00:00:00 2001 From: rbellary-vi <73928743+rbellary-vi@users.noreply.github.com> Date: Tue, 9 Feb 2021 17:18:24 +0530 Subject: [PATCH 1/2] Update README.md updating Virtana URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7072b21..2970a2fb 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Netuitive Java Agent ======================= -The Netuitive Java Agent leverages the Zorka Agent and Zorka Spy to instrument a programmable bytecode instrumentation engine that's useful in monitoring Java applications and is capable of tracing (profiling) production environments. It is designed to integrate your Java applications seamlessly with [Netuitive](https://http://www.netuitive.com/). +The Netuitive Java Agent leverages the Zorka Agent and Zorka Spy to instrument a programmable bytecode instrumentation engine that's useful in monitoring Java applications and is capable of tracing (profiling) production environments. It is designed to integrate your Java applications seamlessly with [Virtana](https://www.virtana.com/products/cloudwisdom/). -See the Netuitive [help docs](https://help.netuitive.com/Content/Misc/Datasources/new_jvm_datasource.htm) for more information, or contact Netuitive support at [support@netuitive.com](mailto:support@netuitive.com). +See the Netuitive [help docs](https://docs.virtana.com/en/java-agent.html) for more information, or contact Netuitive support at [cloudwisdom.support@virtana.com](mailto:cloudwisdom.support@virtana.com). Changes to the Zorka Agent --------------------------- From 092176ee28442932507c5340928b65757ea92625 Mon Sep 17 00:00:00 2001 From: rbellary-vi <73928743+rbellary-vi@users.noreply.github.com> Date: Tue, 9 Feb 2021 21:42:36 +0530 Subject: [PATCH 2/2] Update README.md changed all netuitive to CloudWisdom --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2970a2fb..b2b8f0c0 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ -Netuitive Java Agent +CloudWisdom Java Agent ======================= -The Netuitive Java Agent leverages the Zorka Agent and Zorka Spy to instrument a programmable bytecode instrumentation engine that's useful in monitoring Java applications and is capable of tracing (profiling) production environments. It is designed to integrate your Java applications seamlessly with [Virtana](https://www.virtana.com/products/cloudwisdom/). +The CloudWisdom Java Agent leverages the Zorka Agent and Zorka Spy to instrument a programmable bytecode instrumentation engine that's useful in monitoring Java applications and is capable of tracing (profiling) production environments. It is designed to integrate your Java applications seamlessly with [CloudWisdom](https://www.virtana.com/products/cloudwisdom/). -See the Netuitive [help docs](https://docs.virtana.com/en/java-agent.html) for more information, or contact Netuitive support at [cloudwisdom.support@virtana.com](mailto:cloudwisdom.support@virtana.com). +See the CloudWisdom [help docs](https://docs.virtana.com/en/java-agent.html) for more information, or contact CloudWisdom support at [cloudwisdom.support@virtana.com](mailto:cloudwisdom.support@virtana.com). Changes to the Zorka Agent --------------------------- -The byte code instrumentation portion of the Java agent remains the same: through shell scripts you can configure the Zorka agent to report method-level statistics in mbeans. The Netuitive Java agent takes over from there. Every minute, the Java Agent uses the Zorka library to grab JVM system metrics and attributes from the mbeans. The agent then takes the data from the mbeans (as counters) and aggregates them into rates/gauge types of values. After aggregation, the Java agent utilizes Netuitive's Cloud API to send the data to analyzed by Netuitive, which is then visualized into graphs. +The byte code instrumentation portion of the Java agent remains the same: through shell scripts you can configure the Zorka agent to report method-level statistics in mbeans. The Netuitive Java agent takes over from there. Every minute, the Java Agent uses the Zorka library to grab JVM system metrics and attributes from the mbeans. The agent then takes the data from the mbeans (as counters) and aggregates them into rates/gauge types of values. After aggregation, the Java agent utilizes CloudWisdom's Cloud API to send the data to analyzed by CloudWisdom, which is then visualized into graphs. ## Building in Docker -There is Dockerfile in this project for containerized building and testing of the Netuitive Java Agent. To build and test with this Dockerfile run the following: +There is Dockerfile in this project for containerized building and testing of the CloudWisdom Java Agent. To build and test with this Dockerfile run the following: ``` cd zorka/ docker build -t netuitive-java-agent .