Issue 3546 in pharo: Have a look at SystemReporter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3546 in pharo: Have a look at SystemReporter

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3546 by [hidden email]: 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 | Threaded
Open this post in threaded view
|

Re: Issue 3546 in pharo: Have a look at SystemReporter

pharo
Reply | Threaded
Open this post in threaded view
|

Re: Issue 3546 in pharo: Have a look at SystemReporter

pharo

Comment #2 on issue 3546 by [hidden email]: Have a look at  
SystemReporter
http://code.google.com/p/pharo/issues/detail?id=3546

The latest version will not work in pharo. I will see how to make it more  
pharo friendly.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3546 in pharo: Have a look at SystemReporter

pharo

Comment #3 on issue 3546 by [hidden email]: Have a look at  
SystemReporter
http://code.google.com/p/pharo/issues/detail?id=3546

So what should i use to check if it's working?
1.1.1, 1.2, 1.3 ??


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3546 in pharo: Have a look at SystemReporter

pharo

Comment #4 on issue 3546 by [hidden email]: Have a look at  
SystemReporter
http://code.google.com/p/pharo/issues/detail?id=3546

first let us make it work in 1.3 because 1.2 is in release candidate and we  
should avoid to change it.
Now if the systemreporter can be made loadable in 1.2 then people could  
load it and execute it.