-
Couldn't load subscription status.
- Fork 419
Closed
Milestone
Description
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
Labels
No labels