Status: Accepted
Owner: [email protected]
Labels: Milestone-1.3

New issue 3546 by [email protected]: Have a look at SystemReporter
http://code.google.com/p/pharo/issues/detail?id=3546

In the SystemReporter you can chose what system information should be gathered. So you could have a compact overview of the image and the VM or a full length/all details report.

Add the repository SystemReporter to Monitcello.

MCHttpRepository
    location: 'http://www.squeaksource.com/SystemReporter'
    user: ''
    password: ''

Load the package SystemReporter and do SystemReporter open in a workspace.

This very simple and needs to be polished further. License is MIT and everybody is invited to add code.
It's easy to extend the reporter and it is explained in the class comment.

This works with Squeak Trunk and Pharo 1.1.1 (needs to get rid of the deprecation warning)

Alex


Reply via email to