Running your application on virtual machines is now a thing in the past and by now most organizations have either already switched to container-based environments to run their applications or are planning to switch to a containerized environment. This article will attempt to give some insight onto how the Java memory-based aspects should change when one is planning to move their Java application to containers.
Tag: memory
Shell Script to Continuously Monitor CPU Usage and Memory Usage of a Process and write output to CSV file
Hi all, recently I had to do some performance tests at work at AdroitLogic and I wanted to monitor CPU usage and memory usage of a process continuously and get that output to a file so that I can use them to analyze more later with graphs and stuff. So I came up with two … Continue reading Shell Script to Continuously Monitor CPU Usage and Memory Usage of a Process and write output to CSV file