I am unpacking a large tar file.
top -m io
shows that bsdtar uses 100.00% (not sure of what, probably disk io). Is it possible to "throttle" the disk usage when starting the tar
command in a similar way that nice -n 20
would "throttle" the amount of CPU the process takes (alters the scheduling priority)? Or would using nice
with tar
also alter the disk priority?