Skip to content

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

Notifications You must be signed in to change notification settings

lnbc1QWFyb24/coreln-network-loadtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published