I'm currently using Workling with Starling on a rails app. Although I like Workling, I find it kinda hard to monitor.
To make matters worse, I have a couple of Workling instances. Workling is running with the :multiple set to 'true' (inside workling_client).
I can see the pid for each instance and such, but I want to know if they're actually doing some work, and find out if I need more (or even less) instances running.
Do you guys have any suggestions of tools, hacks or anything that could help me on this one?