zoukankan      html  css  js  c++  java
  • Redo Log

    SQL> select name,value from v$sysstat where name like '%redo%';
    
    NAME                                                                  VALUE
    ---------------------------------------------------------------- ----------
    redo synch writes                                                     40988
    redo synch time                                                       75470
    redo blocks read for recovery                                             0
    redo k-bytes read for recovery                                            0
    redo k-bytes read for terminal recovery                                   0
    redo entries                                                        6246582
    --日志信息大小
    redo size                                                        2355125180
    redo entries for lost write detection                                     0
    redo size for lost write detection                                        0
    redo size for direct writes                                        70483820
    redo buffer allocation retries                                          110
    
    NAME                                                                  VALUE
    ---------------------------------------------------------------- ----------
    --日志空间浪费
    redo wastage                                                       26642760
    redo writes                                                          107565
    redo blocks written                                                 4807728
    redo write time                                                      159804
    redo blocks checksummed by FG (exclusive)                           1160961
    redo blocks checksummed by LGWR                                           0
    redo log space requests                                                 786
    redo log space wait time                                               7025
    redo ordering marks                                                  132714
    redo subscn max counts                                               224140
    redo write broadcast ack time                                             0
    
    NAME                                                                  VALUE
    ---------------------------------------------------------------- ----------
    redo write broadcast ack count                                            0
    redo k-bytes read total                                             2527839
    redo k-bytes read (memory)                                                0
    redo k-bytes read total by LNS                                            0
    redo k-bytes read (memory) by LNS                                         0
    
    27 rows selected.
  • 相关阅读:
    jar命令打jar包
    kafka的一些参数
    fastdfs-nginx-module-master的一些奇怪的特点
    nginx 禁止恶意域名解析
    tcpdump抓包vrrp
    gitlab提交代码
    [Data]Segment Tree
    [Data]FHQ treap
    [Data]带修改的主席树[树状数组套主席树]
    [Data]可持久化线段树-主席树
  • 原文地址:https://www.cnblogs.com/arcer/p/3129050.html
Copyright © 2011-2022 走看看