dynamometer
dynamometer copied to clipboard
A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
Hi, I want to use dynamometer using dynamometer script. But it always fails for reasons I don't know inside the container after the yarn app is submitted. Anyone have any...
[Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options). Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry...
Though Dynamometer supports executing a few different versions of Hadoop, it will currently only run on a 2.7 cluster. This tracks adding support for the rest of the 2.x line.
Hi, I collected all prerequisites (fsimage, audit log) and prepared local environment (accompanying hdfs, separate yarn manager) according to Dynamometer readme and tried to start workload scripts. Tried Hadoop versions:...
I try to build latest dynamometer When it run TestDynamometerInfra, it seems it stuck at this point Dose anything need to be pre-installed for the build kevin@kevin-pc:~/git/dynamometer(master)$ ./gradlew build Parallel...
When running the replay with audit logs, some warning will come up > 18/11/06 01:23:36 WARN audit.AuditReplayThread: Unsupported/invalid command: AuditReplayCommand(absoluteTimestamp=1539650537967, ugi=xxx, command=getEZForPath, src=/certain/path, dest=null, sourceIP=x.x.x.x
Added a new `WorkloadMapper`, `AbusiveUserMapper`, that creates two types of tasks: small operations (single file listing or single folder creation) and large listing operations (configurable # of files). This is...
This might be related with #52 . In https://github.com/linkedin/dynamometer/blob/master/dynamometer-infra/src/main/java/com/linkedin/dynamometer/Client.java#L327 it is trying to find whether there is help option entered for the function, but internally it is using a GnuParser...