Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative Values in Call Tree #59

Open
gggopi opened this issue Nov 15, 2017 · 0 comments
Open

Negative Values in Call Tree #59

gggopi opened this issue Nov 15, 2017 · 0 comments

Comments

@gggopi
Copy link

gggopi commented Nov 15, 2017

For few requests, the self time values are in negative. And total time is a very large number.

http.url : /challenges/buddy-board


Selftime (ms) Total (ms) Method signature

-00000.02 -00% ░░░░░░░░░░ 28265427543.28 100% ██████████ Get Buddy Board
-00000.39 -00% ░░░░░░░░░░ 28265427543.30 100% ██████████ └── void org.springframework.web.servlet.FrameworkServlet.service(HttpServletRequest,HttpServletResponse)
-00000.26 -00% ░░░░░░░░░░ 28265427543.69 100% ██████████ └── ResponseEntity com.evive.challenges.controller.BuddyController.getBuddyBoard(User)
-00028.38 -00% ░░░░░░░░░░ 28265427543.95 100% ██████████ └── UserAndBuddyDetails com.evive.challenges.service.BuddyStatusService.setBuddyStatusDetails(String,String)
-00000.25 -00% ░░░░░░░░░░ 28265427572.33 100% ██████████ └── void com.evive.challenges.service.BuddyStatusService.insertActiveChallengesHistory(String,String,List)
28265427572.58 100% ██████████ 28265427572.58 100% ██████████ └── void com.evive.service.HistoryTask.insertAsync(List)

Actual duration from the same ES document.
duration_cpu_ms 6.233
duration_ms 1,067.045

This does not make sense. Could you please look into it?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant