3 Replies Latest reply on Apr 4, 2006 6:22 AM by weston.price

    Work Management Stats/Management

    weston.price

      http://jira.jboss.org/jira/browse/JBAS-1436

      Referring to one of the issues listed in the improved management/stats collection, I think the WorkManagement implementation would be a good place to start. I don't know how complicated we want to get with this, but I was thinking of a CustomMBean that reaps/collects stats from the WorkManager, which basically amounts to keeping a running 'snapshot' of work related activities via the WorkWrapper. This can either be near real-time or we can, at the end of a unit of work, submit statistics to WorkManagement collector.

      The Collector itself could be configured to increase/reduce the size of the historical tasks, adjust sizes...maybe even the collection method itself.