doc-exports/docs/ddm/umn/ddm_04_0029.html
Hasko, Vladimir a5cc543164 reverting ddm umn to state before last commit in #613
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-01-17 13:06:49 +00:00

1.1 KiB

How Can I Query RDS for MySQL Information by Running Command show full innodb status?

After you connect to a DDM instance through the MySQL client, you can run command show full innodb status to query information about the associated RDS for MySQL instances. The following information can be queried:

  • Current time and duration since the last output.
  • Status of the master thread.
  • SEMAPHORES including event counts and available waiting threads when there is high-concurrency workload. You can use the information to locate performance bottlenecks if any.