edwardcapriolo / teknek

12 stars 4 forks source link

SOL tool to show where plan is running #15

Open edwardcapriolo opened 10 years ago

edwardcapriolo commented 10 years ago

When attempting to debug a plan running across multiple nodes I had to use zkshell to figure out where the parts were running. Also in developing #1 having this information easily accessed will create better algorithms for choosing nodes to run workers.

in the plan> prompt ` we should have a command like "show running workers" that graphically illustrates where the plan is running.

edwardcapriolo commented 10 years ago

This took a bit more work then planned. The first half was recording more host information in zk.

https://github.com/edwardcapriolo/teknek-core/pull/5

Now we can move onto the sol shell.