fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
hpt has joined #systemtap
modem_ has quit [Read error: Connection reset by peer]
pfalleno1 has quit [Ping timeout: 245 seconds]
khaled has joined #systemtap
scox has joined #systemtap
pfallenop has joined #systemtap
khaled has quit [Quit: Leaving]
pfallenop has quit [Ping timeout: 250 seconds]
pfallenop has joined #systemtap
pfallenop has quit [Ping timeout: 250 seconds]
pfallenop has joined #systemtap
pfallenop has joined #systemtap
pfallenop has quit [Remote host closed the connection]
pfallenop has joined #systemtap
irker895 has quit [Quit: transmission timeout]
ego_ has joined #systemtap
ego_ has quit [Ping timeout: 240 seconds]
ego_ has joined #systemtap
ego_ has quit [Ping timeout: 276 seconds]
ego_ has joined #systemtap
hkshaw has joined #systemtap
ego_ has quit [Ping timeout: 260 seconds]
ego_ has joined #systemtap
srikar_away is now known as srikar
naveen has joined #systemtap
ego_ has quit [Ping timeout: 260 seconds]
hkshaw has quit [Quit: Leaving.]
pfallenop has quit [Ping timeout: 248 seconds]
hkshaw has joined #systemtap
hkshaw has quit [Client Quit]
hkshaw has joined #systemtap
ananth has joined #systemtap
pfallenop has joined #systemtap
pfallenop has quit [Ping timeout: 256 seconds]
pfallenop has joined #systemtap
pfallenop has quit [Remote host closed the connection]
pfallenop has joined #systemtap
prerna has joined #systemtap
prerna has quit [Quit: This computer has gone to sleep]
ego has joined #systemtap
ego has quit [Ping timeout: 264 seconds]
ego has joined #systemtap
prerna has joined #systemtap
hpt has quit [Ping timeout: 272 seconds]
mjw has quit [Quit: Leaving]
mjw has joined #systemtap
ego has quit [Ping timeout: 256 seconds]
nkambo has quit [Ping timeout: 245 seconds]
modem_ has joined #systemtap
ego has joined #systemtap
nkambo has joined #systemtap
naveen has quit [Quit: Leaving.]
nkambo has quit [Ping timeout: 256 seconds]
scox has quit [Ping timeout: 240 seconds]
zodbot has quit [Disconnected by services]
hkshaw has quit [Ping timeout: 264 seconds]
modem has quit [Ping timeout: 264 seconds]
pmuldoon has quit [Ping timeout: 264 seconds]
zodbot has joined #systemtap
pmuldoon has joined #systemtap
modem has joined #systemtap
hkshaw has joined #systemtap
hkshaw has quit [Client Quit]
ananth has quit [Quit: Leaving]
nkambo has joined #systemtap
nkambo1 has joined #systemtap
nkambo has quit [Ping timeout: 248 seconds]
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 252 seconds]
nkambo2 has quit [Ping timeout: 256 seconds]
hkshaw has joined #systemtap
nkambo has joined #systemtap
nkambo has quit [Ping timeout: 245 seconds]
nkambo has joined #systemtap
hkshaw has quit [Ping timeout: 240 seconds]
flu_ has joined #systemtap
nkambo has quit [Ping timeout: 252 seconds]
nkambo has joined #systemtap
nkambo has quit [Ping timeout: 240 seconds]
nkambo has joined #systemtap
nkambo1 has joined #systemtap
nkambo has quit [Ping timeout: 256 seconds]
hkshaw has joined #systemtap
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 276 seconds]
prerna has quit [Quit: This computer has gone to sleep]
wcohen has quit [Ping timeout: 245 seconds]
hkshaw has quit [Quit: Leaving.]
scox has joined #systemtap
nkambo2 has quit [Ping timeout: 240 seconds]
nkambo2 has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
mbenitez has joined #systemtap
ego has quit [Ping timeout: 248 seconds]
brolley has joined #systemtap
tromey has joined #systemtap
srikar is now known as srikar_away
srikar_away is now known as srikar
wcohen has joined #systemtap
nkambo1 has joined #systemtap
nkambo2 has quit [Ping timeout: 240 seconds]
sfink has quit [Ping timeout: 245 seconds]
nkambo1 has quit [Ping timeout: 260 seconds]
nkambo has joined #systemtap
jameshyde_ has joined #systemtap
<jameshyde_>
is it possible to use systemtap to see activities for pgfree/s in sar?
eichiro has joined #systemtap
scox has quit [Ping timeout: 264 seconds]
<fche>
jameshyde_, most likely
<fche>
just need to reverse engineer what /proc value sar is pulling out for that field, and what kernel-side event that corresponds to
<fche>
there is kernel.trace("kmem:mm_page_free") and kernel.trace("kmem:mm_page_free_batched") e.g.
<jameshyde_>
ok thanks
<jameshyde_>
fche: when trying this in RHEL6, got this: