mirror of https://github.com/etcd-io/dbtester.git
*: update README, command desription
This commit is contained in:
parent
369a6c4085
commit
f12aa2f4b4
|
|
@ -15,12 +15,12 @@ All logs and results can be found at https://console.cloud.google.com/storage/br
|
|||
- 3 machines of 8 vCPUs + 1 6GB Memory + 50 GB SSD
|
||||
- 1 machine(client) of 16 vCPUs + 30 GB Memory + 50 GB SSD
|
||||
- Ubuntu 16.10
|
||||
- etcd v3.1 (Go 1.7.4)
|
||||
- Zookeepr r3.4.9
|
||||
- Java 8
|
||||
- Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
|
||||
- Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
|
||||
- javac 1.8.0_111
|
||||
- etcd v3.1 (Go 1.7.4)
|
||||
- Consul v0.7.2 (Go 1.7.4)
|
||||
- zetcd v3.1 (Go 1.7.4)
|
||||
- cetcd v3.1 (Go 1.7.4)
|
||||
|
|
|
|||
9
main.go
9
main.go
|
|
@ -18,15 +18,10 @@
|
|||
// dbtester [command]
|
||||
//
|
||||
// Available Commands:
|
||||
// agent Database agent in remote servers.
|
||||
// analyze Analyzes test results specific to dbtester.
|
||||
// agent Database 'agent' in remote servers (runs database, upload logs).
|
||||
// analyze Analyzes test dbtester test results.
|
||||
// control Controls tests.
|
||||
//
|
||||
// Flags:
|
||||
// -h, --help help for dbtester
|
||||
//
|
||||
// Use "dbtester [command] --help" for more information about a command.
|
||||
//
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue