update
This commit is contained in:
116
html/inspectit.md2.html
Normal file
116
html/inspectit.md2.html
Normal file
@@ -0,0 +1,116 @@
|
||||
<h1 id="awesome-inspectit-awesome">Awesome inspectIT <a
|
||||
href="https://github.com/sindresorhus/awesome"><img
|
||||
src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"
|
||||
alt="Awesome" /></a></h1>
|
||||
<blockquote>
|
||||
<p>A curated list of awesome inspectIT documentations and resources.</p>
|
||||
</blockquote>
|
||||
<p><a href="http://www.inspectit.rocks/"><img src="media/inspectit.png"
|
||||
alt="inspectIT" /></a></p>
|
||||
<p>inspectIT is an open source APM (Application Performance Management)
|
||||
tool for analyzing Java (EE) applications.</p>
|
||||
<h2 id="contents">Contents</h2>
|
||||
<ul>
|
||||
<li><a href="#official-resources">Official Resources</a></li>
|
||||
<li><a href="#tutorials">Tutorials</a></li>
|
||||
<li><a href="#videos">Videos</a></li>
|
||||
<li><a href="#blog-posts">Blog Posts</a></li>
|
||||
<li><a href="#profiles-and-sensor-configurations">Profiles And Sensor
|
||||
Configurations</a></li>
|
||||
<li><a href="#uncategorized">Uncategorized</a></li>
|
||||
</ul>
|
||||
<h2 id="official-resources">Official Resources</h2>
|
||||
<ul>
|
||||
<li><a href="http://www.inspectit.rocks/">Website</a> - Official
|
||||
website.</li>
|
||||
<li><a href="https://github.com/inspectIT/inspectIT">GitHub
|
||||
Repository</a> - inspectIT’s source code repository.</li>
|
||||
<li><a
|
||||
href="https://inspectit-performance.atlassian.net/browse/INSPECTIT">Issue
|
||||
Tracking</a> - inspectIT’s issue tracking system.</li>
|
||||
<li><a
|
||||
href="https://inspectit-performance.atlassian.net/wiki/">Documentation</a>
|
||||
- Official documentation.</li>
|
||||
</ul>
|
||||
<h2 id="tutorials">Tutorials</h2>
|
||||
<ul>
|
||||
<li><a
|
||||
href="https://dzone.com/articles/how-to-write-your-own-sensor-for-the-open-source-a">How
|
||||
to Write Your Own Sensor</a> - Walkthrough on how to implement a custom
|
||||
sensor for inspectIT.</li>
|
||||
<li><a href="https://github.com/inspectit-labs/workshop">inspectIT
|
||||
Workshop</a> - Hands-on workshop about inspectIT and its setup,
|
||||
configuration and usage.</li>
|
||||
<li><a
|
||||
href="https://blog.novatec-gmbh.de/inspectit-1-6-monitoring-jmx/">Using
|
||||
Java Management Extensions (JMX)</a> - Walkthrough on how to monitor JMX
|
||||
attributes.</li>
|
||||
</ul>
|
||||
<h2 id="videos">Videos</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/watch?v=bqZPBsTxAc4">inspectIT in 7
|
||||
Minutes</a> - Short introduction of inspectIT at the 2015 Software
|
||||
Quality Days in Vienna.</li>
|
||||
<li><a href="https://www.youtube.com/watch?v=x0fnYSANIFk">Integration of
|
||||
inspectIT into a Sping Boot or Java application</a> - Tutorial on
|
||||
integrating an inspectIT agent into a Spring (Boot) or Java
|
||||
application.</li>
|
||||
</ul>
|
||||
<h2 id="blog-posts">Blog Posts</h2>
|
||||
<ul>
|
||||
<li><a
|
||||
href="https://www.magnolia-cms.com/blogs/guest-blogger/detail~@how-we-boosted-magnolia-response-times-with-dynamic-page-caching~.html">How
|
||||
We Boosted Magnolia Response Times</a> - Use case where a performance
|
||||
problem in an application has been found using inspectIT.</li>
|
||||
<li><a
|
||||
href="https://blog.novatec-gmbh.de/inspectit-restful-services/">Collaboration
|
||||
With inspectIT RESTful Services</a> - Introduction of inspectIT’s REST
|
||||
interface.</li>
|
||||
<li><a href="https://opensource.com/article/17/3/inspectit">Using Open
|
||||
Source APM Software: inspectIT</a> - Overview of inspectIT and case
|
||||
story of a typical usage scenario.</li>
|
||||
<li><a
|
||||
href="https://dzone.com/articles/can-opentracing-scene-benefit-from-new-tracer-impl">Can
|
||||
the Opentracing Scene Benefit From New Tracer Implementations?</a> -
|
||||
Comparision between the tracing systems inspectIT and Zipkin.</li>
|
||||
<li><a
|
||||
href="https://blog.novatec-gmbh.de/automated-performance-regression-testing/">Automated
|
||||
Performance Regression Testing Using Open Source Tools</a> - Example
|
||||
scenario on how a automated performance regression chain can be setup
|
||||
using inspectIT.</li>
|
||||
<li><a
|
||||
href="https://blog.novatec-gmbh.de/inspectit-1-7-cross-jvm-tracing/">Cross-JVM
|
||||
Tracing</a> - Introduction into inspectIT’s cross-JVM tracing.</li>
|
||||
<li><a
|
||||
href="https://blog.novatec-gmbh.de/dynamically-change-monitoring-points-during-jvm-run-time-with-inspectit/">Dynamically
|
||||
Change Monitoring Points During JVM Run-Time With inspectIT</a> - How
|
||||
inspectIT dynamically updates monitoring points during application
|
||||
runtime.</li>
|
||||
<li><a
|
||||
href="https://blog.novatec-gmbh.de/end-user-monitoring-inspectit-1-8/">End
|
||||
User Monitoring done easy in inspectIT 1.8</a> - How inspectIT can be
|
||||
used to monitor the end user’s experience.</li>
|
||||
</ul>
|
||||
<h2 id="profiles-and-sensor-configurations">Profiles And Sensor
|
||||
Configurations</h2>
|
||||
<ul>
|
||||
<li><a href="https://github.com/ghedwards/cfml-inspectIT">ColdFusion
|
||||
Markup Language Profile</a> - Profile for tracking function calls in
|
||||
CFML.</li>
|
||||
</ul>
|
||||
<h2 id="uncategorized">Uncategorized</h2>
|
||||
<ul>
|
||||
<li><a
|
||||
href="https://github.com/inspectit-labs/spring-petclinic-microservices">Sample
|
||||
Application for inspectIT</a> - Sample application for demonstration
|
||||
purposes, based on the Spring Petclinic.</li>
|
||||
<li><a href="https://github.com/inspectit-labs/dashboards">Grafana
|
||||
Dashboards for inspectIT</a> - GitHub repository containing Grafana
|
||||
dashboards for visualizing data from inspectIT.</li>
|
||||
</ul>
|
||||
<h2 id="license">License</h2>
|
||||
<p><a href="http://creativecommons.org/publicdomain/zero/1.0/"><img
|
||||
src="https://camo.githubusercontent.com/60561947585c982aee67ed3e3b25388184cc0aa3/687474703a2f2f6d6972726f72732e6372656174697665636f6d6d6f6e732e6f72672f70726573736b69742f627574746f6e732f38387833312f7376672f63632d7a65726f2e737667"
|
||||
alt="CC0" /></a> <a
|
||||
href="https://github.com/inspectit-labs/awesome-inspectit">inspectit.md
|
||||
Github</a></p>
|
||||
Reference in New Issue
Block a user