Good morning,
I want to monitor how much memory my
java process is using at any given time. Is there a way, within a java process, to determine how much memory is being used by that process?
I could use Windows Task Manager, but we want to start several processes on several boxes and have each process monitor itself.
Is this possible? The main item of interest is how much memory my current process is using.
Thanks,
Curtis