00:28
_whitelogger has joined #systemtap
01:02
sscox has joined #systemtap
01:10
hpt has joined #systemtap
02:00
higgins has quit [Quit: Leaving]
02:03
higgins has joined #systemtap
02:16
higgins has quit [Ping timeout: 244 seconds]
02:22
higgins has joined #systemtap
04:40
hpt has quit [Quit: Lost terminal]
04:42
hpt has joined #systemtap
04:50
orivej has quit [Ping timeout: 268 seconds]
04:55
hpt has quit [Ping timeout: 276 seconds]
05:38
hpt has joined #systemtap
10:01
sscox has quit [Ping timeout: 240 seconds]
10:09
hpt has quit [Ping timeout: 276 seconds]
11:04
orivej has joined #systemtap
11:47
wcohen has quit [Remote host closed the connection]
12:20
khaled has joined #systemtap
12:30
wcohen has joined #systemtap
12:39
wcohen has quit [Ping timeout: 276 seconds]
12:40
sscox has joined #systemtap
12:59
tromey has joined #systemtap
13:17
<
franks2 >
root@terminalserver1018:~/php7.2-7.2.19/sapi/apache2handler# stap -l 'process.provider("php").mark("*")' -c 'sapi/apache2handler/mod_php -i'
13:17
<
franks2 >
Tip: /usr/share/doc/systemtap/README.Debian should help you get started.
13:17
<
franks2 >
Can someone tell me whats wrong with this command line?
13:28
<
modem_ >
fche: worked, thanks
13:37
<
fche >
modem_, would love to hear more about what you found sometime
13:37
<
fche >
(in general)
13:37
wcohen has joined #systemtap
13:37
<
fche >
success or failure stories of the tool are valuable
14:00
<
modem_ >
fche: yeah so i basically ran the script linetimes.stp on the function i needed to debug
14:00
<
modem_ >
it showed strong hint of the separation of avg time spent in each subroutines
14:01
<
modem_ >
which help me reducing by 40% my overhead by just disabling one of the subroutine
14:01
<
modem_ >
all the others subroutines are mostly equivalent
14:02
<
modem_ >
so yeah basically it did its job to just identify the source of the massive slowdown i was experiencing
14:02
<
fche >
well, that is awesome, glad the widget could help!
14:02
<
modem_ >
overall and in general i dropped gdb 99% of my time to just probe function
14:02
<
modem_ >
i do use systemtap every week for 5years
14:02
<
modem_ >
i created a tons of script
14:03
<
fche >
if you have usability improvement ideas, that'd be great to hear
14:03
<
modem_ >
most of them to each surface i debug
14:03
<
modem_ >
sure i have a ton
14:03
<
fche >
and if your scripts are general purpose, we would love to add them to the library
14:03
<
modem_ >
first of all where is this damn hexdump() ;PPPp
14:03
<
fche >
or even educational, if not general purpose
14:03
<
modem_ >
i sent here a bunch of them but there are never been integrated
14:03
<
fche >
printf("%*m") is hex dump
14:03
<
modem_ >
i should just mail you and prepare something done a bit better
14:04
<
modem_ >
fche: you need hexdump (data, len)
14:04
<
modem_ >
can work with an address
14:04
<
fche >
printf("%*M", len, ptr)
14:04
<
modem_ >
i didn't knew
14:04
<
modem_ >
ptr can be a kernel addr ?
14:04
<
fche >
yes, or user; depends on presence of # flag
14:05
<
fche >
see [man stap]
14:14
khaled has quit [Remote host closed the connection]
14:15
khaled has joined #systemtap
14:52
khaled has quit [Quit: Konversation terminated!]
14:56
khaled has joined #systemtap
15:03
sapatel__ has joined #systemtap
15:06
sapatel_ has quit [Ping timeout: 244 seconds]
15:28
sapatel_ has joined #systemtap
15:30
sapatel__ has quit [Ping timeout: 246 seconds]
18:36
higgins has quit [Ping timeout: 245 seconds]
18:41
higgins has joined #systemtap
19:12
sscox has quit [Ping timeout: 240 seconds]
19:29
fLiPr3VeRsE has quit [Quit: leaving]
19:30
fLiPr3VeRsE has joined #systemtap
19:39
fLiPr3VeRsE has quit [Read error: Connection reset by peer]
19:40
fLiPr3VeRsE has joined #systemtap
20:09
wcohen has quit [Ping timeout: 268 seconds]
20:21
sscox has joined #systemtap
20:23
khaled has quit [Quit: Konversation terminated!]
20:26
khaled has joined #systemtap
20:29
mjw has quit [Quit: Leaving]
20:59
wcohen has joined #systemtap
21:11
tromey has quit [Quit: ERC (IRC client for Emacs 26.1)]
21:31
khaled has quit [Quit: Konversation terminated!]
21:32
<
franks2 >
Fche can you take a Quick stab at my q?
21:41
<
fche >
is sapi/apache2handler/mod_php accessible from the $cwd?
21:41
<
fche >
you can use stap -vvv to get more verbose output
21:42
<
fche >
stap -L 'process("/full/path/to/executable").mark("*")' should work without the -c business
22:31
sapatel_ has quit [Remote host closed the connection]
23:34
orivej has quit [Ping timeout: 276 seconds]