Hi,
I want to write a Python-Program for monitoring the PTC Integrity server. Since i haven't found a way to read the gc.out file directly
I settled for using <im diag --diag=metrics --target=server> but I am a little confused regrading the returned information. For each part of the
Heap there is a "current" and "peak" value: is this current in use/ currently available and is peak the total storage or the peak of the
used storage in the past? I am also interested in knowing if the multiple values for the "average response time" were taken
just for this command/result or were they collected over a longer period and so only the last value gives information about the
current state?
I hope that someone has already some experience with this kind of output and can help. Thanks!!