-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an example to measure a optimizing filter pipleine performance
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# This example is to measure optimized filter pipeline performance. | ||
|
||
<source> | ||
@type dummy | ||
tag test | ||
size 1000 | ||
</source> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<filter test> | ||
@type grep | ||
exclude1 hello . | ||
</filter> | ||
|
||
<match test> | ||
@type buffered_null | ||
</match> |