在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:btraceio/btrace开源软件地址:https://github.com/btraceio/btrace开源编程语言:Java 99.1%开源软件介绍:btraceA safe, dynamic tracing tool for the Java platform Version2.2.2 Quick SummaryBTrace is a safe, dynamic tracing tool for the Java platform. BTrace can be used to dynamically trace a running Java program (similar to DTrace for OpenSolaris applications and OS). BTrace dynamically instruments the classes of the target application to inject tracing code ("bytecode tracing"). Credits
Building BTraceSetupYou will need the following applications installed
In order to ease the pre-build config the BuildJavaYour JAVA_HOME must point to JDK 11 (eg. JAVA_11_HOME) Gradlecd <btrace>
./gradlew build
./gradlew buildDistributions The binary dist packages can be found in Using BTraceInstallationDownload a distribution file from the release page. Explode the binary distribution file (either *.tar.gz or *.zip) to a directory of your choice. You may set the system environment variable BTRACE_HOME to point to the directory containing the exploded distribution. You may enhance the system environment variable PATH with $BTRACE_HOME/bin for your convenience. Or, alternatively, you may install one of the *.rpm or *.deb packages Running
For the detailed user guide, please, check the Wiki. Maven IntegrationThe maven plugin is providing easy compilation of BTrace scripts as a part of the build process. As a bonus you can utilize the BTrace Project Archetype to bootstrap developing BTrace scripts. Contributing - !!! Important !!!Pull requests can be accepted only from the signers of Oracle Contributor Agreement Deb RepositoryUsing the command line, add the following to your /etc/apt/sources.list system config file:
Or, add the repository URLs using the "Software Sources" admin UI:
RPM RepositoryGrab the *.repo file |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论