<div dir="ltr">I know maybe it sounds really bad, but I want to trace whole running erlang node.<br>I want to get following information:<br><br>* PidX spawns PidY<br>* PidX died or exited<div>* PidX sent message to PidY (message itself is ignored)</div><div><br></div><div>Actually, nothing more. Maybe couple hardcoded patterns on messages, to count them differently.<br><br>What are the best ways to achieve it, without degrading much overall performance? Is erlang:trace/3 okay for it? I've heard something about using lttng for Erlang -- is it was I need?</div></div>