I'm using selenium grid with 13 nodes, each one is limited to one chrome instance. My project uses most of those nodes on different times.
In the future, I will need to add more nodes - due to more tests, parallel exec., different browsers , etc. The problem is that I can't tell exactly what is the utilization of the grid's nodes.
is there a way to get the following statistics from the grid:
- nodes idle / busy time in % - determine if the node was busy most of the time or idle most of the time
- amount of executed test since the node was started
- running time - duration since the node was started
thanks Tizki