Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sipp cannot find infindex by path #395

@sergey-safarov

Description

@sergey-safarov

I cannot start sipp with -infindex options and absolute path

[root@localhost sipp]# cd /etc/sipp/
[root@localhost sipp]# sipp -inf data.csv -infindex /etc/sipp/data.csv 0 -i 127.0.0.1 127.0.0.1
2019-05-21	06:23:52.795210	1558419832.795210: Could not find file for -infindex: /etc/sipp/data.csv.

But csv file exist

[root@localhost sipp]# cat /etc/sipp/data.csv
RANDOM
3444333;45678*#;100000;10000
222222;456;8000;10000
333;678;60000;10000

Also failed command with relative path

[root@localhost sipp]# sipp -inf data.csv -infindex ../sipp/data.csv 0 -i 127.0.0.1 127.0.0.1
2019-05-21	06:25:38.682625	1558419938.682625: Could not find file for -infindex: ../sipp/data.csv.

Same command with filename only is correct.

[root@Nieblestim_RS02 sipp]# sipp -inf data.csv -infindex data.csv 0 -i 127.0.0.1 127.0.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions