See: Description
Class | Description |
---|---|
BenchmarkMain |
This class is using the following System Properties:
static int throughput = Integer.getInteger("throughput", 250); // MB/s
static int runtime = Integer.getInteger("runtime", 300); // seconds
static String basePath = System.getProperty("path", OS.TMP);
|
DumpMain |
Parameters to the methods in this class can be set using any of the
following system properties:
private static final String FILE = System.getProperty("file");
private static final boolean SKIP_TABLE_STORE = Jvm.getBoolean("skipTableStoreDump");
private static final boolean UNALIGNED = Jvm.getBoolean("dumpUnaligned");
private static final int LENGTH = ", 0".length();
|
HistoryMain |
Reads @see MessageHistory from a queue and outputs histograms for
latencies for each component that has processed a message
latencies between each component that has processed a message
|
PingPongMain |
System Properties:
static int runtime = Integer.getInteger("runtime", 30); // seconds
static String basePath = System.getProperty("path", OS.TMP);
|
ReaderMain |
Display records in a queue in a text form.
|
RemovableRollFileCandidatesMain | |
UnlockMain |
Copyright © 2023. All rights reserved.