????

Your IP : 216.73.216.174


Current Path : /usr/share/systemtap/examples/stap-exporter-scripts/
Upload File :
Current File : //usr/share/systemtap/examples/stap-exporter-scripts/example1.stp

global arr

probe syscall.read {
    arr[tid(), cpu()]++
}

probe prometheus {
    @prometheus_dump_array2(arr, "count", "tid", "cpu")
}