System Resource Monitor for Windows

A GUI used to monitor and record the system resources(memory, CPU usage)
1.1K Downloads
Updated 11 Jun 2010

View License

This is a GUI wrapper for my "System Information Class for Windows". This one keeps running and record your machine resources(memory in DB, and CPU usage in %) used by the current MATLAB.

You may use this GUI to verify the memory allocation of MATLAB.

for example
data = zeros(1e7, 1); % increase memory usage
data = zeros(1e7, 1); % NO memory usage change
data = data * 2; % NO memory usage change
data2 = data * 2; % increase memory usage

to see the CPU usage change, try for loops :-)

Cite As

Xin Zhao (2024). System Resource Monitor for Windows (https://www.mathworks.com/matlabcentral/fileexchange/27883-system-resource-monitor-for-windows), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: System Information Class for Windows

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0