Crashhub: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Shell pour JMX. Permet de lister les métriques relever sur les MBeans d'une JVM. * http://www.crashub.org/ * https://github.com/crashub * https://github.com/crashub/cras...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Shell pour [[JMX]]. Permet de lister les métriques relever sur les MBeans d'une JVM. |
Shell pour [[JMX]]. Permet de lister les métriques relever sur les MBeans d'une JVM. Crash peut être étendu via des commandes écrites en Java. |
||
* http://www.crashub.org/ |
* http://www.crashub.org/ |
||
* https://github.com/crashub |
* https://github.com/crashub |
||
* https://github.com/crashub/crash |
* https://github.com/crashub/crash |
||
* http://www.crashub.org/1.3/reference.html#running_crash |
|||
=Installation= |
=Installation= |
||
| Line 10: | Line 11: | ||
cd crash |
cd crash |
||
mvn -DskipTests clean install |
mvn -DskipTests clean install |
||
</pre> |
|||
<pre> |
|||
brew install crash |
|||
</pre> |
</pre> |
||
Latest revision as of 09:28, 17 February 2016
Shell pour JMX. Permet de lister les métriques relever sur les MBeans d'une JVM. Crash peut être étendu via des commandes écrites en Java.
- http://www.crashub.org/
- https://github.com/crashub
- https://github.com/crashub/crash
- http://www.crashub.org/1.3/reference.html#running_crash
Installation
git clone https://github.com/crashub/crash.git cd crash mvn -DskipTests clean install
brew install crash
Lancement
CRASH_VERSION=
java -jar target/crsh.shell-${CRASH_VERSION}-standalone.jar
Commandes
help