Skip to content

elliotBroxton/showfast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

529 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

showfast

Go Report Card codebeat badge Docker Hub package

Couchbase Server performance dashboard.

Prerequisites

  • Couchbase Server 4.x.

Building from the source

First, install Go vendor tool:

> go get -u github.com/kardianos/govendor

Pull third-party packages into vendor folder:

> govendor sync

Build the project:

> go build

Usage

> docker pull perflab/showfast
> docker run -t -i -e CB_HOST=... -e CB_PASS=... -p 8000:8000 perflab/showfast

About

Performance dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.0%
  • JavaScript 26.5%
  • Go 25.8%
  • CSS 6.0%
  • Other 0.7%