guide


Tag

Monitoring existing application using MoSKito Javaagent

In this tutorial we will demonstrate how to use MoSKito Javaagent to monitor existing web-application with no changes to the app's source code. We will show how to add MoSKito Javaagent to the app deployed in Tomcat servlet container, and how to connect to this app using MoSKito Inspect. (more…)

Leo Ertuna January 3, 2018

Connect Moskito-Central to MongoDB

Today we are going to connect MoSKito-Central to MongoDB database. In a few words, MoSKito-Central is a service (remote or embedded) that receives your MoSKito statistics and stores it in the place of your choice (Filesystem, Database, …). Our choice for now is MongoDB and MoSKito-Central in embedded mode. (more…)

Andrii Skrypnyk April 22, 2015

The complete MoSKito integration guide – Step 6 – Watching the big app with MoSKito-Control

In all previous steps, we integrated MoSKito into our application and set up data storage. In simple words, we learned how to monitor our app's performance and store the obtained MoSKito data for later analysis. What's next? Here's the good news: our burgershop is now the world's leading burger-seller, with million revenues. It has become a big distributed app, with multiple instances and servers. The bad news: even the smallest fail might lead to a thousand-euro loss per minute. The question: how to keep trace of hundreds of producers on a dozen of instances? It's the moment to call Superman another hero! So, today we're setting up MoSKito-Control, a tool for monitoring multi-node web applications. (more…)

Aleksey Khilkevich February 4, 2014

The complete MoSKito integration guide – Step 5 – MoSKito-Central in remote mode

In the previous step we integrated MoSKito-Central in embedded mode, today is exactly the promised fine day to integrate MoSKito-Central in remote (standalone) mode. You may ask "Why do we need it?",  the answer is: our burgershop has become a real empire with multiple application instances and we want to monitor all of them and consolidate the obtained performance data in one place. So, let's start! (more…)

Eugen Smakula February 3, 2014

The complete MoSKito integration guide – Step 4 – Central storage

Today we are going to unlock even more MoSKito power: more persisting, more centralising. As you know, we can access MoSKito producer's statistics while application is running: http://localhost:8080/burgershop/mui/mskShowAllProducers. But what if:  we want to check statistics for some time ago, like the last night, when we were sleeping? we want to have and check statistics for all our applications, not only a single burgershop (as good businessmen, we surely have various projects to be safe from total fail one day!)? we want to automatically analyse the collected (in time and space) data and make some strategical changes, based on results of this analysis? The answer to all these if's is: MoSKito-Central. (more…)

Valeriy Kazhdan January 31, 2014

The complete MoSKito integration guide – Step 3 – Custom producers

In previous steps, we spoke about general integration of MoSKito and WebUI and adding custom counters. Today, we are going to dive deeper and build own stats object. (more…)

Leon December 13, 2013

The complete MoSKito integration guide – Step 2 - Add some counters

In previous post, we performed general integration of MoSKito into the target project. In today's step (rather short), we're going to add some business-value-related information with a Counter. (more…)

Leon December 8, 2013

The complete MoSKito integration guide – Step 1

After we created our guinea pig in the previous step, it's now time to integrate MoSKito-Essential into our application. Our plan for today is: Add monitoring to the core parts of our code. Download and connect MoSKito Inspect Learn about WebFilters and Listeners At the end of the guide we want to: see the access data in MoSKito Inspect, record a Journey. Lets go! (more…)

Leon December 6, 2013

The complete MoSKito integration guide - Step 0

Despite the efforts we put into MoSKito documentation, we are continuously facing questions like 'How to do this' and 'How to get that'. Now we want to give you a guide for the whole setup cycle, which this posts starts. The guide will cover a complete application lifecycle with MoSKito, from integration of the first MoSKito-Essential Producer to installing MoSKito-Control and MoSKito-Central setup. But before we start, we need a guinea pig. This is what we do today - set up a simple application for experimental purposes. (more…)

Leon December 4, 2013