Giter Site home page Giter Site logo

sub-flood's Introduction

Overview

Flooding substrate node with transactions

To run:

# This will generate dist dir which is needed in order for the script to run
npm run build 

# If you would like to use this script with a network simulation tool like 
# "gurke" create a symlink of index.js of this package in a general purpose dir path
ln -s "$(pwd)"/dist/index.js /usr/local/bin/sub-flood

# Run script with
node dist/index.js

Details of the concept

Implemented script does the following:

  • Derives temporary accounts from Alice account
  • Setups these accounts, transfering existential deposit to them
  • Generates bunch of transactions, transfers from temporary accounts to Alice
  • Sends generated transactions in batches in several threads every second

In order to measure TPS (transactions per seconds) metric script calculates, how many transactions were included into the blocks on the latest step (obviously it will be just a part of all sent transactions) and divides on time of operation.

Script may also try to wait for all sent transactions' finalization (see corresponding startup argument). In this case, script pauses several times, checking every time, if all transactions were finalized.

Startup arguments

  • total_transactions - total amount of generated transactions, default is 25000
  • scale - scaling parameter for spreading all load among threads, default is 100
  • total_threads - total amount of used threads, default is 10
  • url - url to RPC node, default is "ws://localhost:9944"
  • finalization - boolean flag, if true, script should wait for all transactions finalization, default is false
  • finalization_timeout - amount of time to wait in every attempt, default is 20000 (in ms); screen makes several attempts, so the total waiting time is finalization_timeout * finalization_attempts
  • finalization_attempts - amount of waiting attempts, default is 5

sub-flood's People

Contributors

dependabot[bot] avatar grbizl avatar nikvolf avatar radupopa2010 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.