cnfsstat question
Mirek Luc
mirecki at nask.pl
Thu Jun 21 12:28:15 UTC 2001
On 20 Jun 2001, Bettina Fink wrote:
> I see a different behaviour of "cnfsstat" on two of my boxes
> running INN 2.3.3 snapshots for the buffers in use.
> Box 1:
> Buffer TWO, size: 100 MBytes, position: 82.4 MBytes 78.82 cycles
> "cycles" is given as a "fraction" (78.82 cycles).
> Box 2:
> Buffer T0, size: 500 MBytes, position: 359 MBytes 12.00 cycles
> "cycles" is given as a "whole number" (12.00 cycles).
> Any idea what causes the different output of "cnfsstat"?
I guess box 2 uses Perl < 5.6.1. The Math::BigInt Perl module (cnfsstat
uses it) has been changed in 5.6.1. The previous versions replaced "/"
operator with div of integers for bigint objects. Or I'm wrong...:)
-Mirek
More information about the inn-workers
mailing list