Hi,
very sorry to bug you, but I don't know how to solve this.
I have a test on a folder and it alerts me when it grows to more then 5 TB.
If I tune up like this: ['%SuggestedReply%' div (1024*1024*1024*1024)] TB
it gives me 5 TB instead of 5.84 TB.
Is there an option to select decimal precision?
what am I doing wrong?
Thank you for your time.
Tune up Reply (bytes to TB)
-
- Posts: 229
- Joined: Tue Jun 20, 2006 1:20 pm
- Location: Montreal, Quebec
-
- Posts: 229
- Joined: Tue Jun 20, 2006 1:20 pm
- Location: Montreal, Quebec
Thank you for the quick response.
Yes I use "Folder/File Size"
It is not really a problem to read GB instead of TB but I would prefer to have the real TB numbers.
This number is meant to be mailed to a group of people and to non-technical people, 5.84 TB represents a bigger number then 5980 GB which represents a big number of they-don't-know-what, see my point?
It was just to get the smallest significant number, like when we started to calculate GB instead of MB.
but if it is impossible, it's ok, I will live with it.
Thank you Alex.
Yes I use "Folder/File Size"
It is not really a problem to read GB instead of TB but I would prefer to have the real TB numbers.
This number is meant to be mailed to a group of people and to non-technical people, 5.84 TB represents a bigger number then 5980 GB which represents a big number of they-don't-know-what, see my point?
It was just to get the smallest significant number, like when we started to calculate GB instead of MB.
but if it is impossible, it's ok, I will live with it.
Thank you Alex.
H'm.. you may use mod operation as well but result may look like 5.84095746 TB
Also, Log Analyzer does not expect real numbers from this kind of test (I think it will work fine but I am not 100% sure) and if you are using ODBC logging and your own scripts for some reports, you may need to check database format and scripts as well...
If you add line "SizeUnitThreshold=1" into" [Misc]" section of "hostmon.ini" file and restart HostMonitor, monitor will display '5 TB' instead of '5980 GB' however it will use integer number anyway.
Regards
Alex
Also, Log Analyzer does not expect real numbers from this kind of test (I think it will work fine but I am not 100% sure) and if you are using ODBC logging and your own scripts for some reports, you may need to check database format and scripts as well...
There is undocumented" option: SizeUnitThreshold. It defines threshould for units (KB->MB->GB). E.g. default value for this parameter 9, it means HostMonitor changes unit to Mb when size > 9MB, changes unit to TB when size > 9TB, etc.It was just to get the smallest significant number, like when we started to calculate GB instead of MB.
If you add line "SizeUnitThreshold=1" into" [Misc]" section of "hostmon.ini" file and restart HostMonitor, monitor will display '5 TB' instead of '5980 GB' however it will use integer number anyway.
Regards
Alex
-
- Posts: 229
- Joined: Tue Jun 20, 2006 1:20 pm
- Location: Montreal, Quebec
Sorry, not in current versionCan I use MOD and to get only 2 numbers

May be we can add some option in future
Regards
Alex
Last edited by KS-Soft on Wed Apr 22, 2009 7:11 am, edited 2 times in total.
-
- Posts: 229
- Joined: Tue Jun 20, 2006 1:20 pm
- Location: Montreal, Quebec