Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

lsperfm getting stuck when file output is specified #22

@debraj-manna

Description

@debraj-manna

It seems lsperm is getting stuck when file output plugin is used. It is just printing
.............................

Below are my suite:-

conf/simple.conf

input {
  stdin {}
}

filter {
  clone {}
}

output {  
  file {
     path => "/tmp/test.log"
 }
}

input/simple.txt

test 01
test 02
test 03

suite/suite.rb

[
  {:name => "simple line in/out", :config => "config/simple.conf", :input => "input/simple.txt", :time => 5},
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions