A B C D E F G H I L M N O P R S T U V W

A

accept(File, String) - クラス org.bootchart.common.Common.LogFileFilter のメソッド
 
active - クラス org.bootchart.common.Process の変数
Whether the process is active.
addSample(Sample) - クラス org.bootchart.common.Stats のメソッド
Adds a new statistics sample.
allowAlpha - クラス org.bootchart.renderer.ImageRenderer の変数
Whether to allow usage of transparency.

B

BootStats - org.bootchart.common の クラス
BootStats encapsulates boot statistics.
BootStats(Stats, Stats, ProcessTree) - クラス org.bootchart.common.BootStats のコンストラクタ
Creates a new boot statistics instance.

C

childList - クラス org.bootchart.common.Process の変数
A list of children Processes.
cmd - クラス org.bootchart.common.Process の変数
Command line.
Common - org.bootchart.common の クラス
Common methods.
Common() - クラス org.bootchart.common.Common のコンストラクタ
 
Common.LogFileFilter - org.bootchart.common の クラス
File name filter for bootchart log files.
Common.LogFileFilter() - クラス org.bootchart.common.Common.LogFileFilter のコンストラクタ
 
compareTo(Object) - クラス org.bootchart.common.Process のメソッド
 
COMPRESS_EPS - クラス org.bootchart.renderer.EPSRenderer の static 変数
Whether to compress EPS output.
cpu - クラス org.bootchart.common.ProcessSample の変数
CPU statistics.
CPUSample - org.bootchart.common の クラス
CPU statistics sample.
CPUSample(Date, double, double, double) - クラス org.bootchart.common.CPUSample のコンストラクタ
Creates a new sample.
cpuStats - クラス org.bootchart.common.BootStats の変数
CPU statistics.
CSSInliner - org.bootchart.renderer の クラス
CSSInliner enables inlining of a CSS file into an SVG document.
CSSInliner() - クラス org.bootchart.renderer.CSSInliner のコンストラクタ
 

D

