NetBeans IDE has a taskbar indicaror, showing how much RAM is currently allocated and used by the running instance. How can I get this data in my own application written in Scala? If there’s no special function for this in Scala, I could use Java one.
NetBeans IDE has a taskbar indicaror, showing how much RAM is currently allocated and
Share
Just copied from http://harrah.github.com/browse/samples/compiler/scala/tools/nsc/CompileServer.scala.html