Can someone recommend a good web interface for Torque? I'm interested mostly in monitoring the status of the job queues.
Asked
Active
Viewed 2,267 times
5 Answers
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)

MatteoRagni
- 11
- 1
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
-
1I 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