GithubHelp home page GithubHelp logo

tspannhw / syslog-producer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bbende/syslog-producer

0.0 2.0 0.0 12 KB

Utility to generate syslog messages over UDP or TCP.

License: Apache License 2.0

Java 100.00%

syslog-producer's Introduction

syslog-producer

Utility to generate syslog messages over UDP or TCP.

Usage

SyslogProducer <tcp-single|tcp-multi|udp> <host> <port> <num logs> <delay millis> <delay every> <msg size>
  • tcp-single sends all messages over a single tcp connection, messages delimited by new lines
  • tcp-multi sends each message over a new connection
  • udp sends messages over udp
  • host is the host to send to
  • port is the port to send to
  • num logs is the number of messages to send
  • delay millis is how much to sleep between messages, set to 0 for no sleeping
  • delay every is how often to sleep for the amount of time specified in delay millis
  • msg size is the size of each message to send in bytes (i.e. 1024, 2048, etc)

Example - Send a million messages over UDP to localhost port 7087, sleeping for 1ms every 20 messages with 1KB messages:

java -jar target/syslog-producer-1.0-SNAPSHOT.jar udp localhost 7087 1000000 1 20 1024

syslog-producer's People

Contributors

bbende avatar

Watchers

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