Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bloop-server-tester

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bloop-server-tester

CLI tool for testing bloop servers

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Bloop Server Tester

Release

Utility for testing bloop server implementations and performance.

Installation

npm i -g bloop-server-tester

Usage

To get a list of all commands and their arguments/options, run:

bloop-server-tester --help

By default, the tester will not validate server certificates. If you wish to do so, you can enable validation for any command by supplying the --validate-cert option.

Each command uses an auth string to connect. An auth string is always in the following format:

<client-id>:<client-secret>@<host>:<port>

Test authentication

Test authentication with a given client ID and secret:

bloop-server-tester auth <auth-string>

Test ping reply time

Test the ping reply time of a server with a given number of iterations (defaults to 10):

bloop-server-tester ping -i 10 <auth-string>

Load test server

You can continuously load test your server with a given number of connections and UIDs:

bloop-server-tester load-test -c 15 -u ababababababab acacacacacacac <auth-string>

This will send a bloop through every connection every 500ms.

Keywords

FAQs

Package last updated on 24 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc