Ubuntu + PBS + Apache? How can I show a list of running jobs as a website?

爷,独闯天下 提交于 2019-12-11 05:07:40

问题


Is there a plugin/package to display status information for a PBS queue? I am currently running an apache webserver on the login-node of my PBS cluster. I would like to display status info and have the ability to perform minimal queries without writing it from scratch (or modifying an age old python script, ala jobmonarch). Note, the accepted/bountied solution must work with Ubuntu.

Update: In addition to ganglia as noted below, I also looked that the Rocks Cluster Toolkit, but I firmly want to stay with Ubuntu. So I've updated the question to reflect that.

Update 2: I've also looked at PBSWeb as well as MyPBS neither one appears to suit my needs. The first is too out-of-date with the current system and the second is more focused on cost estimation and project budgeting. They're both nice, but I'm more interested in resource availability, job completion, and general status updates. So I'm probably just going to write my own from scratch -- starting Aug 15th.


回答1:


Have you tried Ganglia?

I have no personal experience but few sysadmin I know are using it.

Following pages may help,

http://taos.groups.wuyasea.com/articles/how-to-setup-ganglia-to-monitor-server-stats/3

http://coe04.ucalgary.ca/rocks-documentation/2.3.2/monitoring-pbs.html

my two cents




回答2:


Have you tried using nagios: http://www.nagios.org/ ?



来源:https://stackoverflow.com/questions/4962265/ubuntu-pbs-apache-how-can-i-show-a-list-of-running-jobs-as-a-website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!