1udpxrec(1) udpxrec manual page udpxrec(1)
2
3
4
6 udpxrec - a programmable multicast traffic recording utility.
7
8
10 udpxrec [-v] [-b <begin_time>] [-e <end_time>] [-M <maxfilesize>] [-p
11 <pidfile>] [-B <bufsizeK>] [-n <nice_incr>] [-u <seconds_to_wait>] [-m
12 <mcast_ifc_addr>] [-l <logfile>] [-s <ssm_source_addr>] -c
13 <src_addr>:<port> <dstfile>
14
15
17 udpxrec is a utility designed to record (save into a disk file) a seg‐
18 ment of multicast network traffic; the amount of data saved/recorded
19 could be specified in length (KB) or duration (seconds).
20
21
23 udpxrec accepts the following options:
24
25
26 -c <src_addr>:<port>
27 Channel i.e. multicast address and port from which to record
28 data.
29
30 -s <ssm_source_addr>
31 Optional SSM source address.
32
33 -v Enable verbose output [default = disabled].
34
35 -m <mcast_ifc_addr>
36 IPv4 address/interface of (multicast) source [default =
37 0.0.0.0].
38
39 -l <logfile>
40 Log output to file [default = stderr].
41
42 -n <nice_incr>
43 Nice value increment [default = 0].
44
45 -B <sizeK>
46 Buffer size (65536, 32Kb, 1Mb) for inbound (multicast) data
47 [default = 2048 bytes].
48
49 -R <msgs>
50 Maximum number of messages to buffer (-1 = all) [default = 1].
51
52 -b <begin_time>
53 Begin recording at [+]dd:hh24:mi.ss, '+' signifies relative
54 timing (in N hours/min/sec).
55
56 -e <endtime>
57 Stop recording at [+]dd:hh24:mi.ss, '+' signifies relative tim‐
58 ing (in N hours/min/sec).
59
60 -M <maxfilesize>
61 Maximum size of destination file.
62
63 -p <pidfile>
64 Pidfile for this process [MUST be specified if daemon].
65
66 -u <seconds_to_wait>
67 Seconds to wait before updating on how long till recording
68 starts.
69
70
72 udpxrec -b 15:45.00 -e +2:00.00 -M 1.5Gb -n 2 -B 64K -s 87.141.215.251
73 -c 224.0.11.31:5050 /opt/video/tv5.mpg
74
75 Begin recording multicast channel 224.0.11.31:5050 from source address
76 87.141.215.251 at 15:45 today, finish recording in two hours or if des‐
77 tination file size >= 1.5 Gb; set socket buffer to 64Kb; increment nice
78 value by 2; write captured video to /opt/video/tv5.mpg.
79
80
82 Pavel V. Cherenkov and all the good people who submitted patches or
83 otherwise contributed to the project.
84
85
87 udpxy(1)
88
89
90
91
92
93Version 1.0 November 18, 2012 udpxrec(1)