periodic memory snapshot

Questions about YourKit Java Profiler
Post Reply
erik
Posts: 1
Joined: Tue Jun 28, 2005 3:03 pm

periodic memory snapshot

Post by erik »

Hey

Maybe this already exists, but if not - how about the abiilty to periodically take a memory snapshot, ie - for every 15 minutes, something like

java -Xrunyjpagent:memory=15

It'd be nice for when profiling processes within DMZs and behind firewalls.

Erik
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Currently it's not possible, but you can easily implement this with help of profiler API. Please take a look at bundled samples.
Post Reply