I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 1aa08d83 authored by zzz's avatar zzz
Browse files

show memory usage

parent 628bae24
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,8 @@ public class MainActivity extends I2PActivityBase {
String details =
"\nBandwidth in/out: " + fmt.format(inBW) + " / " + fmt.format(outBW) + " KBps" +
"\nMemory: " + DataHelper.formatSize(Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory()) +
"B / " + DataHelper.formatSize(Runtime.getRuntime().maxMemory()) + 'B' +
"\nJob Lag: " + jobLag +
"\nMsg Delay: " + msgDelay +
"\nUptime: " + uptime;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment