LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring your PC RAM percentage of use in LabVIEW

Solved!
Go to solution

Does anybody knows how to monitor RAM % of use in a LabVIEW App,

I tried getting the CPU % of use, very similar like CPU% as below

https://forums.ni.com/t5/Example-Code/Performance-Monitor-Using-LabVIEW/ta-p/3501988

but I'm missing the RAM percentage of use, Has anybody done something for the RAM % monitoring?

 

Thanks

CLA, CTA
0 Kudos
Message 1 of 4
(60 Views)
Solution
Accepted by topic author LFBaute
Message 2 of 4
(35 Views)

@Andrey_Dmitriev wrote:

Get Memory Status:

 

GetMem.png

?


My biggest issue with the native memory function in LabVIEW is that it doesn't seem to agree with the values from the Task Manager in Windows. Do you know why there is a discrepancy? I typically use a .NET method(shown below), but don't really like it as the first call is really slow. Is there a way to reconcile the native function and task manger?

Thanks

snip.png

0 Kudos
Message 3 of 4
(21 Views)

lll give it a try to the 2nd .NET option, and check where the difference is, thanks

CLA, CTA
0 Kudos
Message 4 of 4
(8 Views)