Xymon Mailing List Archive search

Windows memory trending

list Thomas Pedersen
Wed, 20 Jul 2005 15:48:11 +0200
Message-Id: <user-90bffd6ae114@xymon.invalid>

In the 4.0.5RC1 I get overflow errors (Host birn05-apps2 cpu report overflows in memory usage calculation) for windows cpu reports like

Memory Statistics

Total Physical memory:          2415353856 bytes (2.25GB)

Available Physical memory:       966356992 bytes (922.00MB)

Total PageFile size:            4294967295 bytes (4.00GB)

Available PageFile size:        3075772416 bytes (2.87GB)

Total Virtual memory size:      2147352576 bytes (2.00GB)

Available Virtual memory size:  2117836800 bytes (1.97GB)





Henrik Stoerner skrev:
On Tue, Jul 19, 2005 at 10:43:44PM +0200, Henrik Stoerner wrote:

  
Thanks, testing this clearly shows that it overflows the "unsigned long"

calculations being done by Hobbit. The attached patch should solve this,

    

For those not familiar with patching, to apply this you must:



  cd hobbit-4.0.4

  patch -p1 user-095ef1c764a2@xymon.invalid