sqshq / sampler

Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
https://sampler.dev
GNU General Public License v3.0
12.88k stars 573 forks source link

Windows version error strconv.ParseFloat #46

Open qw569 opened 5 years ago

qw569 commented 5 years ago

I use example search engine response time but get error FAILED TO PARSE A NUMBER strconv.ParseFloat: parsing "D:\\utilites\\sampler>": invalid syntax Result of run curl in command line Untitled

shutkarmannbii commented 5 years ago

SAMPLING FAILURE
exit status 23 curl work, syntax valid, windows 7 x64 upd for local exit status 7

sqshq commented 5 years ago

Hi @qw569 , what is the output of this command in your terminal? curl -o /dev/null -s -w '%{time_total}' https://www.google.com

qw569 commented 5 years ago

Hi @qw569 , what is the output of this command in your terminal? curl -o /dev/null -s -w '%{time_total}' https://www.google.com

Untitled

sqshq commented 5 years ago

There was an issue with comma parsing in v.1.0.0 What version of Sampler do you use? sampler -v

qw569 commented 5 years ago

There was an issue with comma parsing in v.1.0.0 What version of Sampler do you use? sampler -v

1.0.3

MBHudson commented 4 years ago

I'm having the same problem with the gauges, any solutions?

gerroon commented 3 years ago

I have the same issue with 1.1.0 on Linux