3

Can someone recommend a good web interface for Torque? I'm interested mostly in monitoring the status of the job queues.

Lorin Hochstein
  • 5,028
  • 15
  • 56
  • 72

5 Answers5

2

Job Monarch looks promising...

Lorin Hochstein
  • 5,028
  • 15
  • 56
  • 72
1

I've written a WebInterface for Torque. Actually is @alpha stage and should be tested, but it works:

https://github.com/MatteoRagni/Force

(If you intend to use it or you like it, please star the project, so I'll understand if it worth spend my time on it)

1

Can this post be an aid?

drAlberT
  • 10,949
  • 7
  • 39
  • 52
1

We have had great success with a program called ganglia.

From their web page:

Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids.

Francois Wolmarans
  • 1,590
  • 10
  • 14
1

We use ganglia for monitoring our 2200 CPU supercomputing cluster. It's great, shows everything we need to see easily including the job queue, CPU loads, user metrics. I'd recommend it.

Xorlev
  • 1,855
  • 14
  • 12
  • 1
    I didn't think ganglia had support for torque out of the box. I have ganglia installed and it doesn't show job queue status by default. What did you have to do to get it to show job queue info? – Lorin Hochstein Oct 27 '09 at 21:39