System Resource Monitor for Windows

A GUI used to monitor and record the system resources(memory, CPU usage)

You are now following this Submission

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 (2026). System Resource Monitor for Windows (https://www.mathworks.com/matlabcentral/fileexchange/27883-system-resource-monitor-for-windows), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: System Information Class for Windows

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0