pprof進行golang程式效能分析

來源:互聯網
上載者:User
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。

一、匯入包

import _ "net/http/pprof"

 

二、啟動監控routine

go func() {
http.ListenAndServe("0.0.0.0:18080", nil)
}()


三、訪問web服務
例:分析CPU佔用情況
go tool pprof http://localhost:18080/debug/pprof/profile
(pprof) top10Total: 2525 samples     298  11.8%  11.8%      345  13.7% runtime.mapaccess1_fast64     268  10.6%  22.4%     2124  84.1% main.FindLoops     251   9.9%  32.4%      451  17.9% scanblock     178   7.0%  39.4%      351  13.9% hash_insert     131   5.2%  44.6%      158   6.3% sweepspan     119   4.7%  49.3%      350  13.9% main.DFS      96   3.8%  53.1%       98   3.9% flushptrbuf      95   3.8%  56.9%       95   3.8% runtime.aeshash64      95   3.8%  60.6%      101   4.0% runtime.settype_flush      88   3.5%  64.1%      988  39.1% runtime.mallocgc

四、參考
// pprof 命令
https://blog.golang.org/profiling-go-programs
// web 上幾項監控指標
https://golang.org/pkg/net/http/pprof/
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.