Hi,
I am monitoring the memory when my Vi is running. When my VI is running, I store some data to a database in order to see afterwards the memory progress of my VI during its execution. Well, the data I need to store is:
- Total physical memory
- Available physical memory
- Total Kernel memory
- And the memory that consumes my VI as a process in task manager.
I need to know all this data in run-time from my LabVIEW VI. Then, in run time from my LabVIEW VI and programatically, how can I know all this data? Which blocks do I need to use?
I use LV 7.0 Express.
Thanks,
ToNi.