Skip to main content
Common Reference

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:

OptionDescriptionProduct
--all
Aliases: -a
Display disconnected users.
Default: false
CTTR
--debug
Aliases: -d
Debug mode is VERY chatty, avoid it unless you really need it. Implies --verbose.CTTR
--filter
Aliases: -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, InfoCTTR
--grep
Aliases: -g
Filter by regex on entire line, case insensitive only.CTTR
--help
Aliases: -h
Show help text.CTTR
--manager
Aliases: -m
Specify maanager host for cctrl to poll.
Default: localhost
CTTR
--port
Aliases: -p
Provide the connector port number.
Default: 3306
CTTR
--verbose
Aliases: -v
CTTR