This is written on the Solaris OS
Plug-in code :
curl -o STDOUT -w “Connect: %{time_connect} DLSize: %{size_download} DLSpeed: %{speed_download} ResolveTime: %{time_namelookup} \n” -s google.com
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 363 100 363 0 0 3994 0 --:–:-- --:–:-- --:–:-- 0
Connect: 0.070
DLSize: 363
DLSpeed: 3994.000
ResolveTime: 0.052
Unfortunately I do not want to display the text highlighted in red.
Does anyone know how to filter it out ?
With Kind regards !