How to integrate Smalltalk with a monitoring tool like Wily

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

How to integrate Smalltalk with a monitoring tool like Wily

a62754
Hi

I want to see if i can monitor some application related aspects of my smalltalk program.
Like if my program can publish some metrics - not performance or cpu/ram - but business metrics - like how many operations executed, etc.

In java/.net world i would integrate with CA Wily or New Relic or some other APM tool for my operations team to monitor such stats.
We want to have a UI to monitor such stats - not looking at log files.
What would i do in smalltalk?


One option is to call a c dll from smalltalk which would integrate to the monitoring tool. 
Or i could write a tool to crawl the application logs and then integrate that with the monitoring tool.
But i want to use something 'native' to smalltalk if possible.

Thanks

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.