You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,15 @@ Statistics collected:
9
9
* aerospike_sets_*: statistics per set: objects, memory usage
10
10
* aerospike_latency_*: read/write/etc latency rates(!), per namespace
11
11
* 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