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.
- 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)
- Java Development Kit 6 or newer (tools.jar from JDK is required)
Apache License 2.0
Download latest stable version tjconsole-1.7.
In case of problems or questions? Create an issue on GitHub.
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