timeout icon indicating copy to clipboard operation
timeout copied to clipboard

unknown output for 'Basic time limiting' example

Open fangbq opened this issue 6 years ago • 0 comments

I input:

$ /usr/local/bin/timeout -t 2 perl -e 'while ($i<100000000) {$i++;}'

Got:

$ TIMEOUT CPU 2.14 MEM 20608 MAXMEM 20608 STALE 0 MAXMEM_RSS 3540
$ <time name="ALL">2180</time>

My system: ubuntu 16.04

fangbq avatar Mar 23 '19 10:03 fangbq