Hi
I am wanting to create a report which will show how much space is used by a LASR library plus the limit allocated to it (if it has a limit imposed). I have successfully found the amount used by the tables in the dataset _T_LASRMEMORY but I am also wanting to show what the limit is, so we can see what capacity is left. Neither the _T_LASRMEMORY or _T_TABLEMEMORY tables show the limit.
I know you can see the limit in VA Administrator via the LASR Servers Administrator tab and the Tables Limit column, plus also via Management Console in the extended attributes VA.MaxTotalMemoryForTables but how can I get this programatically? I know I could maintain the value in a table, but I'd rather I didn't have that maintenance to worry about when the limit is changed.
Alternatively, if I could get a report saying the capacity has been reached that would be sufficient. The status shows if over capacity in VA Adminstrator but I'm unsure how to get this status myself. I am using the macro %LASRSERVERRUNNING to see if a LASR server is started or stopped but it doesn't include over capacity.
thanks
Tammy
... View more