D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
systemtap
/
examples
/
stap-exporter-scripts
/
autostart
/
Filename :
example2.stp
back
Copy
global arr probe syscall.open { arr[cpu(), tid(), gid()]++ } probe procfs("__prometheus").read { #.maxsize(0x10000) { @prometheus_dump_array3(arr, "count", "cpu", "tid", "gid") }