Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.81 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.81 KB

Text Java Console - CLI JConsole

Join the chat at https://gitter.im/m-szalik/tjconsole codecov.io Dependency Status

About

TJConsole is a Text version of JConsole. Perfect if you have only text console or terminal. You can use it also for communication between java programs and external software like shell scripts for example.

Features

  • Display, update of JMX attributes
  • Invoke JMX operations (remote operations)
  • Connect to local and remote java applications (with SSL or credentials)
  • Remember recent remote connections
  • Auto completion with tab
  • Support for script files – load mxBeans instructions from external file (currently only by sending commands to standard input - stdin)

Requirements

  • Java Development Kit 6 or newer (tools.jar from JDK is required)

License

Apache License 2.0

Download

Download latest stable version tjconsole-1.7.

Problems and questions

In case of problems or questions? Create an issue on GitHub.

Example

java -jar tjconsole-all.jar -xterm -connect <java_process_id> -use <bean_name> -cmd <command_1> -cmd <command_2>

java -jar tjconsole-all.jar -xterm -connect 18478 -use java.lang:type=Threading -cmd get -cmd describe