ipython / ipyparallel

IPython Parallel: Interactive Parallel Computing in Python
https://ipyparallel.readthedocs.io/
Other
2.58k stars 1k forks source link

Monitoring ipcluster, web interface planned? #137

Open SiggiGue opened 8 years ago

SiggiGue commented 8 years ago

I use ipcluster very often but missed a monitoring view of what's goining on in the ipcluster.

Is there any planning for something like a web interface/Class with an overview of jobs, engines and other helpfull information?

What would be a good way to hook into a running cluster for monitoring this? If i connect with a Client, then i get only a view of my queue but cannot get any further info, so this would not be the best way for me?

Or is there defferent idea and philosophy how an ipcluster should be managed?

minrk commented 8 years ago

I would like to have this, but it's not planned, per se. A Client can retrieve the state of the queue with Client.queue_status(). A web view could be made from that information. More detailed info can be retrieved with Client.db_query().