gongxun0928 / perflock

Locking wrapper for running benchmarks on shared hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perflock is a simple locking wrapper for running benchmarks on shared hosts.

To build, install, and start perflock system-wide, run

$ go get github.com/aclements/perflock/cmd/perflock
$ cd $GOPATH/src/github.com/aclements/perflock
$ ./install.bash

If your init system is supported, this will also configure perflock to start automatically on boot.

Manual installation

To install perflock manually, run

$ go get github.com/aclements/perflock/cmd/perflock
$ sudo install $GOPATH/bin/perflock /usr/bin/perflock

To start the perflock daemon manually, run

$ sudo -b perflock -daemon

To enable the perflock daemon on boot, see the instructions for your init system in the init/ directory.

About

Locking wrapper for running benchmarks on shared hosts

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 94.3%Language:Shell 5.7%