莫名奇妙的慢 gc cr block lost-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3502661
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2023-01-17 16:51:29

方法论是什么

awr

占比较高,应该是异常

参数设置没有问题

检查统计数据

明显节点2多。

  1. netstat -p udp
  2. no -a|grep udp
  3. receive_space=655360
  4. send_space=65536

  5. sho parameter multib
  6. netstat -s | grep "packet reassembles failed"|awk '{print $1}'

  7. 'netstat -s''netstat -su',并根据具体平台查看 "udpinoverflowsudpinoverflows", "packet receive errors", "fragments dropped""outgoing packet drop" 信息

  8. set lin 120
    select to_char(sysdate,'yyyy-mm-dd') riqi, a.inst_id "instance", a.value "gc blocks lost",
     b.value "gc cur blocks served",
     c.value "gc cr blocks served",
     round(a.value/(b.value c.value 0.01),1) ratio
     from gv$sysstat a, gv$sysstat b, gv$sysstat c
     where a.name='gc blocks lost' and
     b.name='gc current blocks served' and
     c.name='gc cr blocks served' and
     b.inst_id=a.inst_id and  c.inst_id = a.inst_id
     order by 2;


    select inst_id, event, total_waits,time_waited 
    from gv$system_event 
    where event in ('gc current block lost','gc cr block lost')
    order by inst_id, total_waits desc;


参考:http://blog.chinaunix.net/uid-20687159-id-5861931.html 超乎
阅读(464) | 评论(0) | 转发(0) |
0

上一篇:awr 空空如也的io stat

下一篇:垃圾 ora-29430

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图