ADSM-L

Re: DB buffer question

2001-04-30 14:22:02
Subject: Re: DB buffer question
From: Richard Sims <rbs AT BU DOT EDU>
Date: Mon, 30 Apr 2001 14:22:49 -0400
>What does 'Total Buffer Requests' mean if it is a negative value? And 'Cache
>Hit Pct' is zero?

That's the kind of thing that results from a counter overflow.  Most likely,
your server has been up so long that this has happened.  Programmers should
allocate counters of sufficient capacity to keep this from occurring in
ordinary operations.  Consider doing periodic 'RESet BUFPool's.

  Richard Sims, BU
<Prev in Thread] Current Thread [Next in Thread>