napperley
11/24/2019, 10:47 PM./jmonitor.kexe --io-metrics Main
I/O metrics for Main:
* Characters Read: 1142215787
* Characters Written: 2559364802
* Total Read System Calls: 229852
* Total Write System Calls: 148106
* Total Bytes Read: 533704704
* Total Bytes Written: 1415086080
* cancelled_Total Bytes Written: 12288
Note that Total Bytes Written
is repeated twice. What could cause text to be repeated in a Kotlin String?napperley
11/24/2019, 10:48 PMmsink
11/25/2019, 1:39 AM"write_bytes" in tmp -> tmp.replace("write_bytes", bytesWrittenStr)
"cancelled_write_bytes" in tmp -> tmp.replace("cancelled_write_bytes", writtenCancelledStr)
msink
11/25/2019, 1:49 AMnapperley
11/25/2019, 2:18 AMnapperley
11/25/2019, 2:20 AM