QlikView script resources

My previous post was about little tool which is capable to show and export CPU and RAM usage of a specific Windows process. I’ve used this tool to grab resource usage of QlikView during reload. Combining the exported csv file and QlikView log file I was able to build qvw file that shows resources per script part. So I was able to see which script part(s) grab the most of resources and try to optimize it. ...

October 30, 2013 · 1 min · 204 words

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) ...

October 28, 2013 · 1 min · 201 words