Cluster How to find all sessions/process

What is equivalent of gv$ views in oracle to mysql in cluster environment. I want to know all connections in my cluster like show processlist but don’t want to run all nodes to find out. What’s command to find out these global information across all nodes in cluster ?

try
SHOW GLOBAL STATUS LIKE ‘wsrep_%’;