| Package | Description |
|---|---|
| org.apache.hadoop.tools.dynamometer.workloadgenerator |
This contains the tooling necessary to generate a realistic workload,
for example collected from audit logs, against a Dynamometer-simulated
NameNode.
|
| org.apache.hadoop.tools.dynamometer.workloadgenerator.audit |
This contains the tooling necessary to use audit logs as a way to generate
a realistic workload against a Dynamometer-simulated NameNode.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CreateFileMapper |
CreateFileMapper continuously creates 1 byte files for the specified duration
to increase the number of file objects on the NN.
|
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.mapreduce.Job |
WorkloadDriver.getJobForSubmission(org.apache.hadoop.conf.Configuration baseConf,
java.lang.String nnURI,
long startTimestampMs,
java.lang.Class<? extends WorkloadMapper<?,?,?,?>> mapperClass) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AuditReplayMapper |
AuditReplayMapper replays the given audit trace against the NameNode under
test.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.