Karaf Top Command
ktop - display and update sorted information about JVM and threads.
Description:
The ktop command displays key JVM metrics, and updates a sorted list of thread statistics.
To build, invoke:
mvn install
To install in Karaf, invoke from console:
install -s mvn:com.savoirtech.karaf.commands/ktop
To execute command on Karaf, invoke:
aetos:ktop
To exit ktop: q
To sort by a different column: < or >
To reverse sort: r
-t --threads number of threads to display.
-u --updates information update interval in milliseconds.