I am intending to submit a proposal for the Plugin Inspector idea. But the spec of this idea says Electron provides an API that allows inspecting any sub-process it creates
, from my prior knowledge and my search in the last couple of days, I don't seem to have found such an API. I know it could be done using node modules (child_process
).
So, I wanted to make sure if the node module is the one meant in the idea spec or if there is really an electron API that does the job.
It's might be a combination of Node and Electron API. Basically we need something like this but only for the plugin processes: GitHub - getstation/electron-process-manager: Process manager UI for Electron applications
The goal is to identify misbehaving plugins that are taking too much RAM or CPU
1 Like
understood, thank you