Class DiskProfiler
java.lang.Object
org.apache.wayang.profiler.hardware.DiskProfiler
Profiles the reading and writing speed to some directory.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DiskProfiler
-
-
Method Details
-
profile
Writes and reads a file and measures the elapsed time.- Parameters:
sizeInMB
- the number of MB to write/read- Returns:
- a CSV line like
MB,write nanos,read nanos
-
main
-