I'm executing 60 scripts with GNU parallel(they all have wget commands in there)but I have noticed that after a few hours execution will slow down a bit. What could be causing this?
I'm executing parallel with this command: parallel -j 60 < list where "list" is just a file with directories to 60 scripts.
I'm on a CentOS 6.5 machine.
wgetit might be highly related to network issues for the slower execution of the scripts. – Ramesh Apr 8 '14 at 22:47htopI see minimal CPU usage and network usage remains constant. This VM(hosted on kvm)has 8 threads and 24GBs of RAM. – Dominique Apr 8 '14 at 23:29