[20131226]linux下使用pigz高效傳輸檔案.txt
[20131226]linux下使用pigz高效傳輸檔案.txt
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits
multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the
zlib and pthread libraries. To compile and use pigz, please read the README file in the source code distribution. You
can read the pigz manual page here.
以前自己也測試過,tar+pigz確實非常快.
http://blog.itpub.net/267265/viewspace-752461/
今天要克隆機器,要傳輸檔案從新機器,我使用如下:
我使用的linux版本是centos 6.2,pigz從這裡下載:
# rpm -qa | grep pigz
pigz-2.1.6-1.el6.rf.x86_64
使用命令如下:
tar cvf - oracle -I pigz | ssh oracle@ip_address "( cd /u01/app/ ; tar xvf - -I pigz )"
or
tar cvf - oracle -I pigz | ssh oracle@ip_address tar xvf - -I pigz -C /u01/app/
--注意cvf 後面的-,千萬不要忘記寫!
--注意xvf 後面的-,千萬不要忘記寫!
--我拿pigz與lzop做了對比,明顯pigz快許多.當然如果你網路不行,使用pigz會影響正常的業務.
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits
multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the
zlib and pthread libraries. To compile and use pigz, please read the README file in the source code distribution. You
can read the pigz manual page here.
以前自己也測試過,tar+pigz確實非常快.
http://blog.itpub.net/267265/viewspace-752461/
今天要克隆機器,要傳輸檔案從新機器,我使用如下:
我使用的linux版本是centos 6.2,pigz從這裡下載:
# rpm -qa | grep pigz
pigz-2.1.6-1.el6.rf.x86_64
使用命令如下:
tar cvf - oracle -I pigz | ssh oracle@ip_address "( cd /u01/app/ ; tar xvf - -I pigz )"
or
tar cvf - oracle -I pigz | ssh oracle@ip_address tar xvf - -I pigz -C /u01/app/
--注意cvf 後面的-,千萬不要忘記寫!
--注意xvf 後面的-,千萬不要忘記寫!
--我拿pigz與lzop做了對比,明顯pigz快許多.當然如果你網路不行,使用pigz會影響正常的業務.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-1065004/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用tar+pigz+ssh實現大資料的高效傳輸大資料
- Linux 檔案傳輸Linux
- 簡單實現TCP下的大檔案高效傳輸TCP
- Transmit:mac檔案傳輸的高效工具MITMac
- Windows -> Linux 檔案傳輸WindowsLinux
- wtfpd檔案傳輸使用
- linux下遠端傳送檔案命令,通過ssh協議傳輸檔案Linux協議
- Linux 下用 SCP 無需輸入密碼傳輸檔案Linux密碼
- 【多檔案自平衡雲傳輸】使用展示 —— 檔案傳輸系統
- Mac Linux檔案互相傳輸MacLinux
- 高效可靠安全的大檔案傳輸系統,瞭解一下!
- [20130109]使用bbcp傳輸檔案.txt
- linux之間檔案傳輸scpLinux
- linux 間定時傳輸檔案Linux
- 兩臺linux的檔案傳輸Linux
- 使用ftp自動傳輸檔案FTP
- Linux下輸出excel檔案LinuxExcel
- Java傳輸檔案使用Base64優化傳輸速率。Java優化
- Linux SSh scp使用【遠端檔案/目錄的傳輸】Linux
- 什麼是極速檔案傳輸,極速檔案傳輸如何進行大檔案傳輸
- 實現linux和windows檔案傳輸LinuxWindows
- linux 系統之間傳輸檔案Linux
- Java 使用 TCP 和 UDP 傳輸檔案JavaTCPUDP
- 如何有序高效地進行大檔案跨國傳輸?
- webservice傳輸檔案Web
- scp 傳輸檔案
- sftp 傳輸檔案FTP
- 還在使用檔案傳輸協議傳輸機密檔案?你可能是對檔案傳輸協議有什麼誤會協議
- 大檔案如何傳輸,大檔案的傳輸方式有哪些?
- php如何上傳txt檔案,並且讀取txt檔案PHP
- Linux scp 後臺執行傳輸檔案Linux
- Windows&Linux檔案傳輸方式總結WindowsLinux
- 如何傳輸檔案到linux伺服器?Linux伺服器
- 高延時下如何快速傳輸大量檔案
- Mac下利用SSH進行傳輸檔案(轉)Mac
- 【rsync】使用rsync命令提高檔案傳輸效率
- 檔案傳輸協議的五種安全檔案傳輸替代方案協議
- 什麼是高延遲檔案傳輸?為什麼要使用高延遲檔案傳輸