среда, 19 июля 2023 г.

Gloowroot

 https://glowroot.org/


Features

  • Trace capture for slow requests and errors
  • Continuous profiling (with very handy filtering)
  • Response time breakdown charts
  • Response time percentile charts
  • SQL capture and aggregation
  • Service call capture and aggregation
  • MBean attribute capture and charts
  • Configurable alerting
  • Historical rollup of all data (1m, 5m, 30m, 4h) with configurable retention
  • Full support for async requests that span multiple threads
  • Responsive UI with mobile support
  • Optional central collector

четверг, 2 февраля 2023 г.

Maven dependensy tree


Поиск того какие библиотеки тянут зависимость: 

mvn dependency:tree -Dincludes=org.slf4j 


ключ для отключения проверки сертов сервера:

-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true


Import the root certificate into the JVM trust store

  1. keytool -importcert -alias startssl -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -file ca.der