How to know CPU load of all the IPFS peers from one node?

I am using Helia and libp2p to create an IPFS node in javascript, I have created three nodes and have connected all nodes to one single node say x, can i know the CPU load of all the other running nodes from x.

1 Like

You could advertise the CPU usage over a pubsub topic assuming you don’t mind the possibility of other nodes knowing your CPU load.

2 Likes