本文主要给大家介绍mysql性能命令解析,希望可以给大家补充和更新些知识,如有其它问题需要了解的可以持续在创新互联行业资讯里面关注我的更新文章的。
创新互联建站专注于南康企业网站建设,成都响应式网站建设,商城网站建设。南康网站建设公司,为南康等地区提供建站服务。全流程按需搭建网站,专业设计,全程项目跟踪,创新互联建站专业和态度为您提供的服务mysql性能命令:
列出所有用户的当前连接:
> show processlist; (只显示前100行)
> show full processlist; (显示所有连接)
查看所有mysql信息:
> show status;
查看正在使用延迟插入处理器线程的数量:
> show status like '%Delayed_insert_threads%';
同时使用的连接的大数量:
> show status like '%max_used_connections%';
打开表的数量:
> show status like '%open_tables%';
在队列中等待写入行的数量:
> show status like '%not_flushed_delayed_rows%';
已经打开表的数量:
> show status like '%opened_tables%';
发往云服务器查询的数量:
> show status like '%questions%'
超过long_query_time时间的查询数量:
> show status like '%slow_queries%';
当前打开的连接数量:
> show status like '%threads_connected%';
不在睡眠的线程数量:
> show status like '%threads_running%';
服务器工作了多少秒:
> show status like '%uptime%';
查看表级锁争用情况(数值越大说明表级锁争用越严重):
> show status like '%table_locks_waited%';
当前正在等待锁定的数量:
> show status like '%innodb_row_lock_current_waits%';
看了以上关于mysql性能命令解析,希望能给大家在实际运用中带来一定的帮助。本文由于篇幅有限,难免会有不足和需要补充的地方,如有需要更加专业的解答,可在官网联系我们的24小时售前售后,随时帮您解答问题的。
另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。