We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39b4238 + 7b7d011 commit 8219da4Copy full SHA for 8219da4
oltp/parameters.rwl
@@ -2,6 +2,7 @@
2
# Licensed under the Universal Permissive License v 1.0
3
# as shown at https://oss.oracle.com/licenses/upl/
4
5
+# bengsig 23-may-2024 - Fix s24 full scan message
6
# bengsig 26-apr-2024 - gv$osstat
7
# bengsig 3-apr-2024 - Distinguish thread/xtra storm
8
# bengsig 19-mar-2024 - Connection storm
@@ -582,7 +583,7 @@ if show_changed_values then
582
583
else
584
printline "No hard parse injection";
585
end if;
- if s24h_hard_prb > 0.0 then
586
+ if s24h_scan_prb > 0.0 then
587
printf "Full scan %.1f%% first interval %.0fs-%.0fs then every %.0fs (stddev %.2f); marked blue\n"
588
, 100*s24h_scan_prb
589
, s24h_scan_beg+(s24h_scan_skp*s24h_scan_avg)
0 commit comments