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.
1 parent 2b12fba commit 934c8bfCopy full SHA for 934c8bf
bin/oltpplot
@@ -596,7 +596,7 @@ replot
596
END
597
gnuplot -persist $resultsdir$subdir${runnumber}/pga.plot
598
599
-# buffer cache plot
+# buffer cache, shared pool and pga
600
cat >> $resultsdir$subdir${runnumber}/memory.plot <<END
601
set title "$runnumberintitle Database memory (GiB) $titletext"
602
set logscale y
@@ -911,7 +911,7 @@ cat >> $resultsdir$subdir${runnumber}/ash.plot << END
911
set x2tics nomirror
912
set timefmt "%Y.%m.%d:%H:%M:%S"
913
set format x2 $x2format
914
- set xtics $xtics
+ set xtics $xtics nomirror
915
set terminal png size imgwidth,480
916
set output "$awrdirectory$subdir$runnumber/${runnumber}_ash.png"
917
0 commit comments