Daggy - Data Aggregation Utility and C/C++ library
  • About Daggy
  • Download and install
  • Daggy Core
    • C++17/20 interface
    • ANSI C11 interface
  • Daggy Console Application
    • Daggy Sources
    • Data Aggregation Snippets
  • Changelog
Powered by GitBook
On this page
  • About Data Aggregation Snippets
  • Useful Data Aggregation Snippets
  • Dump entire network traffic for remote host
  • Journald logs streaming

Was this helpful?

Edit on GitHub
  1. Daggy Console Application

Data Aggregation Snippets

Data aggregation via command line snippets

About Data Aggregation Snippets

Data Aggregation Snippet - tempate that allows aggregate data via command line

Useful Data Aggregation Snippets

Dump entire network traffic for remote host

entireNetwork:
    exec: tcpdump -i any -s 0 port not 22 -w -
    extension: pcap

Journald logs streaming

journaldLog:
    exec: journalctl -f
    extension: log
PreviousDaggy SourcesNextChangelog

Last updated 5 years ago

Was this helpful?