生活随笔
收集整理的這篇文章主要介紹了
RabbitMQ控制台详解
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
文章目錄
屬性說(shuō)明
| overview→Totals | 所有隊(duì)列的阻塞情況 |
| Ready | 待消費(fèi)的消息總數(shù) |
| Unacked | 待應(yīng)答的消息總數(shù) |
| Total | 總數(shù) Ready+Unacked |
屬性說(shuō)明
| Publish | producter pub消息的速率 |
| Publisher confirm | broker確認(rèn)pub消息的速率 |
| Deliver(manual ack) | ustomer手動(dòng)確認(rèn)的速率 |
| Deliver( auto ack) | customer自動(dòng)確認(rèn)的速率 |
| Consumer ack | customer正在確認(rèn)的速率 |
| Redelivered | 正在傳遞’redelivered’標(biāo)志集的消息的速率 |
| Get (manual ack) | 響應(yīng)basic.get而要求確認(rèn)的消息的傳輸速率 |
| Get (auto ack) | 響應(yīng)于basic.get而發(fā)送不需要確認(rèn)的消息的速率 |
| Return | 將basic.return發(fā)送給producter的速率 |
| Disk read | queue從磁盤(pán)讀取消息的速率 |
| Disk write | queue從磁盤(pán)寫(xiě)入消息的速率 |
整體角色的個(gè)數(shù)
屬性說(shuō)明
| Connections | client的tcp連接的總數(shù) |
| Channels | 通道的總數(shù) |
| Exchange | 交換器的總數(shù) |
| Queues | 隊(duì)列的總數(shù) |
| Consumers | 消費(fèi)者的總數(shù) |
屬性說(shuō)明
| Overview→Nodes | broker的屬性 |
| Name | broker名稱(chēng) |
| File descriptors | broker打開(kāi)的文件描述符和限制 |
| Socket descriptors | broker管理的網(wǎng)絡(luò)套接字?jǐn)?shù)量和限制。當(dāng)限制被耗盡時(shí),RabbitMQ將停止接受新的網(wǎng)絡(luò)連接 |
| Erlang processes | erlang啟動(dòng)的進(jìn)程數(shù) |
| Memory | 當(dāng)前broker占用的內(nèi)存 |
| Disk space | 當(dāng)前broker占用的硬盤(pán) |
| Uptime | 當(dāng)前broker持續(xù)運(yùn)行的時(shí)長(zhǎng) |
| Info | 集群的信息 |
| Reset stats | 重啟單節(jié)點(diǎn)或整個(gè)集群 |
屬性說(shuō)明
| Overview->Export definitions | 定義由用戶(hù),虛擬主機(jī),權(quán)限,參數(shù),交換,隊(duì)列和綁定組成。 它們不包括隊(duì)列的內(nèi)容或集群名稱(chēng)。 獨(dú)占隊(duì)列不會(huì)被導(dǎo)出 |
| Overview->Import definitions | 導(dǎo)入的定義將與當(dāng)前定義合并。 如果在導(dǎo)入過(guò)程中發(fā)生錯(cuò)誤,則所做的任何更改都不會(huì)回滾 |
屬性說(shuō)明
| Connections | 連接的屬性 |
| Virtual host | 所屬的虛擬主機(jī) |
| Name | 名稱(chēng) |
| User name | 使用的用戶(hù)名 |
| State | 當(dāng)前的狀態(tài),running:運(yùn)行中;idle:空閑 |
| SSL/TLS | 是否使用ssl進(jìn)行連接 |
| Protocol | 使用的協(xié)議 |
| Channels | 創(chuàng)建的channel的總數(shù) |
| From client | 每秒發(fā)出的數(shù)據(jù)包 |
| To client | 每秒收到的數(shù)據(jù)包 |
| Channels | 當(dāng)前連接所有創(chuàng)建的通道 |
通道的屬性
屬性說(shuō)明
| channel | 名稱(chēng) |
| Node | 節(jié)點(diǎn)名稱(chēng) |
| Virtual host | 所屬的虛擬主機(jī) |
| User name | 使用的用戶(hù)名 |
| Mode | 渠道保證模式。 可以是以下之一,或者不是:C: confirm。T:transactional(事務(wù)) |
| State | 當(dāng)前的狀態(tài),running:運(yùn)行中;idle:空閑 |
| Unconfirmed | 待confirm的消息總數(shù) |
| Prefetch | 設(shè)置的prefetch的個(gè)數(shù) |
| Unacker | 待ack的消息總數(shù) |
| publish | producter pub消息的速率 |
| confirm | producter confirm消息的速率 |
| deliver/get | consumer 獲取消息的速率 |
| ack | consumer ack消息的速率 |
Exchanges 交換器屬性
屬性說(shuō)明
| Virtual host | 所屬的虛擬主機(jī) |
| Name | 名稱(chēng) |
| Type | exchange type |
| Features | 功能。 可以是以下之一,或者不是:D: 持久化。T:Internal,存在改功能表示這個(gè)exchange不可以被client用來(lái)推送消息,僅用來(lái)進(jìn)行exchange和exchange之間的綁定,否則可以推送消息也可以綁定 |
| Message rate in | 消息進(jìn)入的速率 |
| Message rate out | 消息出去的速率 |
Queues 隊(duì)列的屬性
屬性說(shuō)明
| Virtual host | 所屬的虛擬主機(jī) |
| Name | 名稱(chēng) |
| Features | 功能。 可以是以下之一,或者不是:D: 持久化 |
| State | 當(dāng)前的狀態(tài),running:運(yùn)行中;idle:空閑 |
| Ready | 待消費(fèi)的消息總數(shù) |
| Unacked | 待應(yīng)答的消息總數(shù) |
| Total | 總數(shù) Ready+Unacked |
| incoming | 消息進(jìn)入的速率 |
| deliver/get | 消息獲取的速率 |
| ack | 消息應(yīng)答的速率 |
總結(jié)
以上是生活随笔為你收集整理的RabbitMQ控制台详解的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。