diff options
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/dmap1b.csv.expected | 2 | ||||
| -rw-r--r-- | integrationtests/dmap1c.csv.expected | 2 | ||||
| -rw-r--r-- | integrationtests/dmap1c.csv.query.expected | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/integrationtests/dmap1b.csv.expected b/integrationtests/dmap1b.csv.expected new file mode 100644 index 0000000..bc34db1 --- /dev/null +++ b/integrationtests/dmap1b.csv.expected @@ -0,0 +1,2 @@ +count($line),last($time),avg($goroutines),min(concurrentconnections),max(lifetimeconnections) +527,20211002-071949,11.411765,0.000000,6.000000 diff --git a/integrationtests/dmap1c.csv.expected b/integrationtests/dmap1c.csv.expected new file mode 100644 index 0000000..c51d408 --- /dev/null +++ b/integrationtests/dmap1c.csv.expected @@ -0,0 +1,2 @@ +count($line),last($time),avg($goroutines),min(concurrentconnections),max(lifetimeconnections) +1,20211002-071949,15.000000,0.000000,6.000000 diff --git a/integrationtests/dmap1c.csv.query.expected b/integrationtests/dmap1c.csv.query.expected new file mode 100644 index 0000000..526e5a2 --- /dev/null +++ b/integrationtests/dmap1c.csv.query.expected @@ -0,0 +1 @@ +from STATS select count($line),last($time),avg($goroutines),min(concurrentConnections),max(lifetimeConnections) group by $hostname where $time eq "20211002-071949" outfile dmap1c.csv.tmp
\ No newline at end of file |
