Skip to content

Commit 8219da4

Browse files
committed
Merge branch 'bkework' into 'oramain'
Fix full scan message See merge request rwp/rwloadsim!3
2 parents 39b4238 + 7b7d011 commit 8219da4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oltp/parameters.rwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under the Universal Permissive License v 1.0
33
# as shown at https://oss.oracle.com/licenses/upl/
44

5+
# bengsig 23-may-2024 - Fix s24 full scan message
56
# bengsig 26-apr-2024 - gv$osstat
67
# bengsig 3-apr-2024 - Distinguish thread/xtra storm
78
# bengsig 19-mar-2024 - Connection storm
@@ -582,7 +583,7 @@ if show_changed_values then
582583
else
583584
printline "No hard parse injection";
584585
end if;
585-
if s24h_hard_prb > 0.0 then
586+
if s24h_scan_prb > 0.0 then
586587
printf "Full scan %.1f%% first interval %.0fs-%.0fs then every %.0fs (stddev %.2f); marked blue\n"
587588
, 100*s24h_scan_prb
588589
, s24h_scan_beg+(s24h_scan_skp*s24h_scan_avg)

0 commit comments

Comments
 (0)