qtop / qtop

qtop (pronounced queue-top) is a tool written in order to monitor the state of Queueing Systems, along with related information relevant on HPC & grid clusters. At present it supports **PBS, SGE & OAR** families. There is a historic reference for the prior shell version of the tool, at former CERN source:
https://cern.ch/fotis/QTOP
MIT License
40 stars 23 forks source link

replace plain qstat with qstat -1n to get TSK information #184

Open sfranky opened 8 years ago

sfranky commented 8 years ago

TSK column shows how many cores a job is really taking up, regardless of the cores showing up in pbsnodes. (might have to disregard core-job assignment in this case) (relevant: #182 )

stetner commented 8 years ago

Feel free to contact me for any testing needed.

Thanks