Question
3
Replies
69
Views
Air France
Posted: April 17, 2018
Last activity: April 27, 2018
Closed
Solved
Negative values in PAL reading
Hello,
While doing some performance analysis with PAL, I'm getting some negative values in PAL readings (see capture).
You can please help me to understand if this is the expected behaviour or if there is something wrong in my measures.
Thanks for your help
Hi,
It is 100% the cause of the issue. The performance gadget keeps a copy of the last set of PAL stats in memory on the client machine in IE. When we passivate a requestor we persist PAL to perf-stats, serialize/passivate the requestor and remove the requestor from the server completely. When the requestor is activated it starts with new PAL. When the performance gadget requests the PAL it tries to delta the old copy vs. the new and you get negative numbers. The best any bug fix could do here is give you all 0's after passivation, but even that would be a low priority change because this use pattern should never happen.