samples.jurls.d Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of btrace-boot Show documentation
Show all versions of btrace-boot Show documentation
BTrace: A safe, dynamic tracing tool for the Java platform
/*
* This D-script maintains a aggregation whenever
* btrace:::event probe is raised with "java-url-open"
* as first argument.
*/
btrace$target:::event
/ copyinstr(arg0) == "java-url-open" /
{
@[copyinstr(arg1)] = count();
}