D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
systemtap
/
examples
/
stap-exporter-scripts
/
Filename :
example1.stp
back
Copy
global arr probe syscall.read { arr[tid(), cpu()]++ } probe prometheus { @prometheus_dump_array2(arr, "count", "tid", "cpu") }