Skip to content

Commit 934c8bf

Browse files
committed
no xtics on x2 in ash graph
1 parent 2b12fba commit 934c8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/oltpplot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ replot
596596
END
597597
gnuplot -persist $resultsdir$subdir${runnumber}/pga.plot
598598

599-
# buffer cache plot
599+
# buffer cache, shared pool and pga
600600
cat >> $resultsdir$subdir${runnumber}/memory.plot <<END
601601
set title "$runnumberintitle Database memory (GiB) $titletext"
602602
set logscale y
@@ -911,7 +911,7 @@ cat >> $resultsdir$subdir${runnumber}/ash.plot << END
911911
set x2tics nomirror
912912
set timefmt "%Y.%m.%d:%H:%M:%S"
913913
set format x2 $x2format
914-
set xtics $xtics
914+
set xtics $xtics nomirror
915915
set terminal png size imgwidth,480
916916
set output "$awrdirectory$subdir$runnumber/${runnumber}_ash.png"
917917
END

0 commit comments

Comments
 (0)