Description
i have application implemented in erlang and i want to know like which process is using memory or cpu more than require.Can you provide example beacause i am not able to understand this demo.
What's the system memory?
Is the node's CPU loaded?
Is any process mailbox overflowing?
Which chatty process takes the most memory?
Which chatty process is eating the most CPU?
Which chatty process is consuming the most bandwidth?
Which chatty process sends the most messages over TCP? The least?
Can chatty processes message themselves? (can this work with registered names? Do I need to check the chattiest one and see if it messages itself?)
If they send messages to themselves, can you make it so they can't without touching code? The opposite?
Can you estimate the overall frequency at which messages are sent globally?
how can i get answer by using recon?