Replies: 1 comment 2 replies
-
Cryostat will only pull the data periodically if you have created an Automated Rule to do so. Or, if you are using the Agent, then there is the Harvester feature where it will push the data to Cryostat periodically. If you simply start a recording manually then that data will never be pulled out of the target JVM until you click the "archive" button. The actual footprint of the recording within the target JVM is whatever (usually quite small) CPU overhead there is for the JVM to capture the events, and whatever memory is taken up by the JFR events in the JVM's memory buffers. The JVM will flush these buffers to disk so long as the "to disk" recording option is enabled (which is on by default), however if your container is configured so that the default write location is in tmpfs or some other volatile medium then this may actually end up still taking memory allocation from the container. |
Beta Was this translation helpful? Give feedback.
-
hi, in the section https://cryostat.io/guides/#archive-a-recording I see the following statement
what is the actual footprint of active recording? I mean, in case when I have continous profiling enabled, does cryostat is pulling the data within some period etc ?
Beta Was this translation helpful? Give feedback.
All reactions