8000 GitHub - goncalotomas/fmke_client: FMKe client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

goncalotomas/fmke_client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmke_client

Erlang Version Build Status

This repository contains client code for the FMKe benchmark. The client is available as a fork of Lasp Bench, a Workload Generation tool written in Erlang.

Build

To compile fmke_client you can run the following command:

rebar3 escriptize

This will download dependencies and generate a lasp_bench binary.

Run

You will find a fmke_client.config file under examples that should be configured with the IP addresses and corresponding ports of your running FMKe nodes.

After ensuring you have a correct configuration file you can start the client by running:

./_build/default/bin/lasp_bench examples/fmke_client.config

Note that you might require more than one instance of the client running at the same time in order to achieve maximum throughput on your database system. Refer to the FMKe documentation for further instructions on achieving this.

Getting Results

You can run make results to generate throughput and latency plots for a single client, but other utilities will be made available to allow the merging of results of multiple clients into a single, global result. Refer to the FMKe documentation.

About

FMKe client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 71.2%
  • Shell 17.7%
  • R 5.6%
  • HTML 3.8%
  • Other 1.7%
0