Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Introduction of command line monitoring tools of MyCAT

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Introduction of MyCAT Command Line Monitoring tool

(1)。 Check the operation of the system

Mysql > show @ @ server

(2)。 View ThreadPool information

Mysql > show @ @ threadpool

(3)。 View front-end connection information

Mysql > show @ @ connection

(4)。 View backend connection (pooling) information:

Mysql > show @ @ backend

(5)。 Check to see if the heartbeat is normal

Mysql > show @ @ heartbeat

(6)。 View NIO Reactor information

Mysql > show @ @ processor

Note: NIOReactor is a class in NIO that specifically implements selector. When an event of interest occurs, it notifies the last logic for specific processing. Therefore, the number of data in NIOReactor is equal to the number of specific event handlers.

If the configuration of the system allows, you should increase the number of NIOReactor as much as possible. The default value is the number of system cores. Since writes are written directly by other threads when the channel is idle, write events are registered only when the write is busy and then distributed by the NIOReactor. So NIOReactor mainly deals with read operations.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report