This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Questions on Systemtap performance


Hi -

> > I run a script with the -t option and get the following result:
> > probe kernel.function("netif_
> > receive_skb").return (../path/yanshi.stp:32:1), hits: 38442, *cycles:
> > 549min/2364avg/43911max*
> >
> > what does the *cycles: 549min/2364avg/43911max *part mean? since its
> > measurement is min

The measurements are in "cycles", i.e., the basic clock rate of the CPU,
and among the 38442 probe hits, the systemtap-generated code consumed
549 cycles minimum, 2364 average, 43911 maximum.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]