Package org.apache.hadoop.mapred.gridmix.emulators.resourceusage
package org.apache.hadoop.mapred.gridmix.emulators.resourceusage
-
ClassDescriptionorg.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPluginA
ResourceUsageEmulatorPluginthat emulates the cumulative CPU usage by performing certain CPU intensive operations.org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin.CpuUsageEmulatorCoreThis is the core CPU usage emulation algorithm.org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin.DefaultCpuUsageEmulatorThis is the core engine to emulate the CPU usage.org.apache.hadoop.mapred.gridmix.emulators.resourceusage.ResourceUsageEmulatorPluginEach resource to be emulated should have a corresponding implementation class that implementsResourceUsageEmulatorPlugin.org.apache.hadoop.mapred.gridmix.emulators.resourceusage.ResourceUsageMatcherThis is the driver class for managing all the resource usage emulators.org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPluginAResourceUsageEmulatorPluginthat emulates the total heap usage by loading the JVM heap memory.org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin.DefaultHeapUsageEmulatorThis is the core engine to emulate the heap usage.org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin.HeapUsageEmulatorCoreDefines the core heap usage emulation algorithm.