Daggy - Data Aggregation Utility and C/C++ library
Home
GitHub
Search…
About Daggy
Download and install
Daggy Core
Daggy Console Application
Daggy Sources
Data Aggregation Snippets
Changelog
Powered By
GitBook
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
1
entireNetwork
:
2
exec
:
tcpdump
-
i any
-
s 0 port not 22
-
w
-
3
extension
:
pcap
Copied!
Journald logs streaming
1
journaldLog
:
2
exec
:
journalctl
-
f
3
extension
:
log
Copied!
Previous
Daggy Sources
Next
Changelog
Last modified
2yr ago
Copy link
Edit on GitHub
Contents
About Data Aggregation Snippets
Useful Data Aggregation Snippets
Dump entire network traffic for remote host
Journald logs streaming