Starting up with node speed.js doesn't output anything in the console but I can infer it's running as the log.csv is generated. However, I can't get any site up using http://host:3131 or http://host:3131/index.html. Any clues so I can tell if the http server is running or not?
Changing the config to show charts on the console doesn't help. I literally get no output to the console either way. Not even errors.
oh, hang on. I spotted I have to set consoleLog: true. I'm getting er, console logs now! 👍
Try http://localhost:3131 instead of host:3131. I just cloned this down on a brand new machine with a clean environ and everything runs and is visible in the browser just fine.
Starting up with
node speed.js
doesn't output anything in the console but I can infer it's running as thelog.csv
is generated. However, I can't get any site up usinghttp://host:3131
orhttp://host:3131/index.html
. Any clues so I can tell if the http server is running or not?Changing the config to show charts on the console doesn't help. I literally get no output to the console either way. Not even errors.
oh, hang on. I spotted I have to set
consoleLog: true
. I'm getting er, console logs now! 👍but I still get nothing from
curl
or the browser...