sniffer

sniffer dog

sniffer Build Status

sniffer dog

Usage

sniffer config.toml

monitor payload size for redis 3 args command

[tcp]
device     = "lo"
ports      = [6379]

[input]
type = "tcp_redis_size"
commands = ["SET"]
interval = 1

This reports max payload size on each seconds.


Development

crystal-0.34.0

  • develop and test
shards update  # first time only
make
  • build binary (bin/sniffer)
make release

Contributing

  1. Fork it ( https://github.com/maiha/sniffer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • maiha maiha - creator, maintainer
Repository

sniffer

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 3
  • almost 4 years ago
  • November 30, 2016
License

MIT License

Links
Synced at

Wed, 08 May 2024 07:15:46 GMT

Languages