摘要: 性能工具-perf 阅读全文
posted @ 2015-04-28 19:35 Lawrence.Lau 阅读(151) 评论(0) 推荐(0) 编辑
摘要: xx 阅读全文
posted @ 2015-04-28 19:35 Lawrence.Lau 阅读(116) 评论(0) 推荐(0) 编辑
摘要: CPU: grof oprofile perf vtune google_pertools内存: vmstat free磁盘: iostat iotop网络: netperf 阅读全文
posted @ 2015-04-28 19:35 Lawrence.Lau 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1. sourceforge搜索iperf下载2. ./configure make make install3. server:iperf -s -p 12345 -i 1 -M; client:iperf -c 193.168.168.71 -p 12345 -i 1 -t 10 -w 20K... 阅读全文
posted @ 2015-04-28 19:35 Lawrence.Lau 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 性能工具--vtune 阅读全文
posted @ 2015-04-28 19:34 Lawrence.Lau 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Oracle awr和ash1. 10g之前用户的连接将产生会话,当前会话记录保存在v$session中;处于等待状态的会话会被复制一份放在v$session_wait中。当该连接断开后,其原来的连接信息在v$session和v$session_wait中就会被删除。这是10g之前的状况。2. v$... 阅读全文
posted @ 2015-04-28 14:32 Lawrence.Lau 阅读(259) 评论(0) 推荐(0) 编辑