摘要:
/* MySQL */ select * from information_schema.PROCESSLIST p ; select * from information_schema.INNODB_TRX it ; --未提交的事务 select * from performance_schem 阅读全文
posted @ 2021-12-31 14:16 江城2211 阅读(436) 评论(0) 推荐(0)
|
|||
|
摘要:
/* MySQL */ select * from information_schema.PROCESSLIST p ; select * from information_schema.INNODB_TRX it ; --未提交的事务 select * from performance_schem 阅读全文
posted @ 2021-12-31 14:16 江城2211 阅读(436) 评论(0) 推荐(0)
摘要:
JProfiler是分析java单点性能和内存问题的利器,查阅跟踪远程jvm的资料时,网上充斥着在服务端一通操作配置的内容。其实直接通过SSH连接方式,可以直接监控,初次使用时需要从外网下载一些agent libraries并自动上传服务器,联网下载后直接配置跟踪即可,在此简单记录备忘。 阅读全文
posted @ 2021-12-31 11:21 江城2211 阅读(1345) 评论(0) 推荐(0) |
|||