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

Make @ProfileJvm displays the method allocating the most #142

Open
jeanbisutti opened this issue Dec 18, 2020 · 3 comments
Open

Make @ProfileJvm displays the method allocating the most #142

jeanbisutti opened this issue Dec 18, 2020 · 3 comments
Assignees
Labels
jvm JVM annotations ✨ feature New feature or request

Comments

@jeanbisutti
Copy link
Collaborator

Today, @ProfileJvm displays JVM-related information on the console:

------------------------------------------------------------------------------
 ALLOCATION (estimations)     |   GARBAGE COLLECTION           |  THROWABLE
 Total       : 3,68 GiB       |   Total pause     : 1,264 s    |  Exception: 0
 Inside TLAB : 3,67 GiB       |   Longest GC pause: 206,519 ms |  Error    : 36
 Outside TLAB: 12,7 MiB       |   Young: 13                    |  Throwable: 36
 Allocation rate: 108.1 MiB/s |   Old  : 3                     |
------------------------------------------------------------------------------
 COMPILATION                  |   CODE CACHE
 Number : 157                 |   The number of full code cache events: 0
 Longest: 1,615 s             |   
------------------------------------------------------------------------------

This issue aims to display the method allocating the most.

@jeanbisutti jeanbisutti added the ✨ feature New feature or request label Dec 18, 2020
@jeanbisutti jeanbisutti added this to the 1.1 milestone Dec 18, 2020
@jeanbisutti
Copy link
Collaborator Author

jeanbisutti commented Dec 18, 2020

@archyoshi, you started to work on this?

@jeanbisutti jeanbisutti added the jvm JVM annotations label Dec 18, 2020
@archyoshi
Copy link
Contributor

Hello @jeanbisutti , I was planning to work on it starting from tonight, I will let you take a look once I push 👍🏼

@jeanbisutti
Copy link
Collaborator Author

Great @archyoshi! 👍

@jeanbisutti jeanbisutti removed this from the 1.1 milestone Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jvm JVM annotations ✨ feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants