Searched refs:mvalue (Results 1 – 3 of 3) sorted by relevance
91 mvalue="$(curl -s http://127.0.0.1:$port/metrics \93 if [ -z "$mvalue" ]; then mvalue=0; fi94 echo "metric $what: $mvalue"95 if [ "$mvalue" -eq "$value" ]; then
104 mvalue="$(curl -s http://127.0.0.1:$port/metrics \106 if [ -z "$mvalue" ]; then mvalue=0; fi107 echo "metric $what: $mvalue"108 if [ "$mvalue" -eq "$value" ]; then
1737 console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));