441 Star 2.1K Fork 689

GVPSkyWalking / skywalking

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
slow-db-statement.md 797 Bytes
一键复制 编辑 原始数据 按行查看 历史

Slow Database Statement

Slow Database statements are crucial for you to identify bottlenecks of a system which relies on databases.

Slow DB statements are based on sampling. Right now, the core samples are the top 50 slowest every 10 minutes. Note that the duration of these statements must be slower than the threshold.

Here's the format of the settings (in milliseconds):

database-type:thresholdValue,database-type2:thresholdValue2

The default settings are default:200,mongodb:100. Reserved DB type is default, which is the default threshold for all database types, unless set explicitly.

Note: The threshold should not be set too small, like 1ms. Although it works in theory, OAP performance issues may arise if your system statement access time is usually more than 1ms.

Java
1
https://gitee.com/OpenSkywalking/sky-walking.git
git@gitee.com:OpenSkywalking/sky-walking.git
OpenSkywalking
sky-walking
skywalking
master

搜索帮助