Tagged Questions

1
vote
2answers
172 views

How to compare application memory usage on Linux and Windows?

I'm trying to compare memory utilization of an application running under Linux and Windows on the same PC. Is there a "quick and dirty" way to normalize readings from Windows task manager and Linux ...
0
votes
1answer
41 views

JavaScript setTimeout and Chrome memory utilization

I am facing a problem with javascript and browser (Chrome) memory utilization. There is timer (setTimeout) in my script, which is check location from browser. I have noticed that there is gradual ...
0
votes
3answers
86 views

In need of a Linux memory-utilization tool

I'm working on a thesis right now where I have to measure the usage and power consumption of VM's. To do so, I create a VM, then log into it and start a lookbusy process which utilizes the allocated ...