Hi, --noswap calls vmstat, which has a different name (vm_stat) on Mac OS X for some strange reason.
Changing "vmstat" to "vm_stat" in all 3 places it is referenced from seemingly solves the problem. Otherwise the following error message is reported: sh: vmstat: command not found Use of uninitialized value $swap_out in pattern match (m//) at /usr/local/bin/parallel line 2164. Use of uninitialized value $swap_out in pattern match (m//) at /usr/local/bin/parallel line 2164. [and several more of those] Is OSX supported anyway? Thanks, Ozgur
