Skip to content

Instantly share code, notes, and snippets.

@coolacid
Last active August 29, 2015 14:02
Show Gist options
  • Save coolacid/0dd382857fb20e0dc229 to your computer and use it in GitHub Desktop.
Save coolacid/0dd382857fb20e0dc229 to your computer and use it in GitHub Desktop.
Logstash KV/Conditional Test
Config file here: https://github.com/coolacid/GettingStartedWithELK/blob/master/Other/KV/KV_Stomping.conf
10,000 of each generator type
Command: time bin/logstash -f KV_Stomping.conf > /dev/null
With Conditionals
real 0m21.677s
user 0m44.223s
sys 0m1.781s
Without Conditionals
real 0m21.835s
user 0m44.138s
sys 0m1.827s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment