| Package | Description |
|---|---|
| net.anotheria.moskito.core.counter |
This package contains ready to use counters for different purposes.
|
| net.anotheria.moskito.core.decorators | |
| net.anotheria.moskito.core.predefined | |
| net.anotheria.moskito.core.producers | |
| net.anotheria.moskito.core.util.session | |
| net.anotheria.moskito.core.util.storage |
This package contains a utility for storage monitoring.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CounterStats
Stats for counters.
|
class |
GenericCounterStats
Generic counter implementation.
|
class |
GuestBasicPremiumStats
This stat object gathers three-dimensional stats for portals that have guest traffic (not registered user), member traffic (registered users) and
premium traffic (paying user).
|
class |
MaleFemaleStats
Predefined counter stats for traffic separation between male and female users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecoratorRegistryImpl.addDecorator(java.lang.Class<? extends AbstractStats> clazz,
IDecorator decorator)
Add a decorator instance suitable for given Stats-Class.
|
void |
IDecoratorRegistry.addDecorator(java.lang.Class<? extends AbstractStats> clazz,
IDecorator decorator)
Add a decorator instance suitable for given Stats-Class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMemoryPoolStats
Base class for memory pool stats.
|
class |
ActionStats
ActionStats for action oriented ui frameworks like struts.
|
class |
CacheStats
Stats for (read) caches.
|
class |
ErrorStats
Stats for (read) caches.
|
class |
FilterStats
Stats for HTTPFilters.
|
class |
GCStats
Stats object for Garbage Collector related values.
|
class |
GlobalRequestProcessorStats
Stats object for Global Request Processor related values.
|
class |
MBeanStats
Stats object for mbean values
|
class |
MemoryPoolStats
Statistics for a memory pool usage.
|
class |
MemoryStats
Stat for a memory amount (used, heap, free etc).
|
class |
OSStats
Stats object for operation system related values.
|
class |
PageInBrowserStats
Stats collection for HTML DOM related information.
|
class |
QueueStats
Stats for queues.
|
class |
QueuingSystemStats
Stats for a QueuingSystem like the Enterpise Queue Processor in ano-prise.
|
class |
RequestOrientedStats
This is an abstract class for all request oriented stats.
|
class |
RuntimeStats
Stats object that corresponds to JMX RuntimeMbean.
|
class |
ServiceStats
Stats for services (as in SOA services).
|
class |
ServletStats
Predefined stats collection for servlets.
|
class |
ThreadCountStats
Stats for thread creation.
|
class |
ThreadStateStats
Stats object for thread states.
|
class |
VirtualMemoryPoolStats
Stats for virtual pools, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericStats
A generic
IStats type containing TypeAwareStatValues. |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionCountStats
Session stats for http sessions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageStats
This class gathers statistics for storages.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.