desc - クラス org.bootchart.common.Process の変数
Process decription (e.g.
diskStats - クラス org.bootchart.common.BootStats の変数
Disk I/O utilization and throughput statistics.
diskTPut - クラス org.bootchart.common.ProcessSample の変数
Disk troughput statistics.
DiskTPutSample - org.bootchart.common の クラス
Disk I/O throughput sample.
DiskTPutSample(Date, double, double) - クラス org.bootchart.common.DiskTPutSample のコンストラクタ
Creates a new sample.
diskUtil - クラス org.bootchart.common.ProcessSample の変数
Disk utlization statistics.
DiskUtilSample - org.bootchart.common の クラス
Disk I/O utilization sample.
DiskUtilSample(Date, double) - クラス org.bootchart.common.DiskUtilSample のコンストラクタ
Creates a new sample.
duration - クラス org.bootchart.common.Process の変数
Process duration in milliseconds.
duration - クラス org.bootchart.common.ProcessTree の変数
The duration of the process tree (measured from the start time of the first process to the end time of the last process).

E

endTime - クラス org.bootchart.common.ProcessTree の変数
 
endTime - クラス org.bootchart.common.PsStats の変数
 
EPSRenderer - org.bootchart.renderer の クラス
EPSRenderer renders the boot chart as an EPS (encapsulated postscript) image.
EPSRenderer() - クラス org.bootchart.renderer.EPSRenderer のコンストラクタ
 
equals(Object) - クラス org.bootchart.common.Process のメソッド
 

F

fileOpens - クラス org.bootchart.common.FileOpenSample の変数
Number of file opens.
FileOpenSample - org.bootchart.common の クラス
Disk I/O utilization sample.
FileOpenSample(Date, int) - クラス org.bootchart.common.FileOpenSample のコンストラクタ
Creates a new sample.
formatCommand(String) - クラス org.bootchart.common.Common の static メソッド
Format the specified command line.

G

g - クラス org.bootchart.renderer.ImageRenderer の変数
 
getFileSuffix() - クラス org.bootchart.renderer.EPSRenderer のメソッド
 
getFileSuffix() - クラス org.bootchart.renderer.ImageRenderer のメソッド
 
getFileSuffix() - クラス org.bootchart.renderer.PNGRenderer のメソッド
 
getFileSuffix() - クラス org.bootchart.renderer.Renderer のメソッド
Returns the file suffix to use for the rendered image.
getFileSuffix() - クラス org.bootchart.renderer.SVGRenderer のメソッド
 
getMaxDiskTPut(List) - クラス org.bootchart.common.DiskTPutSample の static メソッド
Returns the maximum throughput seen in the sample list.
getMaxDiskTPut(List) - クラス org.bootchart.parser.linux.ProcDiskStatParser の static メソッド
Returns the maximum throughput seen in the iostat sample list.
getMaxFileOpens(List) - クラス org.bootchart.common.FileOpenSample の static メソッド
Returns the maximum number of file opens seen in the sample list.
getNumCPUs(Properties) - クラス org.bootchart.parser.HeaderParser の static メソッド
Get the number of CPUs from the system.cpu header property.
getPPIDs(int, Map) - クラス org.bootchart.parser.linux.PacctParser の static メソッド
Returns a list of all parent PIDs (parent, grandparent, etc.) for the specified PID.
getProcessDesc(Process, Date) - クラス org.bootchart.common.Common の static メソッド
Returns the text to include in the process description pop-up.
getReader(InputStream) - クラス org.bootchart.common.Common の static メソッド
Returns a buffered reader suitable for reading the input stream.
getSamples() - クラス org.bootchart.common.Stats のメソッド
Returns a list of statistics samples.
getState(String) - クラス org.bootchart.parser.linux.ProcPsParser の static メソッド
Returns the process state.
getState(Map) - クラス org.bootchart.parser.linux.PsParser の static メソッド
Returns the process state.

H

hashCode() - クラス org.bootchart.common.Process のメソッド
 
HeaderParser - org.bootchart.parser の クラス
HeaderParser parses the header log file, which contains the chart title and basic information about the system, OS release, CPU, etc.
HeaderParser() - クラス org.bootchart.parser.HeaderParser のコンストラクタ
 

I

ImageRenderer - org.bootchart.renderer の クラス
ImageRenderer renders the boot chart as a Java 2D BufferedImage.
ImageRenderer() - クラス org.bootchart.renderer.ImageRenderer のコンストラクタ
 
img - クラス org.bootchart.renderer.ImageRenderer の変数
 
inline(String, File) - クラス org.bootchart.renderer.CSSInliner の static メソッド
Parses the specified CSS file and inlines all style properties in the SVG content string.
io - クラス org.bootchart.common.CPUSample の変数
The percentage of CPU time spent waiting on disk I/O.
isPNGSupported() - クラス org.bootchart.common.Common の static メソッド
Whether the running JVM supports PNG encoding.

L

loadFile(File) - クラス org.bootchart.common.Common の static メソッド
Loads the contents of the file.
LOCALE - クラス org.bootchart.common.Common の static 変数
Default locale.

M

Main - org.bootchart の クラス
Bootchart main class.
Main() - クラス org.bootchart.Main のコンストラクタ
 
main(String[]) - クラス org.bootchart.Main の static メソッド
Main.
MAX_PARSE_SAMPLES - クラス org.bootchart.common.Common の static 変数
The maximum number of samples to parse.

N

numProc - クラス org.bootchart.common.ProcessTree の変数
The number of all processes in the tree.

O

oldParseLog(BufferedReader) - クラス org.bootchart.parser.HeaderParser の static メソッド
Parses the header log file (old version).
org.bootchart - パッケージ org.bootchart
Provides the Main bootchart class.
org.bootchart.common - パッケージ org.bootchart.common
Provides common methods and boot statistics encapsulations.
org.bootchart.parser - パッケージ org.bootchart.parser
Provides parsers for various boot log files.
org.bootchart.parser.linux - パッケージ org.bootchart.parser.linux
Provides parsers for various GNU/Linux boot log files.
org.bootchart.renderer - パッケージ org.bootchart.renderer
Provides chart image renderers for various formats.

P

PacctParser - org.bootchart.parser.linux の クラス
PacctParser parses the BSD process accounting v3 files.
PacctParser() - クラス org.bootchart.parser.linux.PacctParser のコンストラクタ
 
parent - クラス org.bootchart.common.Process の変数
Parent process.
parseDouble(String) - クラス org.bootchart.common.Common の static メソッド
Returns a new double initialized to the value represented by the specified String.
parseLog(InputStream) - クラス org.bootchart.parser.HeaderParser の static メソッド
Parses the header log file.
parseLog(InputStream) - クラス org.bootchart.parser.linux.PacctParser の static メソッド
Parses the pacct accounting file.
parseLog(InputStream) - クラス org.bootchart.parser.linux.PidNameParser の static メソッド
Parses the pidname log file (containing pid to command name mappings).
parseLog(InputStream, int) - クラス org.bootchart.parser.linux.ProcDiskStatParser の static メソッド
Parses the proc_diskstats.log file.
parseLog(InputStream, Map, Map) - クラス org.bootchart.parser.linux.ProcPsParser の static メソッド
Parses the proc_ps.log file.
parseLog(InputStream) - クラス org.bootchart.parser.linux.ProcStatParser の static メソッド
Parses the proc_stat.log file.
parseLog(InputStream, Map, Map) - クラス org.bootchart.parser.linux.PsParser の static メソッド
Parses the ps.log file.
pid - クラス org.bootchart.common.Process の変数
Process ID.
PidNameParser - org.bootchart.parser.linux の クラス
PidNameParser parses PID to command name mapping log files.
PidNameParser() - クラス org.bootchart.parser.linux.PidNameParser のコンストラクタ
 
PNGRenderer - org.bootchart.renderer の クラス
PNGRenderer renders the boot chart as a PNG image.
PNGRenderer() - クラス org.bootchart.renderer.PNGRenderer のコンストラクタ
 
ppid - クラス org.bootchart.common.Process の変数
Parent process ID.
PROC_PARAM - クラス org.bootchart.common.Common の static 変数
A list of processes which should include parameters in their command lines.
ProcDiskStatParser - org.bootchart.parser.linux の クラス
ProcDiskStatParser parses log files produced by logging the output of /proc/diskstats.
ProcDiskStatParser() - クラス org.bootchart.parser.linux.ProcDiskStatParser のコンストラクタ
 
Process - org.bootchart.common の クラス
Process encapsulation.
Process(int, String) - クラス org.bootchart.common.Process のコンストラクタ
Created a new process.
processList - クラス org.bootchart.common.PsStats の変数
A list of processes (with enclosing CPU samples).
ProcessSample - org.bootchart.common の クラス
Process statistics.
ProcessSample(Date, int, CPUSample, DiskUtilSample, DiskTPutSample) - クラス org.bootchart.common.ProcessSample のコンストラクタ
Creates a new process sample.
ProcessTree - org.bootchart.common の クラス
ProcessTree encapsulates a process tree.
ProcessTree(PsStats, String, boolean) - クラス org.bootchart.common.ProcessTree のコンストラクタ
Creates a new process tree from the specified list of Process instances.
processTree - クラス org.bootchart.common.ProcessTree の変数
The Process tree.
ProcPsParser - org.bootchart.parser.linux の クラス
ProcPsParser parses log files produced by logging the output of /proc/[PID]/stat files.
ProcPsParser() - クラス org.bootchart.parser.linux.ProcPsParser のコンストラクタ
 
ProcStatParser - org.bootchart.parser.linux の クラス
ProcStatParser parses log files produced by logging the output of /proc/stat.
ProcStatParser() - クラス org.bootchart.parser.linux.ProcStatParser のコンストラクタ
 
procTree - クラス org.bootchart.common.BootStats の変数
The process tree.
PsParser - org.bootchart.parser.linux の クラス
PsParser parses log files produced by ps.
PsParser() - クラス org.bootchart.parser.linux.PsParser のコンストラクタ
 
PsStats - org.bootchart.common の クラス
Process statistics.
PsStats() - クラス org.bootchart.common.PsStats のコンストラクタ
 

R

read - クラス org.bootchart.common.DiskTPutSample の変数
Read throughput (KB/s).
render(File, String, boolean, String) - クラス org.bootchart.Main の static メソッド
Parses the bootchart log tarball from the log tarball or directory and renders the chart to the output stream.
render(Properties, BootStats, OutputStream) - クラス org.bootchart.renderer.EPSRenderer のメソッド
 
render(Properties, BootStats, OutputStream) - クラス org.bootchart.renderer.ImageRenderer のメソッド
Render the chart.
render(Properties, BootStats, OutputStream) - クラス org.bootchart.renderer.PNGRenderer のメソッド
 
render(Properties, BootStats, OutputStream) - クラス org.bootchart.renderer.Renderer のメソッド
Render the chart and output to an output stream.
render(Properties, BootStats, OutputStream) - クラス org.bootchart.renderer.SVGRenderer のメソッド
Render the chart.
Renderer - org.bootchart.renderer の クラス
Renderable is a common interface for different boot chart renderers.
Renderer() - クラス org.bootchart.renderer.Renderer のコンストラクタ
 

S

Sample - org.bootchart.common の クラス
CPU statistics sample.
Sample() - クラス org.bootchart.common.Sample のコンストラクタ
 
samplePeriod - クラス org.bootchart.common.ProcessTree の変数
Statistics sampling period.
samplePeriod - クラス org.bootchart.common.PsStats の変数
Statistics sampling period.
samples - クラス org.bootchart.common.Process の変数
A list of process statistics samples.
startTime - クラス org.bootchart.common.Process の変数
Process start time.
startTime - クラス org.bootchart.common.ProcessTree の変数
The start time of the graph
startTime - クラス org.bootchart.common.PsStats の変数
Start and end of sampling period.
state - クラス org.bootchart.common.ProcessSample の変数
Process state.
STATE_RUNNING - クラス org.bootchart.common.Process の static 変数
Running state.
STATE_SLEEPING - クラス org.bootchart.common.Process の static 変数
Sleeping state.
STATE_STOPPED - クラス org.bootchart.common.Process の static 変数
Stopped or traced.
STATE_UNDEFINED - クラス org.bootchart.common.Process の static 変数
Undefined state.
STATE_WAITING - クラス org.bootchart.common.Process の static 変数
Uninterruptible sleep.
STATE_ZOMBIE - クラス org.bootchart.common.Process の static 変数
Zombie state (defunct).
Stats - org.bootchart.common の クラス
Stats encapsulates performance data statistics.
Stats() - クラス org.bootchart.common.Stats のコンストラクタ
Creates a new statistics instance.
SVGRenderer - org.bootchart.renderer の クラス
PNGRenderer renders the boot chart as a PNG image.
SVGRenderer() - クラス org.bootchart.renderer.SVGRenderer のコンストラクタ
 
sys - クラス org.bootchart.common.CPUSample の変数
System load.

T

time - クラス org.bootchart.common.Sample の変数
Sample time.
TIME_FORMAT - クラス org.bootchart.common.Sample の static 変数
Time format for samples.
toString() - クラス org.bootchart.common.CPUSample のメソッド
Returns the string representation of the sample.
toString() - クラス org.bootchart.common.DiskTPutSample のメソッド
Returns the string representation of the sample.
toString() - クラス org.bootchart.common.DiskUtilSample のメソッド
Returns the string representation of the sample.
toString() - クラス org.bootchart.common.FileOpenSample のメソッド
Returns the string representation of the sample.
toString() - クラス org.bootchart.common.Process のメソッド
Returns a string representation of the process.
toString() - クラス org.bootchart.common.ProcessSample のメソッド
Returns the string representation of the sample.
toString() - クラス org.bootchart.common.ProcessTree のメソッド
 

U

user - クラス org.bootchart.common.CPUSample の変数
User load.
util - クラス org.bootchart.common.DiskUtilSample の変数
Disk utilization [0.0, 1.0].

V

VERSION - クラス org.bootchart.common.Common の static 変数
Program version.

W

write - クラス org.bootchart.common.DiskTPutSample の変数
Write throughput (KB/s).

A B C D E F G H I L M N O P R S T U V W