MySQL Cluster Manager 9.5 User Manual / ... / MySQL Cluster Manager Client Commands / MySQL Cluster Manager Process Commands / The list processes Command
list processescluster_name This command displays all processes making up a given cluster. The following example demonstrates how to list all processes that are part of the cluster namedmycluster:
mcm> list processes mycluster;+--------+----------+----------+| NodeId | Name | Host |+--------+----------+----------+| 49 | ndb_mgmd | flundra || 1 | ndbd | tonfisk || 2 | ndbd | grindval || 50 | mysqld | haj || 51 | mysqld | torsk || 52 | ndbapi | * |+--------+----------+----------+6 rows in set (0.03 sec) Thecluster_name argument is required. If this argument is omitted, the command fails with an error, as shown here:
mcm> list processes;ERROR 6 (00MGR): Illegal number of operands