Skip to content

m-szalik/tjconsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Text JConsole - Command line Java console

Resources

License

Stars

Watchers

Forks

Packages

No packages published