This weekend I’ve been very busy on Instruments again.
Instruments now sports a core Java library which takes care of caching the states of system usage for the last time. This is included in an all new “InstrumentsService” which will provide the necessary methods to controllers.
At the moment this is all trimmed for using flot. There are no other “export options” for now.
I decided to make this publicly available in my Subversion repository. You can checkout the source tree of the Grails application here:
http://creatified.com/svn/creatified/Instruments/
The trunk includes the latest development version. Don’t forget the “grails upgrade”-command after checking out the source tree.
When you run the app, all you’ll find there for the moment is the following site which will be located unter http://localhost:8080/instruments/
You will then be able to see something like this:
for the CPU usage and this:
for the Memory usage
This will be all for now, be sure to check out your own version – I’ll also be testing this on the Google AppEngine soon.

