thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.2k stars 307 forks source link

Get Monitor output as object #496

Open LucasRoquilly opened 1 year ago

LucasRoquilly commented 1 year ago

Hello,

I just updated to a new version of Node and then to the newest version of puppeteer and puppeteer-cluster.

I see the implementation of the cluster.getMonitorObject() that was merged in pull request #375 was removed. I was using it to display some of the values (elapsed time, CPU & memory usage etc.) in a web app.

It seems to me there was no replacement for this feature, please is it possible to add this function back in the code ?

Thanks ;)

teammakdi commented 1 year ago

@thomasdondorf