-
Enhancement
-
Resolution: Fixed
-
P3
-
13
-
b16
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8224470 | 11.0.4 | Matthias Baesken | P3 | Resolved | Fixed | b04 |
Recent Linux kernels provide so called "steal" information, see the the proc man page :
"there is an eighth column, steal - stolen time, which is the time spent in other operating systems when running in a virtualized environment"
The info is useful when looking into performance bottlenecks (especially in virtualized environments), so it should be added to the hs_err file .
For example (shows number of steal ticks, and the percentage of steal to total ticks) :
Steal ticks from vm start: 4
Steal ticks percentage from vm start: 0.002
"there is an eighth column, steal - stolen time, which is the time spent in other operating systems when running in a virtualized environment"
The info is useful when looking into performance bottlenecks (especially in virtualized environments), so it should be added to the hs_err file .
For example (shows number of steal ticks, and the percentage of steal to total ticks) :
Steal ticks from vm start: 4
Steal ticks percentage from vm start: 0.002
- backported by
-
JDK-8224470 add steal tick related information to hs_error file [linux]
- Resolved