All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.jurls.d Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version

/*
 * 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();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy