Results 1 to 2 of 2

Thread: How to Monitor Jobs?

  1. #1
    Join Date
    Dec 2010
    Posts
    27

    Default How to Monitor Jobs?

    Ideally, I want to monitor the job by watching the current step, the number of chunks processed and so on in real time, with something like progress bars.

    I know Spring Batch Admin, a web-based monitor. I wonder if it can display job status in real-time, or I have to refresh the web pages myself.

    How do you monitor jobs?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,232

    Default

    Spring Batch Admin has a JSON API. You could write a JavaScript poller really quickly. If you want to add fancy status bars that's a bit more work (if you want to contribute it back to Spring Batch Admin even better). There is also JMX support in Spring Batch Admin, so you might get some mileage from JMX clients if they have polling and alerts built in.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •