I have JProfiling my application for analyzing high CPU usage. CPU utilization is 100% ( on the server ) during user login. So began profiling my application.
Below are the query strings found in heap dumps. Not only these 4 requests, there are hundreds of such requests in the dump.
java.lang.String (0x3262b1) [" select controltra0_.id as id47_48_, controltra0_.form_transaction_id as form2_47_48_, controltra0_.string_value as string3_47_48_, c"] 129 kB (0 %) java.lang.String (0x310b2f) [" select reporttran0_.id as id158_45_, reporttran0_.report_id as report2_158_45_, reporttran0_.norm_id as norm3_158_45_, reporttran0_.d"] 124 kB (0 %) java.lang.String (0x312222) [" select reportitem0_.id as id160_41_, reportitem0_.report_structure as report2_160_41_, reportitem0_.grid_row_criteria as grid3_16"] 110 kB (0 %) java.lang.String (0x30c104) [" select esendercsr0_.id as id117_36_, esendercsr0_.name as name117_36_, esendercsr0_.report_type as report3_117_36_, esendercsr0_.is_show_pr"] 94,248 bytes (0 %) java.lang.String (0x30d1dc) [" select reportstru0_.id as id120_35_, reportstru0_.name as name120_35_, reportstru0_.xml as xml120_35_, reportstru0_.esender_format as esend"] 90,736 bytes (0 %)
I just logged in and I donβt touch beans at all, but I can still see them on dumps.
Any ideas why these lines are in a dump?
Or what does this line mean?
java heap java-ee hibernate jprofiler
κ±α΄Κα΄κ±Κ α΄α΄α΄α΄
source share