Gathering multiple system parameters in a single call
Gathering multiple system parameters in a single call
Posted Apr 8, 2022 23:42 UTC (Fri) by HenrikH (subscriber, #31152)In reply to: Gathering multiple system parameters in a single call by jezuch
Parent article: Gathering multiple system parameters in a single call
I think you are quite correct:
henrik@Sineya:~$ time lsof > /dev/null
real 0m8,932s
user 0m1,899s
sys 0m1,497s
henrik@Sineya:~$ time lsof -n > /dev/null
real 0m3,276s
user 0m1,834s
sys 0m1,387s