一个Web应用程序用于分析Go编写的其他Web应用程序

网友投稿 548 2022-10-17

一个Web应用程序用于分析Go编写的其他Web应用程序

一个Web应用程序用于分析Go编写的其他Web应用程序

Cleo

A web application used to analyze other web applications written in Go. It generates LARs (long-ass reports) of tests performed.

Updates :

Inspect CPU times.Test applications built and deployed at external locations. This application must have pprof handlers available.

Requirements

Go langgo-work : install with go get github.com/adjust/go-wrk$GOPATH set. Guide here. On windows install go with Choco to skip this step.

Install

Install with :

$ go get github.com/cheikhshift/cleo

Launch

Run the following command to launch application :

$ cleo

Go project setup

Your Go web application should retrieve the port number to listen on from env. variable $PORT.

Example

...port := ":defaultport"if envport := os.ExpandEnv("$PORT"); envport != "" { port = fmt.Sprintf(":%s", envport)}...log.Fatal(http.ListenAndServe(port, nil) )

Projects used

Twitter bootstrap beta 4.0.0-beta.2Angular js 1.5.6MomentumGopherSauceChart.js

Screenshots

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:基于GIS的生态安全网络格局构建(附练习数据下载)
下一篇:国内77个城市建筑物轮廓矢量数据下载(带高度)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~