Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 cacti 安装中,报告 mysql 排序的图表的值是kiloRows。这个值是什么意思?我似乎在任何地方都找不到任何东西。
查看源代码后,原来 cacti 正在获取 mysql SORT_ROWS 变量,然后除以 1024。