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
ravi has joined #systemtap
hkshaw has joined #systemtap
ananth has joined #systemtap
ravi has quit [Remote host closed the connection]
nkambo has joined #systemtap
ravi has joined #systemtap
ph7 has joined #systemtap
hchiramm has joined #systemtap
hpt has quit [Quit: Lost terminal]
hpt has joined #systemtap
ph7 has quit [Quit: Leaving.]
ego has joined #systemtap
nkambo has quit [Ping timeout: 244 seconds]
nkambo has joined #systemtap
srikar_away is now known as srikar
nkambo has quit [Read error: Connection reset by peer]
nkambo has joined #systemtap
hpt has quit [Ping timeout: 252 seconds]
naveen1 has joined #systemtap
nkambo has quit [Ping timeout: 244 seconds]
nkambo has joined #systemtap
hpt has joined #systemtap
tonyj has joined #systemtap
tonyj_ has quit [Ping timeout: 260 seconds]
gila has quit [Ping timeout: 240 seconds]
gila has joined #systemtap
ph7 has joined #systemtap
naveen1 has quit [Quit: Leaving.]
naveen has joined #systemtap
ph7 has quit [Quit: Leaving.]
ph7 has joined #systemtap
hpt has quit [Ping timeout: 276 seconds]
ph71 has joined #systemtap
ph7 has quit [Ping timeout: 260 seconds]
mjw has joined #systemtap
naveen2 has joined #systemtap
naveen has quit [Ping timeout: 260 seconds]
scox has quit [Ping timeout: 244 seconds]
naveen2 has quit [Quit: Leaving.]
hkshaw1 has joined #systemtap
hkshaw has quit [Ping timeout: 260 seconds]
hpt has joined #systemtap
ananth has quit [Quit: Leaving]
ego has quit [Ping timeout: 246 seconds]
ravi has quit [Remote host closed the connection]
nkambo has quit [Ping timeout: 252 seconds]
nkambo has joined #systemtap
scox has joined #systemtap
hpt has quit [Ping timeout: 246 seconds]
hpt has joined #systemtap
dmalcolm has quit [Ping timeout: 264 seconds]
srikar has quit [Ping timeout: 272 seconds]
srikar has joined #systemtap
Empyrium has quit [Read error: Connection timed out]
dmalcolm has joined #systemtap
Empyrium has joined #systemtap
groleo has quit [Read error: Connection timed out]
tromey has joined #systemtap
hkshaw1 has quit [Ping timeout: 260 seconds]
srikar is now known as srikar_away
mbenitez has joined #systemtap
drsmith_` is now known as drsmith
drsmith is now known as drsmith_away
naveen has joined #systemtap
drsmith_away is now known as drsmith
brolley has joined #systemtap
ravi has joined #systemtap
ravi has quit [Quit: Leaving]
hpt has quit [Quit: Lost terminal]
hchiramm has quit [Ping timeout: 260 seconds]
rth has joined #systemtap
hchiramm has joined #systemtap
ph71 has quit [Read error: Connection reset by peer]
drsmith has left #systemtap [#systemtap]
drsmith has joined #systemtap
wcohen has quit [Ping timeout: 258 seconds]
wcohen has joined #systemtap
wrwilliams has joined #systemtap
brolley is now known as brolley|lunch
nkambo has quit [Remote host closed the connection]
mbenitez has quit [Quit: To office]
brolley|lunch is now known as brolley
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
mbenitez has joined #systemtap
naveen has quit [Quit: Leaving.]
<gila> Is there a way I can do things like myAggr[$arg1, $arg2] <<< count, and keep using operations like if(@count(myAggr)) { ... }? Now I get some error about arity 2 vs 0. around the if statement, I understand why but ....
<fche> gila, if you aggregate into myAggr[$arg1,$arg2], then you'll need to get the @count etc. from the same myAggr[x,y]
detter has joined #systemtap
<fche> ie there is no aggregation across explicit dimensions of your lookup table
<fche> if you want stap to aggregate that way, just drop the $arg1,$arg2 from the <<< operation
<fche> if you want to aggregate on a per-index-tuple basis, do what you're doing at <<<, but iterate on the myAggr array to pull out individual @count etc.'s
<fche> as in
<fche> foreach ([x,y] in myAggr) println(@count(myAggr[x,y])) kind of thing
<fche> makes sense? ?
<gila> Yes, I think so, let me tinker with it somewhat.
<fche> righto
detter has quit [Ping timeout: 240 seconds]
mjw has quit [Quit: Leaving]
detter has joined #systemtap
mjw has joined #systemtap
tromey has quit [Quit: ERC (IRC client for Emacs 25.0.95.1)]
gila has quit [Ping timeout: 260 seconds]
mjw has quit [Quit: Leaving]
chris2 has quit [Read error: No route to host]
chris2 has joined #systemtap
mbenitez has quit [Quit: Leaving]
drsmith has left #systemtap [#systemtap]
wcohen has quit [Ping timeout: 244 seconds]
scox has quit [Ping timeout: 244 seconds]
brolley has left #systemtap [#systemtap]
wcohen has joined #systemtap
detter has quit [Quit: Leaving]