https://github.com/couchbaselabs/showfast
Performance dashboard
https://github.com/couchbaselabs/showfast
couchbase dashboard performance
Last synced: 3 months ago
JSON representation
Performance dashboard
- Host: GitHub
- URL: https://github.com/couchbaselabs/showfast
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2013-07-14T07:16:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T23:07:41.000Z (3 months ago)
- Last Synced: 2025-02-13T00:21:51.490Z (3 months ago)
- Topics: couchbase, dashboard, performance
- Language: HTML
- Homepage: showfast.sc.couchbase.com
- Size: 1.19 MB
- Stars: 19
- Watchers: 34
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - couchbaselabs/showfast - Performance dashboard (others)
README
showfast
========
[](https://goreportcard.com/report/github.com/couchbaselabs/showfast)
[](https://codebeat.co/projects/github-com-couchbaselabs-showfast)
[](https://hub.docker.com/r/perflab/showfast/tags)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
```