大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全家桶1年46,售后保障稳定
set timing on serveroutput on
declare
v_max_iops BINARY_INTEGER;
v_max_mbps BINARY_INTEGER;
v_act_lat BINARY_INTEGER;
begin
dbms_resource_manager.CALIBRATE_IO(num_physical_disks => 1,
max_latency => 10,
max_iops => v_max_iops,
max_mbps => v_max_mbps,
actual_latency => v_act_lat);
dbms_output.put_line(‘max iops : ‘ || v_max_iops);
dbms_output.put_line(‘max mbps : ‘ || v_max_mbps);
dbms_output.put_line(‘actual latency : ‘ || v_act_lat);
end;
/
max iops : 53669
max mbps : 747
actual latency : 9
iostat -xm fioa 1
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
fioa 0.00 0.00 53123.00 3.00 415.05 0.04 16.00 157.39 2.96 0.02 100.10
avg-cpu: %user %nice %system %iowait %steal %idle
7.87 0.00 11.31 49.91 0.00 30.92
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
fioa 0.00 0.00 6663.00 0.00 761.75 0.00 234.14 25.88 3.89 0.15 100.10
avg-cpu: %user %nice %system %iowait %steal %idle
0.62 0.00 2.49 10.85 0.00 86.03
Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await svctm %util
fioa 0.00 0.00 6659.00 3.00 760.62 0.04 233.84 26.19 3.93 0.15 100.10
ORACLE的等待事件
20 10129 Disk file I/O Calibration 1 0 0 451
244 10127 Disk file I/O Calibration 1 0 0 451
36 10101 Disk file I/O Calibration 1 0 0 452
52 10103 Disk file I/O Calibration 1 0 0 452
66 10105 Disk file I/O Calibration 1 0 0 452
81 10107 Disk file I/O Calibration 1 0 0 452
100 10109 Disk file I/O Calibration 1 0 0 452
116 10111 Disk file I/O Calibration 1 0 0 452
131 10113 Disk file I/O Calibration 1 0 0 452
148 10115 Disk file I/O Calibration 1 0 0 452
162 10099 Disk file I/O Calibration 1 0 0 452
163 10117 Disk file I/O Calibration 1 0 0 452
180 10119 Disk file I/O Calibration 1 0 0 452
195 10121 Disk file I/O Calibration 1 0 0 452
211 10123 Disk file I/O Calibration 1 0 0 452
228 10125 Disk file I/O Calibration 1 0 0 452
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/235001.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...