Class DiskProfiler
- java.lang.Object
-
- org.apache.wayang.profiler.hardware.DiskProfiler
-
public class DiskProfiler extends java.lang.ObjectProfiles the reading and writing speed to some directory.
-
-
Constructor Summary
Constructors Constructor Description DiskProfiler(java.lang.String testFileURl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)java.lang.Stringprofile(int sizeInMB)Writes and reads a file and measures the elapsed time.
-