Class DiskProfiler
- java.lang.Object
-
- org.apache.wayang.profiler.hardware.DiskProfiler
-
public class DiskProfiler extends java.lang.Object
Profiles 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 void
main(java.lang.String[] args)
java.lang.String
profile(int sizeInMB)
Writes and reads a file and measures the elapsed time.
-