How Can I Query RDS Information by Running Command show full innodb status?
After connecting to a DDM instance through the MySQL client, you can run command show full innodb status to query information about the associated RDS MySQL DB 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.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.