mikewied / showfast

Performance dashboard

Home Page:showfast.sc.couchbase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

showfast

Go Report Card codebeat badge Docker image

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

showfast.sc.couchbase.com

License:Apache License 2.0


Languages

Language:Go 39.1%Language:HTML 31.6%Language:JavaScript 21.1%Language:CSS 7.1%Language:Makefile 0.7%Language:Dockerfile 0.4%