Giter VIP home page Giter VIP logo

stressfilterevents's Introduction

Stress on ethereum - using filter Events

Description

This repository is a tool to make stress test by searching Events on ethereum networks.

Requirements

  • Docker/Docker-compose
  • Nodejs
  • Machine running in sync with some network (mainnet, rinkeby or some other public/private network)

Clone Repository

To configure and install Pantheon and Orion, you must clone this git repository in your local machine.

$ git clone https://github.com/eum602/StressFilterEvents.git

Customize your test

Edit docker compose to run as many dockers as you want, each of those searching from some block to another one (eg. From block 0 to block 500000)

$ vi $PWD/StressFilterEvents/docker-compose.yml

...
environment: &environment
  - FROM=0 #from which block
  - TO=50000 #latest #0,1,latest, etc
  - RPC_URL=http://your_ip:rpc_port
...

You can also add the number of parallel filter you want to make by simply copy/paste this block:

 serverX: #instead of 'X' make sure it varies on each block
     dockerfile: Dockerfile
     context: ./server
   volumes:
    - /app/node_modules
    - ./server:/app
   environment: *environment

Analyze the CPU performance in parallel

use your favourite CPU resource monitor to check in real time how the machine(ethereum node) that is performing the search is behaving.

stressfilterevents's People

Contributors

eum602 avatar

Watchers

James Cloos avatar  avatar  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.