Oracle IO校準特性
[oracle@db01 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Thu Apr 26 15:53:43 2018
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> set serveroutput on;
SQL> DECLARE
lat INTEGER;
iops INTEGER;
mbps INTEGER;
BEGIN
-- DBMS_RESOURCE_MANAGER.CALIBRATE_IO (disk_count,max_latency , iops, mbps, lat);
DBMS_RESOURCE_MANAGER.CALIBRATE_IO (1, 15, iops, mbps, lat);
DBMS_OUTPUT.PUT_LINE 2 3 4 5 6 7 8 9 ('max_iops = ' || iops);
DBMS_OUTPUT.PUT_LINE ('latency = ' || lat);
dbms_output.put_line('max_mbps = ' || mbps);
end; 10 11 12
13 /
max_iops = 140
latency = 13
max_mbps = 62
PL/SQL procedure successfully completed.
SQL*Plus: Release 11.2.0.4.0 Production on Thu Apr 26 15:53:43 2018
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> set serveroutput on;
SQL> DECLARE
lat INTEGER;
iops INTEGER;
mbps INTEGER;
BEGIN
-- DBMS_RESOURCE_MANAGER.CALIBRATE_IO (disk_count,max_latency , iops, mbps, lat);
DBMS_RESOURCE_MANAGER.CALIBRATE_IO (1, 15, iops, mbps, lat);
DBMS_OUTPUT.PUT_LINE 2 3 4 5 6 7 8 9 ('max_iops = ' || iops);
DBMS_OUTPUT.PUT_LINE ('latency = ' || lat);
dbms_output.put_line('max_mbps = ' || mbps);
end; 10 11 12
13 /
max_iops = 140
latency = 13
max_mbps = 62
PL/SQL procedure successfully completed.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2153396/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 常用標準io
- 標準io和系統io的辨析
- Oracle特性總結Oracle
- Google IO/19 - Kotlin 1.3,更多新特性GoKotlin
- 標準IO常用函式介面函式
- Oracle的特性分頁Oracle
- ORACLE資料校驗文件Oracle
- 用Python校準本地時間Python
- 標準IO和系統IO的相關知識積累
- 元件引數校驗與非props特性元件
- 【OMF】使用Oracle的OMF 特性Oracle
- 聊一聊評分模型校準模型
- xScope for mac精確度量校準工具Mac
- Oracle 12c新特性--ASMFD(ASM Filter Driver)特性OracleASMFilter
- win10觸控板如何校準_windows10怎樣校準觸控式螢幕Win10Windows
- Linux程式設計學習筆記 | Linux IO學習[2] – 標準IOLinux程式設計筆記
- win10時間不準怎樣自動校準時間_win10自動校準時間的步驟Win10
- .NET中特性+反射 實現資料校驗反射
- 一次ORACLE IO效能診斷案例Oracle
- Oracle merge 與 PG新特性 UPSERTOracle
- Oracle時間資訊特性(轉)Oracle
- oracle 10G特性之awrOracle 10g
- 如何準備校招技術面試面試
- oCPC中轉化率模型與校準模型
- 使用ORACLE ASMFD配置ORACLE儲存標準化OracleASM
- Oracle DB 資料準備Oracle
- oracle非同步IO之filesystemio_options引數Oracle非同步
- Sqoop從Oracle抽數錯:IO Error: Connection resetOOPOracleError
- Oracle 12C新特性-History命令Oracle
- 2.8.1.3 Oracle特性資料庫服務Oracle資料庫
- Oracle 12C新特性In-MemoryOracle
- Oracle 12c 兩個新特性Oracle
- 1 Oracle Database 19c 新特性OracleDatabase
- Mac 的顯示器校準:BetterDisplay Pro for MacMac
- AI校園來了,你準備好了嗎?AI
- 學校人臉識別應用6大核心特性
- win10搖桿設定校準怎麼操作 win10校準和設定遊戲手柄設定方法Win10遊戲
- 【TUNE_ORACLE】等待事件之IO等待“read by other session”Oracle事件Session