Kieker 1.5

Serialized Form


Package kieker.analysis.exception

Class kieker.analysis.exception.AnalysisConfigurationException extends Exception implements Serializable

serialVersionUID: -9115316314866942458L

Class kieker.analysis.exception.EventProcessingException extends Exception implements Serializable

serialVersionUID: 345L

Class kieker.analysis.exception.MonitoringReaderException extends MonitoringRecordReceiverException implements Serializable

serialVersionUID: 14537L

Class kieker.analysis.exception.MonitoringRecordConsumerException extends Exception implements Serializable

serialVersionUID: 1L


Package kieker.common.configuration

Class kieker.common.configuration.Configuration extends Properties implements Serializable

serialVersionUID: 3364877592243422259L


Package kieker.common.exception

Class kieker.common.exception.MonitoringRecordException extends Exception implements Serializable

serialVersionUID: -619093518689867366L

Class kieker.common.exception.MonitoringRecordReceiverException extends Exception implements Serializable

serialVersionUID: 76576L


Package kieker.common.namedRecordPipe

Class kieker.common.namedRecordPipe.PipeException extends Exception implements Serializable

serialVersionUID: 56L


Package kieker.common.record

Class kieker.common.record.AbstractMonitoringRecord extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

loggingTimestamp

long loggingTimestamp

Package kieker.common.record.controlflow

Class kieker.common.record.controlflow.BranchingRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: -4569387448110349137L

Serialized Fields

timestamp

long timestamp

branchID

int branchID

branchingOutcome

int branchingOutcome

Class kieker.common.record.controlflow.OperationExecutionRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: -3963151278085958619L

Serialized Fields

experimentId

int experimentId
Deprecated. 
Will be removed in 1.6


hostname

String hostname

operationSignature

String operationSignature

sessionId

String sessionId

traceId

long traceId

tin

long tin

tout

long tout

eoi

int eoi

ess

int ess

Package kieker.common.record.flow

Class kieker.common.record.flow.AbstractEvent extends AbstractMonitoringRecord implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

Class kieker.common.record.flow.ConstructionEvent extends AbstractEvent implements Serializable

serialVersionUID: 4260562921517437040L

Serialized Fields

className

String className

objectName

String objectName

Package kieker.common.record.flow.trace

Class kieker.common.record.flow.trace.AbstractTraceEvent extends AbstractEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

traceId

long traceId

orderIndex

int orderIndex

Class kieker.common.record.flow.trace.Trace extends AbstractMonitoringRecord implements Serializable

serialVersionUID: -4734457252539987221L

Serialized Fields

traceId

long traceId

threadId

long threadId

sessionId

String sessionId

hostname

String hostname

parentTraceId

long parentTraceId

parentOrderId

int parentOrderId

Package kieker.common.record.flow.trace.concurrency

Class kieker.common.record.flow.trace.concurrency.SplitEvent extends AbstractTraceEvent implements Serializable

serialVersionUID: -4454625562107999414L


Package kieker.common.record.flow.trace.operation

Class kieker.common.record.flow.trace.operation.AbstractOperationEvent extends AbstractTraceEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

operationSignature

String operationSignature

classSignature

String classSignature

Class kieker.common.record.flow.trace.operation.AfterOperationEvent extends AbstractOperationEvent implements Serializable

serialVersionUID: -631724968913053878L

Class kieker.common.record.flow.trace.operation.AfterOperationFailedEvent extends AbstractOperationEvent implements Serializable

serialVersionUID: 3331883608930487185L

Serialized Fields

cause

String cause

Class kieker.common.record.flow.trace.operation.BeforeOperationEvent extends AbstractOperationEvent implements Serializable

serialVersionUID: -5920247930003146071L

Class kieker.common.record.flow.trace.operation.CallOperationEvent extends AbstractOperationEvent implements Serializable

serialVersionUID: -63172423466638L

Serialized Fields

calleeOperationSignature

String calleeOperationSignature

calleeClassSignature

String calleeClassSignature

Package kieker.common.record.misc

Class kieker.common.record.misc.EmptyRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: -9106270301270791630L

Class kieker.common.record.misc.TimestampRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: -7166224794391621087L

Serialized Fields

timestamp

long timestamp

Package kieker.common.record.system

Class kieker.common.record.system.CPUUtilizationRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: -8267026568234433190L

Serialized Fields

timestamp

long timestamp
Date/time of measurement. The value should be interpreted as the number of nano-seconds elapsed since Jan 1st, 1970 UTC.


hostname

String hostname
Name of the host, the resource belongs to.


cpuID

String cpuID
Identifier which is unique for a CPU on a given host.


user

double user
Fraction of time during which the CPU was used for user-space processes. The value should be in the range [0,1]


system

double system
Fraction of time during which the CPU was used by the kernel. The value should be in the range [0,1]


wait

double wait
Fraction of CPU wait time. The value should be in the range [0,1]


nice

double nice
Fraction of time during which the CPU was used by user space processes with a high nice value. The value should be in the range [0,1]


irq

double irq
Fraction of time during which the CPU was used by user space processes with a high nice value. The value should be in the range [0,1]


totalUtilization

double totalUtilization
Fraction of time during which the CPU was utilized. Typically, this is the sum of CPUUtilizationRecord.user, CPUUtilizationRecord.system, CPUUtilizationRecord.wait, and CPUUtilizationRecord.nice. The value should be in the range [0,1]


idle

double idle
Fraction of time during which the CPU was idle. The value should be in the range [0,1]

Class kieker.common.record.system.MemSwapUsageRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: 320361406631781156L

Serialized Fields

memUsed

long memUsed

memFree

long memFree

swapTotal

long swapTotal

swapUsed

long swapUsed

swapFree

long swapFree

timestamp

long timestamp
Date/time of measurement. The value should be interpreted as the number of nano-seconds elapsed since Jan 1st, 1970 UTC.


hostname

String hostname
Name of the host, the resource belongs to.


memTotal

long memTotal

Class kieker.common.record.system.ResourceUtilizationRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: -7386791367687652550L

Serialized Fields

timestamp

long timestamp
Date/time of measurement. The value should be interpreted as the number of nano-seconds elapsed since Jan 1st, 1970 UTC.


hostname

String hostname
Name of the host, the resource belongs to.


resourceName

String resourceName
Name of the resource.


utilization

double utilization
Value of utilization. The value should be in the range [0,1]


Package kieker.monitoring.core.registry

Class kieker.monitoring.core.registry.RegistryRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: 4566332478835872121L

Serialized Fields

id

int id

object

Object object

Package kieker.monitoring.servlet

Class kieker.monitoring.servlet.ControlServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 689701318L


Package kieker.tools

Class kieker.tools.KaxViz extends JFrame implements Serializable

serialVersionUID: 1969467089938687452L


Package kieker.tools.traceAnalysis.filter.executionRecordTransformation

Class kieker.tools.traceAnalysis.filter.executionRecordTransformation.ExecutionEventProcessingException extends EventProcessingException implements Serializable

serialVersionUID: 1136L


Package kieker.tools.traceAnalysis.filter.traceReconstruction

Class kieker.tools.traceAnalysis.filter.traceReconstruction.InvalidTraceException extends Exception implements Serializable

serialVersionUID: 1893L

Class kieker.tools.traceAnalysis.filter.traceReconstruction.TraceProcessingException extends EventProcessingException implements Serializable

serialVersionUID: 189899L


Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net