Hello Everybody:
OpenEdge Ver 10.2b.
Is there anyway to get record read stat just performed on client memory.
from what I understand, VSTs/Promonitor provide CRUD info based on buffer pool and disk access.
so say, if my client pgm is reading a record 10 times (with no-lock and -rereadnolock not enabled) everytime progress will not fetch the same record from buffer pool , right? so the VSTs might show '1' under reads but what I am looking for is how to see this '10'. is this possible?
Any suggestion would be helpful.
thanks in advance.
OpenEdge Ver 10.2b.
Is there anyway to get record read stat just performed on client memory.
from what I understand, VSTs/Promonitor provide CRUD info based on buffer pool and disk access.
so say, if my client pgm is reading a record 10 times (with no-lock and -rereadnolock not enabled) everytime progress will not fetch the same record from buffer pool , right? so the VSTs might show '1' under reads but what I am looking for is how to see this '10'. is this possible?
Any suggestion would be helpful.
thanks in advance.