提交 e104af92 编写于 作者: G Ganlin Zhao

[TD-10676]<fix>:log database io_read/io_write value abnormal

上级 25f695cb
......@@ -325,6 +325,9 @@ static int32_t monBuildIoSql(char *sql) {
monDebug("failed to get io info");
}
readKB = readKB/tsMonitorInterval;
writeKB = writeKB/tsMonitorInterval;
return sprintf(sql, ", %f, %f", readKB, writeKB);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册