-
Notifications
You must be signed in to change notification settings - Fork 9
/
tsung.xml
31 lines (27 loc) · 1.13 KB
/
tsung.xml
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
<?xml version="1.0"?>
<!DOCTYPE tsung SYSTEM "/user/share/tsung/tsung-1.0.dtd">
<tsung loglevel="notice" version="1.0">
<clients>
<client host="localhost" use_controller_vm="false" maxusers="64000" />
</clients>
<servers>
<server host="127.0.0.1" port="1514" type="tcp" />
</servers>
<load>
<arrivalphase phase="1" duration="120" unit="second">
<users maxnumber="100000" arrivalrate="100" unit="second" />
</arrivalphase>
</load>
<sessions>
<session name="json" weight="10" type="ts_raw">
<transaction name="jsonopen">
<request> <raw data="<13>1 2020-04-15T21:16:43.268478-07:00 coconut tyler - - [timeQuality] {"this": "is some JSON data", "meta" : {"topic": "test"}}" ack="no_ack"></raw> </request>
</transaction>
</session>
<session name="junk" weight="1" type="ts_raw">
<transaction name="junkopen">
<request> <raw data="<13>1 2020-04-15T21:16:43.268478-07:00 coconut tyler - - [timeQuality] some junk" ack="no_ack"></raw></request>
</transaction>
</session>
</sessions>
</tsung>