patric-r / jvmtop

Java monitoring for the command-line, profiler included
GNU General Public License v2.0
1.22k stars 252 forks source link

0.8.0 alpha version ERROR: Connection refused/acces denied #104

Open MathiasZaja opened 6 years ago

MathiasZaja commented 6 years ago

Executed as root on Debian 8 gives truncated message: 468 artup.Bootstrap [ERROR: Connection refused/acces denied] Value for VM is 0TU15; does it mean anything ? jvmtop_screen

patric-r commented 6 years ago

Please have a look at the FAQ.

O7U15 means that the concerned jvm is most probably an Oracle 7 Update 15 JVM.

patric-r commented 6 years ago

Regarding the "truncated messages": this is not a bug, but a feature, as jvmtop currently uses a 80 chars width console terminal and hence too long strings need to be truncated in order to guarantee a readable output.

Future plans include the support of wider terminals.