<div dir="ltr"><div>Hi!<br><br></div><div>I have a spesific problem which I'm debuging for.  Currently I use curl from the CLI, but it is a bit ad-hock.  I would like to have more long term statistics, and a more visual feedback to emphesize the issues.  <br><br></div><div>The catch is that I realy would like multiple outputs from curl.  The DNS lookup time, the initial tcp syn-ack (time_connect) and the total time.  Is it possible to make one probe generate three graphs?<br><br>while true; do curl -o /dev/null -s -w "%{time_namelookup} %{time_connect} %{time_total}\n" <a href="http://www.online.no/">http://www.online.no/</a>; sleep 1; done<br>0.005 0.011 0.047<br>0.005 0.011 0.045<br>0.004 0.010 0.046<br>0.005 0.011 0.053<br>0.005 0.011 0.039<br><br><br><br></div><div>-Erik<br></div></div>