五月综合激情婷婷六月,日韩欧美国产一区不卡,他扒开我内裤强吻我下面视频 ,无套内射无矿码免费看黄,天天躁,日日躁,狠狠躁

新聞動(dòng)態(tài)

Polysh命令實(shí)現(xiàn)多日志查詢(xún)的方法示例

發(fā)布日期:2022-04-20 12:19 | 文章來(lái)源:源碼中國(guó)

一、Polysh簡(jiǎn)介

Polysh 是一個(gè)交互式命令,可以在一臺(tái)服務(wù)器上批量的對(duì)一批服務(wù)器進(jìn)行處理,運(yùn)行交互式命令。Polysh可以同時(shí)登錄多個(gè)遠(yuǎn)程主機(jī),而不需要通過(guò)relay一臺(tái)一臺(tái)的登錄,并執(zhí)行相同的指令,方便了問(wèn)題的排查和定位,大大減少了我們的工作量。

Polysh is a tool to aggregate several remote shells into one. It is used to launch an interactive remote shell on many machines at once. It is written in Python and requires Python ≥ 2.4.

注: 官方解釋?zhuān)篜olysh 是一個(gè)由幾個(gè)遠(yuǎn)程腳本集合而成的工具,它被用于在許多服務(wù)器上運(yùn)行一個(gè)交互式的遠(yuǎn)程腳本,由 Python 編寫(xiě),最低要求為 Python 2.4 。

二、polysh安裝

通過(guò)relay登錄staging機(jī)器,執(zhí)行如下命令安裝polysh。安裝目錄為用戶(hù)目錄: /opt/hl/。

1.已安裝python的安裝

wget wget http://guichaz.free.fr/polysh/files/polysh-0.4.tar.gz
tar -zxvf polysh-0.4.tar.gz
vim prod-polysh.sh

腳本內(nèi)容如下:

#10.252.176.33,10.252.176.35是你要鏈接的機(jī)器ip
python /opt/hl/polysh-0.4/polysh.py {10.252.176.33,10.252.176.35}

開(kāi)放給其他用戶(hù)可執(zhí)行的權(quán)限

chmod 777 prod-polysh.sh

2.未安裝python的安裝

wget wget http://guichaz.free.fr/polysh/files/polysh-0.4.tar.gz
tar -zxvf polysh-0.4.tar.gz
cd polysh-0.4 
su 
python setup.py install
vim prod-polysh.sh

腳本內(nèi)容如下:

#10.252.176.33,10.252.176.35是你要鏈接的機(jī)器ip
python /opt/hl/polysh-0.4/polysh.py {10.252.176.33,10.252.176.35}

開(kāi)放給其他用戶(hù)可執(zhí)行的權(quán)限

chmod 777 prod-polysh.sh

三、Xshell配置Xagent(mac可跳過(guò)這一步)

打開(kāi)文件-屬性,選擇SSH選項(xiàng),選擇”使用密碼處理的Xagent(SSH代理)”。然后將Xshell重啟。

四、polysh使用

4.1.使用方法一

polysh 10.252.176.33 10.252.176.35

4.2.使用方法二

./prod-polysh.sh

則會(huì)出現(xiàn)如下提示信息

[---hl-----]$ ./prod-polysh.sh
ready (8)

ready (8) 表示 8臺(tái)機(jī)器已經(jīng)連接完畢,可以執(zhí)行查詢(xún)命令。exit或Crtl+z都可以退出。

4.3.執(zhí)行命令

ready (8)>cd /opt/hl
ready (8)>pwd

顯示如下:

10.252.176.33: /opt/hl
10.252.176.35 : /opt/hl

五、源碼

可以通過(guò)git獲取polysh的源碼

git clone git://repo.or.cz/polysh.git

六、其他

以冒號(hào)開(kāi)頭的指令不會(huì)發(fā)送到遠(yuǎn)程主機(jī),polysh會(huì)執(zhí)行以冒號(hào)開(kāi)頭的指令,例如:

ready (2)> :help 
:add Add one or many remote shells. 
:chdir Change the current directory of polysh (not the remote shells). 
:disable Disable sending commands to remote shells. 
:enable Enable sending commands to remote shells. 
:export_vars Export some environment variables on enabled remote shells. 
:help List control commands or show their documentations. 
:hide_password Do not echo the next typed line. 
:list List remote shells and their states. 
:purge Delete disabled remote shells. 
:quit Quit polysh. 
:reconnect Try to reconnect to disconnected remote shells. 
:rename Rename all enabled remote shells with the argument. 
:replicate Copy a path from one remote shell to all others 
:reset_prompt Change the prompt to be recognized by polysh. 
:send_ctrl Send a control character to remote shells. 
:set_debug Enable or disable debugging output for remote shells. 
:set_log Duplicate every console I/O into the given local file. 
:show_read_buffer Print the data read by remote shells. 
:upload Upload the specified local path to enabled remote shells.

總結(jié)

以上就是這篇文章的全部?jī)?nèi)容了,希望本文的內(nèi)容對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,如果有疑問(wèn)大家可以留言交流,謝謝大家對(duì)本站的支持。

版權(quán)聲明:本站文章來(lái)源標(biāo)注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請(qǐng)保持原文完整并注明來(lái)源及原文鏈接。禁止復(fù)制或仿造本網(wǎng)站,禁止在非maisonbaluchon.cn所屬的服務(wù)器上建立鏡像,否則將依法追究法律責(zé)任。本站部分內(nèi)容來(lái)源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來(lái),僅供學(xué)習(xí)參考,不代表本站立場(chǎng),如有內(nèi)容涉嫌侵權(quán),請(qǐng)聯(lián)系alex-e#qq.com處理。

相關(guān)文章

實(shí)時(shí)開(kāi)通

自選配置、實(shí)時(shí)開(kāi)通

免備案

全球線(xiàn)路精選!

全天候客戶(hù)服務(wù)

7x24全年不間斷在線(xiàn)

專(zhuān)屬顧問(wèn)服務(wù)

1對(duì)1客戶(hù)咨詢(xún)顧問(wèn)

在線(xiàn)
客服

在線(xiàn)客服:7*24小時(shí)在線(xiàn)

客服
熱線(xiàn)

400-630-3752
7*24小時(shí)客服服務(wù)熱線(xiàn)

關(guān)注
微信

關(guān)注官方微信
頂部