Test: template on create session
[lttng-tools.git] / tests / regression / tools / templates / sessions / full_load.lttng
1 <?xml version="1.0" encoding="UTF-8"?>
2 <sessions>
3 <session>
4 <name>full_load</name>
5 <domains>
6 <domain>
7 <type>UST</type>
8 <buffer_type>PER_UID</buffer_type>
9 <channels>
10 <channel>
11 <name>channel0</name>
12 <enabled>true</enabled>
13 <overwrite_mode>DISCARD</overwrite_mode>
14 <subbuffer_size>131072</subbuffer_size>
15 <subbuffer_count>4</subbuffer_count>
16 <switch_timer_interval>0</switch_timer_interval>
17 <read_timer_interval>0</read_timer_interval>
18 <output_type>MMAP</output_type>
19 <tracefile_size>0</tracefile_size>
20 <tracefile_count>0</tracefile_count>
21 <live_timer_interval>0</live_timer_interval>
22 <events/>
23 <contexts/>
24 </channel>
25 </channels>
26 <trackers/>
27 </domain>
28 <domain>
29 <type>JUL</type>
30 <buffer_type>PER_UID</buffer_type>
31 <channels/>
32 </domain>
33 <domain>
34 <type>LOG4J</type>
35 <buffer_type>PER_UID</buffer_type>
36 <channels/>
37 </domain>
38 <domain>
39 <type>PYTHON</type>
40 <buffer_type>PER_UID</buffer_type>
41 <channels/>
42 </domain>
43 </domains>
44 <started>false</started>
45 <output>
46 <consumer_output>
47 <enabled>true</enabled>
48 <destination>
49 <path>/home/jonathan/lttng-traces/full_load-20160607-021349</path>
50 </destination>
51 </consumer_output>
52 </output>
53 </session>
54 </sessions>
This page took 0.031832 seconds and 5 git commands to generate.