FillDB BufferDir

(imported topic written by SystemAdmin)

Hello All,

I created an analysis to check the folder sizes of the BufferDir on my relays.

sum of sizes of descendants of folder (value “BufferDir” of key “HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\FillDB” of registry as string)

I need some help modifying this so that my result is in megs. Is this possible?

thanks,

Baraq

Console version 8.1.551.0 with DSS-SAM Version 1.3.1.597

(imported comment written by SystemAdmin)

Ok, think I figured this out. If there’s a better way to do this i’m all ears.

q: (((sum of sizes of descendants of it)/1000) as string & " KB") of folder (value “BufferDir” of key “HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\FillDB” of registry as string)

A: 4169 KB

T: 240.504 ms

thanks,

baraq

Console version 8.1.551.0 with DSS-SAM Version 1.3.1.597