The tungsten_show_processlist Command
Applies to: Tungsten Clustering for MySQL
Version availability
Available in 6.1.14 and later.
The tungsten_show_processlist command is a read-only script which will show the output from
tungsten show processlist on all available Connectors.
This requires the mysql command-line client and a running manager for cctrl to poll.
Usage
tungsten_show_processlist [option]
Where:
| Option | Description | Product |
|---|---|---|
--allAliases: -a | Display disconnected users. Default: false | CTTR |
--debugAliases: -d | Debug mode is VERY chatty, avoid it unless you really need it. Implies --verbose. | CTTR |
--filterAliases: -f | Specify field/regex pairs as field=regex separated by pipe symbols, like this: --filter 'User=app_user|db=db7.*'Available Fields: connector, DataSource, Id, User, Host, db, Command, Time, State, Info | CTTR |
--grepAliases: -g | Filter by regex on entire line, case insensitive only. | CTTR |
--helpAliases: -h | Show help text. | CTTR |
--managerAliases: -m | Specify maanager host for cctrl to poll.Default: localhost | CTTR |
--portAliases: -p | Provide the connector port number. Default: 3306 | CTTR |
--verboseAliases: -v | CTTR |