1httpdtap(8) httpdtap Manual httpdtap(8)
2
3
4
6 httpdtap - Utility for querying httpd using SystemTap scripts.
7
9 httpdtap <command> [[stap_argument], ...] [[arg], ...]
10
11 httpdtap help <command>
12
13 httpdtap --version
14
16 The purpose of the httpdtap utility is to query running httpd process
17 to get various debugging or performance related data from it.
18
19 Examples of such data could be the list of files accessed during a
20 request, time needed to dispatch a request, the list of requests slower
21 than N milliseconds or the list of requests sent from particular IP
22 address.
23
24 Thanks to SystemTap the performance penalty is very low and therefore
25 the httpdtap can be used even on production systems.
26
28 Without any argument passed to httpdtap, httpdtap shows the help mes‐
29 sage and the list of available commands.
30
31 <command> [[stap_argument], ...] [[arg], ...]
32 Executes httpdtap command. List of available commands can be
33 obtained by executing httpdtap without any arguments. stap_argument
34 is optional and is the argument passed to stap command. These argu‐
35 ments are listed in stap(8) manpage. Usage of argument arg depends
36 on particular commands which is going to be executed and is docu‐
37 mented in help <command> output.
38
39 help <command>
40 Shows help message related to particular httpdtap command.
41
42 --version
43 Shows httpdtap version.
44
46 · Jan Kaluza <jkaluza@redhat.com>
47
49 stap(8)
50
51 For more information, see the httpdtap homepage at
52 http://github.com/hanzz/httpdtap/
53
54
55
56Version 0.2 September 10, 2013 httpdtap(8)