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

Consider a DSL for either/both visualization and testing purposes #21

Open fgeorgatos opened 9 years ago

fgeorgatos commented 9 years ago

In the future, it would be great if some ideas from other teams could make it here, in order to both reduce probability for any bug and, take advantage of testing concepts:

Last one, a good read on DSLs! : http://safehammad.com/downloads/domain-specific-languages-and-python-2011-04-21.pdf

lookfwd commented 8 years ago

Interesting. Not high priority though - I would guess.

LUA might be able to cover some of the customization needs without exposing too much (see also here).

Another approach would be to make the whole thing a more nicely structured library that people could use in their apps to develop custom flows and automation. See also #106.