Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 2e4a99f

Browse files
author
Harmen
authored
link the release page in the readme
And some more compile instructions.
1 parent 2ff023b commit 2e4a99f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ Statistics collected:
99
* aerospike_sets_*: statistics per set: objects, memory usage
1010
* aerospike_latency_*: read/write/etc latency rates(!), per namespace
1111
* aerospike_ops_*: read/write/etc ops per second, per namespace
12+
13+
## Binaries
14+
15+
The [releases](https://github.com/alicebob/asprom/releases) page has binaries.
16+
17+
## Building
18+
19+
- install the [Go compiler](https://golang.org/dl)
20+
- run `make`
21+
- copy the `./asprom` binary to where you need it
22+
23+
It's also easy to crosscompile with Go. You can build asprom for Linux on a Mac with: `GOOS=linux GOARCH=amd64 go build` and then copy the `asprom` binary over to your Linux machines.

0 commit comments

Comments
 (0)