Process CPU/RAM Usage
Recentyl I’ve needed a way to watch CPU and RAM usage of a speciffic Windows process real-time and also to export the result. I’ve made a quich search but finally decided to write it by myself. Here is the image of the final result: The only setting that need to be made is to enter the PID of the monitored process (and press “Start” ofc) The tool will grab CPU/RAM usage of the process each second and will display the results in a grid view and in two basic line charts (one for CPU and one for RAM usage) ...