I am guessing that waiting on a logswitch is happening during that 15 minute window with not a lot of other activity going on. Therefore, the time spend waiting for a log switch may be high in comparison to other waits going on.
A smaller window will let you see what is happening between log switches. If you got still get high logswitch waits when no logswitch occurs, there is something else going on.
Originally posted by hrishy
I dont have exact number but in the top 5 wait events .
BUT YOU DO! It's all there in the statspack, e.g.:
PHP Code:
Top 5 Wait Events
~~~~~~~~~~~~~~~~~ Wait % Total
Event Waits Time (cs) Wt Time
-------------------------------------------- ------------ ------------ -------
db file sequential read 9,747 7,168 45.34
control file parallel write 1,250 2,012 12.73
file open 441 1,379 8.72
enqueue 24 946 5.98
log file sync 557 715 4.52
-------------------------------------------------------------
Wait Events for DB: PROD Instance: prod Snaps: 992 -993
-> cs - centisecond - 100th of a second
-> ms - millisecond - 1000th of a second
-> ordered by wait time desc, waits desc (idle events last)
Originally posted by marist89
Therefore, the time spend waiting for a log switch may be high in comparison to other waits going on.
Jeff, I think this could be one of those cases where a ratio (58% of waits are due to X) is misleading. The real question is: how long are my users waiting because of X? Is it milliseconds, seconds, minutes, hours?
Originally posted by DaPi Jeff, I think this could be one of those cases where a ratio (58% of waits are due to X) is misleading. The real question is: how long are my users waiting because of X? Is it milliseconds, seconds, minutes, hours?
Hi Hrishy, Yet another GUI that stops you seeing the truth! If your "customisers" can't show you the TIME waited, it's time to send in Mr.Hanky (or Donald von Rumsfeld).
Originally posted by DaPi Hi Hrishy, Yet another GUI that stops you seeing the truth! If your "customisers" can't show you the TIME waited, it's time to send in Mr.Hanky (or Donald von Rumsfeld).
Bookmarks