1VALGRIND-LISTENER(1) Release 3.15.0 VALGRIND-LISTENER(1)
2
3
4
6 valgrind-listener - listens on a socket for Valgrind commentary
7
9 valgrind-listener [options]
10
12 valgrind-listener accepts (multiple) connections from valgrind
13 processes that use the --log-socket option on the specified port and
14 copies the commentary it is sent to stdout.
15
17 -e --exit-at-zero
18 When the number of connected processes falls back to zero, exit.
19 Without this, it will run forever, that is, until you send it
20 Control-C.
21
22 --max-connect=INTEGER
23 By default, the listener can connect to up to 50 processes.
24 Occasionally, that number is too small. Use this option to provide
25 a different limit. E.g. --max-connect=100.
26
27 portnumber
28 Changes the port it listens on from the default (1500). The
29 specified port must be in the range 1024 to 65535. The same
30 restriction applies to port numbers specified by a --log-socket to
31 Valgrind itself.
32
34 valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or
35 http://www.valgrind.org/docs/manual/index.html.
36
38 Julian Seward.
39
40
41
42Release 3.15.0 04/13/2019 VALGRIND-LISTENER(1)