Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 728 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 728 Bytes

CoreLN Network Loadtest CLI

A simple CLI for load testing a network of Core Lightning nodes by connecting to them via commando and doing some basic data fetching.

Run a Load Test

You can use the pre built binary CLI:

./connections loadtest "path_to_connections_text_file"

The only argument to the loadtest command is a path to a file that contains a new line separated list of urls which contain the node connection details. See ./example.connections for an example connections file.

Building From Source

  1. Install Bun:
curl -fsSL https://bun.sh/install | bash
  1. Install the dependencies:
bun install
  1. Build the binary:
bun run build