MCPcopy Index your code
hub / github.com/anotheria/moskito

github.com/anotheria/moskito @moskito-4.0.9

Chat with this repo
repository ↗ · DeepWiki ↗ · release moskito-4.0.9 ↗ · + Follow
8,568 symbols 25,050 edges 996 files 2,442 documented · 29% updated 11d agomoskito-4.0.0 · 2024-04-10★ 22911 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

MoSKito

What is MoSKito?

Join the chat at https://gitter.im/anotheria/moskito MvnRepository License: MIT

MoSKito is an open source system for monitoring performance and behavior of Java web applications.

moskito.org | Documentation | Blog

What the Project does?

This Project is the heart of MoSKito system. It's what you need to fully monitor a single-node (one JVM) application: collect performance data, view, analyse and store some of it.

We also refer to this project as MoSKito-Essential, since it contains the most basic MoSKito functionality.

Why is it good?

Multi-purpose: collects any possible type of performance data, including business-related (registrations, payments, conversion, etc).

Non-invasive: does not require any code change.

Supports all major app servers: Tomcat, Jetty, JBoss, Glassfish, WebLogic and others.

Interval-based: works simultaneously with short (from 1min) & long (up to 24h) time intervals, allowing instant comparison.

Data privacy: keeps collected data locally, with no 3rd party resources involved.

Performance thresholds: reports a selected parameter's health with the traffic-light-like notification system.

Analysis tools: displays accumulated performance data in charts.

Live profiling: records user actions as system calls.

Support for mobile platforms: free iOS apps, Android app's coming soon.

Read more about the Project and its features

Why do I trust it?

  1. MoSKito started at 2007 and never stopped developing since then.
  2. Since 2008, it's absolutely stable and production-ready.
  3. MoSKito's being used on many production systems (Allyouneed, friendscout24, c-date.com, parship.de and others).

What's inside?

In MoSKito, we differentiate between Projects (which can be release as standalone applications) and Components (which are parts of a project in maven sense). Read more...

Below is the list of components that make up this Project.

MoSKito-Core is the main MoSKito engine that does all performance counting.

MoSKito-Web contains support for web applications: base classes for filters and servlets.

MoSKito-WebUI is the embedded web-based user interface.

MoSKito-Aop contains annotations for aop-style integration for AspectJ and spring-aop.

MoSKito-Integration offers specific integration tools for CDI (JBoss, Glassfish), SQL, etc.

Install & Config

MoSKito doesn't need any operations with your code. It plugs into any application via filters, proxies, annotations, inheritance, AOP, class loaders or plain calling.

Get it

Setup & integrate * Different configuration options * Example for aop based integration for spring etc * Without source code change with a javaagent

Configure it

Enjoy!

ChangeLog

License

MoSKito is free and open source (MIT License). Use it as you wish.

Read License

Project resources

Webpage

FAQ

Documentation

Support and Feedback

We're willing to help everyone.

For any questions, write to support@moskito.org.

Other MoSKito Projects

MoSKito-Central

MoSKito-Control

Extension points exported contracts — how you extend this code

ProducerFilter (Interface)
API Level producer filter are used to remove some producers from producer list to make it less overloaded. @author lros [6 …
moskito-webui/src/main/java/net/anotheria/moskito/webui/producers/api/filters/ProducerFilter.java
IProducerFilter (Interface)
This interface defines a producer filter, which can be used to retrieve a subset of producers from the ProducerRegistry [8 …
moskito-core/src/main/java/net/anotheria/moskito/core/registry/IProducerFilter.java
IGenericMetrics (Interface)
Interface that represents collected metrics. @author dzhmud [4 implementers]
moskito-extensions/moskito-monitoring-plugin/src/main/java/net/anotheria/moskito/extensions/monitoring/metrics/IGenericMetrics.java
MonitorableForCalls (Interface)
(no doc) [9 implementers]
moskito-aop/src/test/java/net/anotheria/moskito/aop/monitorcalls/ininterface/onmethod/MonitorableForCalls.java
OnProducerDataReceivedListener (Interface)
Interface for connectors callback on new incoming producers data [3 implementers]
moskito-extensions/moskito-php/src/main/java/net/anotheria/extensions/php/OnProducerDataReceivedListener.java
FilterCaseExtractor (Interface)
TODO comment this class @author lrosenberg @since 26.04.16 19:04 [2 implementers]
moskito-web/src/main/java/net/anotheria/moskito/web/filters/caseextractor/FilterCaseExtractor.java
MatcherValue (Interface)
Created by IntelliJ IDEA. @author Vitaliy Zhovtiuk Date: 11/29/11 [2 implementers]
moskito-integration/moskito-sql/src/test/java/net/anotheria/moskito/sql/callingAspect/MatcherValue.java
StatsMapper (Interface)
TODO comment this class @author lrosenberg @since 24.04.15 23:40 [2 implementers]
moskito-extensions/moskito-sampling-api/src/main/java/net/anotheria/moskito/extensions/sampling/StatsMapper.java

Core symbols most depended-on inside this repo

add
called by 549
moskito-core/src/main/java/net/anotheria/moskito/core/errorhandling/ErrorCatcher.java
get
called by 371
moskito-core/src/main/java/net/anotheria/moskito/core/util/storage/Storage.java
apply
called by 342
moskito-webui/src/main/java/net/anotheria/moskito/webui/more/action/ShowLibsAction.java
size
called by 287
moskito-core/src/main/java/net/anotheria/moskito/core/util/storage/Storage.java
getName
called by 283
moskito-core/src/main/java/net/anotheria/moskito/core/helper/Tieable.java
getValueAsLong
called by 282
moskito-core/src/main/java/net/anotheria/moskito/core/stats/StatValue.java
replace
called by 266
moskito-extensions/moskito-notification-providers/src/main/java/net/anotheria/moskito/extensions/notificationtemplate/MailTemplateProcessor.java
equals
called by 209
moskito-core/src/main/java/net/anotheria/moskito/core/tag/Tag.java

Shape

Method 5,327
Function 2,210
Class 898
Interface 100
Enum 33

Languages

Java74%
TypeScript26%

Modules by API surface

moskito-webui/src/main/resources/moskito/ext/d3/d3.js548 symbols
moskito-webui/src/main/resources/moskito/ext/lodash-4.13.1/lodash.js464 symbols
moskito-webui/src/main/resources/moskito/ext/d3/d3.min.js372 symbols
moskito-webui/src/main/resources/moskito/ext/lodash-4.13.1/lodash.min.js241 symbols
moskito-webui/src/main/resources/moskito/ext/jquery-1.10.2/jquery-1.10.2.js83 symbols
moskito-webui/src/main/resources/moskito/ext/jquery-1.10.2/jquery-1.10.2.min.js74 symbols
moskito-webui/src/main/resources/moskito/int/js/chartEngineIniter.js68 symbols
moskito-aop/src/test/java/net/anotheria/moskito/aop/AccumulateWithSubClassesTest.java49 symbols
moskito-core/src/main/java/net/anotheria/moskito/core/stats/impl/DetailedTypeAwareStatValueImpl.java47 symbols
moskito-core/src/main/java/net/anotheria/moskito/core/config/MoskitoConfiguration.java44 symbols
moskito-webui/src/main/java/net/anotheria/moskito/webui/shared/action/BaseMoskitoUIAction.java42 symbols
moskito-webui/src/main/java/net/anotheria/moskito/webui/producers/api/ProducerAO.java39 symbols

For agents

$ claude mcp add moskito \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact