The systemtap tag has no wiki summary.
0
votes
0answers
162 views
centos how to install systemtap
I'm really new to sysmtemtap.
just want to install and try systemtap on my lab server.
My Linux release version is centos 6.3 and kernel version 2.6.32-279.5.2.el6.i686.
I followed some doument, do
...
0
votes
2answers
425 views
systemtap not initializing correctly on Ubuntu 12 (Precise)
I work at a firm with a certain amount of legacy batch-processes.
Some of that stuff is really leaky when it comes to database connections.
I need to log every process in the system, which opens a ...
0
votes
0answers
50 views
Parse error with SystemTap
Does any body having experience working with systemtap scripts?
Here the script I'm using:
#Argument on line ($1) is the number of cpus - 1 in the system
global sample
global time*
probe ...