You probably need more than just the getTime stat to see whats going on there. That stat is basically telling you how much time per second get operations are occurring. You probably need to also know how many gets are occurring.
What I generally do is: - plot time stat (getTime in this case) - divide time stat by 1000000 to get milliseconds (top right in vsd) - plot operation stat (getsCompleted in this case) - change both to 'No Filter' (top right drop down in vsd). This tells you total time and number of operations. - Divide time stat by operations stat to get average time per operation. You can do this with either vsd or a calculator. I generally use a calculator and divide the maximum of each stat, but with vsd: - select time stat line - select 'Line' -> 'Divide Lines' menu option - select operation stat line - the last sample of the resulting line is the average for the entire run I attached charts for each step. Thanks, Barry Oglesby On Thu, Sep 21, 2017 at 10:29 AM, Anilkumar Gingade <aging...@pivotal.io> wrote: > At a high level, you can find stat descriptions by "selecting a stat" and > then clicking (in vsd) main->"Show Statistic Info". > > -Anil. > > > On Thu, Sep 21, 2017 at 2:24 AM, Avinash Dongre <adon...@apache.org> > wrote: > >> Attaching the graph. >> >> On Thu, Sep 21, 2017 at 2:45 PM, Avinash Dongre <adon...@apache.org> >> wrote: >> >>> Hi All, >>>> >>>> I am looking at getTime-PartitionedRegionStats using vsd tools. I >>>> need some help on how to interpret following graph. >>>> If there is a document which helps to explain please let me know. >>>> >>>> >>>> [image: Inline image 1] >>>> >>>> >>>> Thanks >>>> Avinash >>>> >>>> >>> >> >