about systemtap cost

Gareth academicgareth@gmail.com
Wed Nov 4 08:40:00 GMT 2015


Which case would cost more in runtime?

1. run "stap xyz.stp" which contains:

probe X {
    # do sth
}
probe Y {
    # do sth
}
probe Z {
    # do sth
}

2. run "stap x.stap" which contains:
probe X {
    # do sth
}

then, run "stap y.stap" which contains:
probe Y {
    # do sth
}

then, run "stap z.stap" which contains:
probe Z {
    # do sth
}



-- 
Gareth

Cloud Computing, OpenStack, Distributed Storage, Fitness, Basketball
OpenStack contributor, kun_huang@freenode
My promise: if you find any spelling or grammar mistakes in my email
from Mar 1 2013, notify me
and I'll donate $1 or ¥1 to an open organization you specify.



More information about the Systemtap mailing list