java - How to figure out that 95 pecentile of time calls came back within certain milliseconds -


I am working on a project that I should profile on our REST service . And after that figure, how much is our code of 90 counterfeit or 95 percent ? Which means that the histogram of my call has been made under 90% time or 95% percent time

- between 1 and 2 ms 0 Came back between 3 and 4 ms back between 5 and 8 ms back between 9 and 16 ms back between 17 and 32 ms 2205 came back between 33 and 64 ms 141 and 65 128 ms returned between 50 to more than 128 ms

From the subsequent histogram it means, 2205 65 and 128 ms Income back in between 33 and returned between 64 ms , 141 calls .

So now I'm trying to figure out how it is 90 percentak or 95 percent ? This means that 90 percent of the time how many milliseconds call back?

I have a map for a histogram, if we can not understand this prediction from the histogram above, then we can also use this map

from this map only , I am making the above histogram -

{213 = 1, 114 = 2, 185 = 1, 131 = 1, 40 = 145, 67 = 8, 49 = 35, 537 = 2, 164 = 1, 565 = 1, 55 = 13, 96 = 1, 546 = 1, 117 = 1, 68 = 10, 62 = 6, 83 = 1, 34 = 333, 41 = 108, 17 9 = 1 , 48 = 48, 111 = 1, 12 9 = 1, 69 = 11, 33 = 1, 173 = 1, 61 = 8, 541 = 1, 74 = 7, 180 = 2, 42 = 78, 47 = 46, 56 = 11, 84 = 2, 70 = 12, 228 = 1, 273 = 1, 46 = 52, 102 = 1, 225 = 1, 81 = 2, 181 = 1, 563 = 1, 54 9 = 1, 137 = 1, 73 = 3, 235 = 1, 53 = 17, 90 = 1, 36 = 190, 118 = 1, 45 = 78, 35 = 267, 72 = 9, 63 = 16, 54 = 11, 271 = 1, 18 9 = 1, 20 9 = 1, 175 = 4, 51 = 23, 203 = 2, 37 = 186, 58 = 5, 1 9 6 = 2, 237 = 1, 86 = 3, 44 = 81, 64 = 15, 92 = 3, 224 = 1, 71 = 8, 251 = 1, 52 = 12, 78 = 3, 43 = 75, 147 = 1, 133 = 1, 580 = 1, 57 = 11, 263 = 1, 566 = 1, 85 = 1, 243 = 1, 38 = 161 , 55 9 = 1, 80 = 3, 132 = 1, 1 9 4 = 1, 107 = 6, 65 = 5, 183 = 1, 222 = 1, 93 = 1, 60 = 12, 231 = 1, 94 = 1, 66 = 12, 122 = 1, 39 = 135, 50 = 35, 76 = 1, 59 = 6, 104 = 1, 158 = 1, 113 = 1, 204 = 1, 87 = 1, 115 = 2}

In the map above, the key is the number of milliseconds and the value is the total number of calls for example -

213 = 1

This means, 1 call 213 milliseconds Not returned. Return

114 = 2

2 call 114 milliseconds .

Can anyone help me with this? Either I can make counterfeit goods from histogram or above Map .

If you are tuning the display, then I recommend you, who tells you that in fact what's going on.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -