Linux analog multi-threaded copy

Source: Internet
Author: User

#!/bin/SH#日志文件log_file=/data/Threadcp.loga=$(Date+%h%m%S)Echo-E"starttime:\t$a"#最大线程数nParellel=4#获取需拷贝文件数组cd/data/testsrcfilelist=() J=0 for file inch$(ls*) DoFilelist[j]=$file Let"J + +"     Done#获取拷贝文件数filenum=$(ls|WC-W) Ajobs=() for((Nextjob =0; Nextjob < FileNum; )); Do     for((IJob =0; IJob < Nparellel; ++ijob)); Do        if[$nextJob-eq $filenum]; ThenBreak ; fi        if[ !"${ajobs[ijob]}"] || !Kill-0${ajobs[ijob]}2>/dev/NULL; Then            {                CP${filelist[nextjob]}/data/EXTDEcho "[$ (Date"+%f%T")]: ${filelist[nextjob]}">>$log _file#Echo "[$ (Date"+%f%T")]: ${nextjob}">>$log _file}& Let"nextjob++"Ajobs[ijob]=$!fi     Done    Sleep.1 Donewaitb=$(Date+%h%m%S)Echo-E"endtime:\t$b"

Linux analog multi-threaded copy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.