I\'ve recently become quite fond of Upstart. Previously I\'ve been using God, Monit and Bluepill but I don\'t really like these solutions so I\'m giving Upstart a try.
I\'m currently using VisualVM, but the problem I\'m having is that I can\'t save the graphs it generates. I need to report some data about its memory usage and running time, though running time is eas
In Linux is there any way to check processes memory measured on bytes (using top开发者_如何学C or ps for example). Not in kbytes, but bytes.
Is th开发者_如何学运维ere any ready-to-use solution to log the memory consumption from the start of the system? I\'d like to log the data to simple text file or some database so I can analyze it later
we develop the webapp with Grails. In productio the webapp runs on Jetty. We used JMeter to run performance-test and yourkit to analyse the memory consumtion of jetty.