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: Systemtap benchmarking doc draft


On Mon, 2006-02-27 at 16:06 -0500, William Cohen wrote:

> SystemTap Language micro metrics (costs of various operations):
> 	cost of associative array operations
	transport speed (both maximum and writing to disk)
	transport overhead (how much cpu time it takes)
	printf overhead
	probe overhead (all the stuff the translator emits for each probe)
	stack dump/trace
	symbolic lookup
	systemtap function call overhead
	systemtap string operations (things like concatenation do
many string copies and are slow)

> Kernel instrumentation limits:
> 	Number of probes that can be registered at a time
> 	Number of kretprobes active
> 
> SystemTap limits:
> 	Maximum elements in associative array
This is a define. Probably needs to be a variable. Anyway, it is
adjustable.

>	Number of actions/steps in probe.
Ditto


Martin



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