Comment 14 for bug 1554970

Revision history for this message
Alexander Bozhenko (alexbozhenko) wrote :

@aelagin

Looks like you are right.
This is the output from customer's compute node:
root@compute-0-10:~# time lshw -xml -sanitize -C network -C storage >/dev/null

real 0m26.769s
user 0m25.924s
sys 0m0.804s
root@compute-0-10:~# time lshw -xml -sanitize >/dev/null

real 0m24.949s
user 0m24.172s
sys 0m0.736s
root@compute-0-10:~#

So "-C network -C storage" doesn't improve time a lot..

But how cached file will handle hardware change?