-
Enhancement
-
Resolution: Fixed
-
P3
-
14
-
b26
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246412 | 13.0.4 | Matthias Baesken | P3 | Resolved | Fixed | b04 |
JDK-8236404 | 11.0.7 | Matthias Baesken | P3 | Resolved | Fixed | b01 |
Currently os::print_os_info outputs various interesting OS Information.
The output is platforms dependent, on Linux currently the following information is printed :
distro, uname, some important libversions, some limits, load average, memory info, info about /proc/sys, container and virtualization details and steal ticks.
The OS uptime would be a helpful addition.
This change adds a line of output giving the uptime in days, hours and minutes:
"OS uptime <num> days <num>:<num> hours"
This Information can be found in a hs_err file.
Often, a recent reboot indicates that the undelying System has been changed (OS update etc). This might be the cause of the crash that produced the hs_err file.
The output is platforms dependent, on Linux currently the following information is printed :
distro, uname, some important libversions, some limits, load average, memory info, info about /proc/sys, container and virtualization details and steal ticks.
The OS uptime would be a helpful addition.
This change adds a line of output giving the uptime in days, hours and minutes:
"OS uptime <num> days <num>:<num> hours"
This Information can be found in a hs_err file.
Often, a recent reboot indicates that the undelying System has been changed (OS update etc). This might be the cause of the crash that produced the hs_err file.
- backported by
-
JDK-8236404 add OS uptime information to os::print_os_info output
- Resolved
-
JDK-8246412 add OS uptime information to os::print_os_info output
- Resolved