Explanation of the outout of lsperf, a logstash performance testing tool -


i trying use lsperfm, logstash peformance testing tool. have followed installation instructions mentioned in readme.md in github wiki. have logstash 1.5.2 installed in logstash 1.5.2/.

i faced problem in bootstrap step mentioned in readme.md in github wiki. after executing rake bootstrap , lsperfm-deps when tried execute bin/logstash deps threw me error

no such command "deps".

other installation went fine.

on executing lsperm logstash root directory. got below output:-

simple line in/out,7.94,120.33,2688000,22339,28700.00,27043 simple line in/json out,13.03,120.32,2682000,22291,29600.00,27300 json codec in/out,8.65,120.04,1896000,15795,19500.00,18652 line in/json filter/json out,7.96,120.18,1398000,11633,17200.00,14226 apache in/json out,8.37,120.08,2372040,19755,28000.00,26260 apache in/grok codec/json out,7.82,120.11,1051380,8753,11000.00,10365 syslog in/json out,9.14,120.81,294000,2434,3000.00,2882   

this has been answered pere ubron here . reposting below:-

thanks testing gem, must tell nowadays still experimental, things can change lot till version 1.0 smile .

regarding installation procedures, part misleading, noticing bug. bin/logstash deps versions before 1.5. why able run test without problems.

regarding output, bug, should see explanatory headers, output missing them. explain, briefly here in order appear:

  • the name of test.
  • the time necessary bootstrap/start logstash test.
  • how long test running.
  • number of events processed.
  • average events per second during test.
  • best events per second during test.
  • top 20% average events per second during test.

as imagine feeding different data , different configurations logstash numbers out. can see configurations used inside defaults directory.

/cheers

purbon


Comments