public class CSVTSDataWriter extends AbstractDataWriter
It uses the "Timestamp(unix/#),Used(K),Total(K),Pause(sec),GC-Type" format.
out| Constructor and Description |
|---|
CSVTSDataWriter(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(GCModel model)
Writes the model and flushes the internal PrintWriter.
|
close, getConfigurationpublic CSVTSDataWriter(OutputStream out)
public void write(GCModel model) throws IOException
write in interface DataWriterwrite in class AbstractDataWriterIOExceptionCopyright © 2019. All rights reserved.