-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexperiment-site.xml
More file actions
105 lines (91 loc) · 3.14 KB
/
experiment-site.xml
File metadata and controls
105 lines (91 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may obtain
a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless
required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License.
See accompanying LICENSE file. -->
<!-- Put site-specific property overrides in this file. -->
<configuration>
<property>
<name>emulator.io.log.location</name>
<value>G:\ansys\FilterResult.csv</value>
<description>The I/O Log location. It’s the output location for
extractor and input location for cleaner.
</description>
</property>
<property>
<name>emulator.merge.keyword</name>
<value>timesequence</value>
<description>The keyword for date merge, it is used in cleaner and
flusher. Available options are ‘timesequence’ and ‘filename’
</description>
</property>
<property>
<name>emulator.opr.filter</name>
<value>irp</value>
<description>Operation type(s) that can pass operation type filter.
If
more than two type, delimits them by ‘,’. Available options are IRP,
FSF, NIO.
</description>
</property>
<property>
<name>emulator.irp.filter</name>
<value>all</value>
<description>
Irp flag that can pass irp flag filter. If more than two
type, delimits
them by ‘,’. Available options are all, c, p, s, y
</description>
</property>
<property>
<name>emulator.majorop.filter</name>
<value>read</value>
<description>Major operation that can pass major operation filter.
Only read, write is available.
</description>
</property>
<property>
<name>emulator.status.filter</name>
<value>success</value>
<description>Operation status that can pass status filter. Available
options are success, error and waring.
</description>
</property>
<property>
<name>emulator.keyword.filter</name>
<value>\Device\HarddiskVolume2\Users\test\AppData\Local\Temp\WB_TEST-PC1_test_9036_2\_ProjectScratch\</value>
<description>Operation contains the specified keyword can pass the
keyword filter.
</description>
</property>
<property>
<name>emulator.process.filter</name>
<value>146,258</value>
<description>Process id of wanted exe.</description>
</property>
<property>
<name>emulator.replay.log.location</name>
<value>/home/reidchan/Desktop/Simulog_1</value>
<description>The output directory for flusher.
</description>
</property>
<property>
<name>emulator.buffer.size</name>
<value>50000</value>
<description>The number of records will be stored in flusher before
being flushed.
</description>
</property>
<property>
<name>emulator.fake.file.location</name>
<value>/home/reidchan/Desktop/FakeFile</value>
<description>The fake file location, it is the output location for
generator.
</description>
</property>
</configuration>