Kieker 1.4

Serialized Form


Package kieker.analysis.plugin

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

serialVersionUID: 345L

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

serialVersionUID: 1L


Package kieker.analysis.reader

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

serialVersionUID: 14537L


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

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

serialVersionUID: 1113L

Serialized Fields

timestamp

long timestamp

branchID

int branchID

branchingOutcome

int branchingOutcome

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

serialVersionUID: 17677676L

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.CurrentTimeRecord extends AbstractMonitoringRecord implements Serializable

serialVersionUID: 112213L

Serialized Fields

currentTime

long currentTime

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

serialVersionUID: 11767633L

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

serialVersionUID: 1762476L

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.MonitoringRecordReceiverException extends Exception implements Serializable

serialVersionUID: 76576L

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

serialVersionUID: 5477L

Serialized Fields

typeId

int typeId

className

String className

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

serialVersionUID: 1180L

Serialized Fields

experimentId

int experimentId

hostName

String hostName

className

String className

operationName

String operationName

sessionId

String sessionId

traceId

long traceId

tin

long tin

tout

long tout

eoi

int eoi

ess

int ess

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

serialVersionUID: 17676L

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.configuration

Class kieker.monitoring.core.configuration.Configuration extends Properties implements Serializable

serialVersionUID: 1L


Package kieker.monitoring.servlet

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

serialVersionUID: 689701318L


Package kieker.tools.traceAnalysis

Class kieker.tools.traceAnalysis.TraceAnalysisGui extends JFrame implements Serializable

serialVersionUID: 11333L

Serialized Fields

l

JList l

lm

DefaultListModel lm

outdir

JTextField outdir

frame

JFrame frame

remB

JButton remB

addB

JButton addB

run

JButton run

prefix

JTextField prefix

plotSq

JCheckBox plotSq

plotComp

JCheckBox plotComp

plotCont

JCheckBox plotCont

plotOp

JCheckBox plotOp

plotAgg

JCheckBox plotAgg

plotCall

JCheckBox plotCall

printMsg

JCheckBox printMsg

printExe

JCheckBox printExe

printInv

JCheckBox printInv

printEquiv

JCheckBox printEquiv

g

GridBagLayout g

traces

JTextField traces

disabled

JRadioButton disabled

allocation

JRadioButton allocation

assembly

JRadioButton assembly

bg

ButtonGroup bg

from

JTextField from

to

JTextField to

duration

JTextField duration

shrtlbls

JCheckBox shrtlbls

ignInvalid

JCheckBox ignInvalid

Package kieker.tools.traceAnalysis.plugins.executionRecordTransformation

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

serialVersionUID: 1136L


Package kieker.tools.traceAnalysis.plugins.traceReconstruction

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

serialVersionUID: 1893L

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

serialVersionUID: 189899L


Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net