ipyparallel icon indicating copy to clipboard operation
ipyparallel copied to clipboard

Monitoring ipcluster, web interface planned?

Open SiggiGue opened this issue 8 years ago • 1 comments

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?

SiggiGue avatar Apr 17 '16 08:04 SiggiGue

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().

minrk avatar Apr 18 '16 08:04 minrk