dotnet中的counters说明(三)
本篇分別說明一下System.Net下的Http計數器,NameResolution計數器,Security計數器和Sockets計數器。
同時,下面指標各項()里的項目是--counters 參數[]里的項,用逗號分隔多項指標。
System.Net.Http計數器
以下計數器由 HTTP 堆棧發布。?(>=.NET5)
命令:
dotnet-counters?monitor?-n?websample?--counters?System.Net.Http
視圖:
指標:
Requests Started (requests-started)
總請求數
Requests Started Rate (requests-started-rate)
每秒請求數,請求率
Requests Failed (requests-failed)
請求失敗數
Requests Failed Rate (requests-failed-rate)
每秒請求失敗數
Current Requests (current-requests)
當前請求數
Current HTTP 1.1 Connections (http11-connections-current-total)
當HTTP 1.1 連接數
Current HTTP 2.0 Connections (http20-connections-current-total)
當HTTP 2.0 連接數
HTTP 1.1 Requests Queue Duration (http11-requests-queue-duration)
HTTP 1.1 請求在隊列中停留時間(ms)
HTTP 2.0 Requests Queue Duration (http20-requests-queue-duration)
HTTP 2.0 請求在隊列中停留時間(ms)
System.Net.NameResolution計數器
以下計數器跟蹤與 DNS 查找相關的指標。?(>.NET5)
命令:
dotnet-counters?monitor?-n?websample?--refresh-interval?1?--counters?System.Net.NameResolution
視圖:
指標:
DNS Lookups Requested (dns-lookups-requested)
請求的 DNS 總查找數
Current DNS?Lookups(current-dns-lookups)
當前的DNS查找數
Average DNS Lookup Duration (dns-lookups-duration)
DNS 查找所用的平均時間
System.Net.Security計數器
以下計數器跟蹤與傳輸層安全協議相關的指標。(>.NET5)
命令:
dotnet-counters?monitor?-n?websample?--refresh-interval?1?--counters?System.Net.Security
視圖:
指標:
TLS handshakes completed (tls-handshake-rate)
每秒完成的 TLS 握手數
Total TLS handshakes completed (total-tls-handshakes)
TLS 握手總數
Current TLS handshakes (current-tls-handshakes)
當前?TLS 握手數
Total TLS handshakes failed (failed-tls-handshakes)
失敗的 TLS 握手總數
All TLS Sessions Active (all-tls-sessions-open)
所有 TLS 會話數
TLS 1.0 Sessions Active (tls10-sessions-open)
?TLS 1.0 會話數
TLS 1.1 Sessions Active (tls11-sessions-open)
TLS 1.1 會話數
TLS 1.2 Sessions Active (tls12-sessions-open)
TLS 1.2 會話數
TLS 1.3 Sessions Active (tls13-sessions-open)
TLS 1.3 會話數
TLS Handshake Duration (all-tls-handshake-duration)
所有 TLS 握手的平均持續時間
TLS 1.0 Handshake Duration (tls10-handshake-duration)
TLS 1.0 握手的平均持續時間
TLS 1.1 Handshake Duration (tls11-handshake-duration)
TLS 1.1 握手的平均持續時間
TLS 1.2 Handshake Duration (tls12-handshake-duration)
TLS 1.2 握手的平均持續時間
TLS 1.3 Handshake Duration (tls13-handshake-duration)
TLS 1.3 握手的平均持續時間
System.Net.Sockets計數器
以下計數器跟蹤與 Socket 相關的指標(>.NET5)
命令:
dotnet-counters?monitor?-n?websample?--refresh-interval?1?--counters?System.Net.Sockets
視圖:
指標:
Outgoing Connections Established (outgoing-connections-established)
傳出連接總數
Incoming Connections Established (incoming-connections-established)
傳入連接總數
Bytes Received (bytes-received)
收到的字節總數
Bytes Sent (bytes-sent)
發送的字節總數
Datagrams Received (datagrams-received)
收到的數據報總數
Datagrams Sent (datagrams-sent)
發送的數據報總數
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的dotnet中的counters说明(三)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 比较两个字符串的相似度算法
- 下一篇: 天呐!你知道MSBuild都干了些什么