Re: [squeak-dev] more Info in aboutSqueak

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

Re: [squeak-dev] more Info in aboutSqueak

laza
2011/1/13 Enrico Spinielli <[hidden email]>
H Alex,
great idea!

As a side thought, couldn't it be a dialog with cut&past-able text?

I thought about that too, but now used a small ToolBuilder window instead.

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: [squeak-dev] more Info in aboutSqueak

laza
2011/1/17 Alexander Lazarević <[hidden email]>
This very simple and needs to be polished further.

I brushed it up a little and I think it is in an usable state now.
  • use TextStream to have better formatting
  • fixed menus
  • preserve order of categories
  • split/added some more reports:
    • separate image parameters
    • separate vm options
    • source files
    • tiny benchmarks (to give a ballpark)
    • VM config (INI-file on windows only)
Alex