ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting CPU usage,Memory usage and disk usage in LabVIEW

In my client server Application i want to send client profle to server i need to log following data

1. Memory usage
2. CPU Usage
3. Disk Usage
4 CPU time
5 VI Level Time and Memory Usage

can anybody please explain me how i can get this data in LabVIEW

Tushar Jambhekar
tushar@jambhekar.com

Jambhekar Automation Solutions
LabVIEW Consultancy, LabVIEW Training
Rent a LabVIEW Developer, My Blog

0 Kudos
Message 1 of 2
(4,369 Views)
If you are running LabVIEW 7.1, look into LabVIEW 7.1\examples\com\dotnet\SimpleTaskMonitor.llb VI. I think this is probably the easiest way for you to get things work without writing a lot of C++ wrapper code for LabVIEW.

Now you do need to install .NET Framework (free download from Microsoft website) on your machine to make this VI run.

Hope that helps.
A rafiq
0 Kudos
Message 2 of 2
(4,335 Views)