其他分享
首页 > 其他分享> > ltp-ddt eth_parallel_processing

ltp-ddt eth_parallel_processing

作者:互联网

ETH_S_FUNC_PARALLEL_PROCESSING

source 'common.sh';

prepare_nfs_mount.sh "/mnt/nfs_mount"|| die "Mounting NFS Failed";

multi_run_processes.sh -s "/opt/ltp/runltp -f ddt/eth_ping -P $PLATFORM -s ETH_XS_FUNC_PING # dd if=/dev/urandom of=/mnt/nfs_mount/dd_test bs=1M count=100" -l "-n 2 -a 0x1 -d 1";

unmount_nfs.sh "/mnt/nfs_mount"

 

标签:ltp,mount,mnt,dd,ddt,sh,nfs,eth,parallel
来源: https://www.cnblogs.com/idyllcheung/p/10815480.html