摘要: 凡是指标相关的,先清空相关干扰条件,然后点击确认,比如加载性能里的列表页面,要查慢加载次数这个指标 这个时候去这个数据库 写SQL语句 select * from query_log ql where ql.user_name = 'sheng.yu-n@msxf.com' and exec_tim 阅读全文
posted @ 2025-01-20 17:56 四念处 阅读(40) 评论(0) 推荐(0)
摘要: SELECT count(`view_name`) `count`, `view_name` FROM `rum_view` WHERE (start_time >= '2024-12-22 00:00:00' and start_time <= '2025-01-20 23:59:59' ) an 阅读全文
posted @ 2025-01-20 15:07 四念处 阅读(9) 评论(0) 推荐(0)