I am trying to instrument a large application to monitor for possible memory leaks in the current or future versions.
I am using a similar approach to ...\Labview 8.2\Examples\memmon.llb\Memory Monitor.vi. One problem is that the VI Server property VI.Metric.DataSize does not seem to be available if the VI is running (or waiting to run). The property node returns error 1000, VI not is a . Is there any other way to programmatically get detailed memory statistics for each VI? Why is this information available in the profiler and in the VI Properties->Memory Usage window but not in a property node?
It would also be great to get a list of all active queues and notifiers on the system, but I suspect this is not available anywhere. If anyone has good ideas about this, it would be great.
Thanks,
Jason Dunham