Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All applications should output capture stats #24

Open
alistairking opened this issue Jun 21, 2019 · 1 comment
Open

All applications should output capture stats #24

alistairking opened this issue Jun 21, 2019 · 1 comment

Comments

@alistairking
Copy link
Member

We currently have two stats output models: the dagmulticaster model (per-thread files that are overwritten every minute), and the corsarowdcap model (a stats file that is written alongside data files).

This leaves corsarotagger and corsarotrace.

Probably corsarotagger should use the dagmulticaster model since it doesn't output any data files, and ideally shouldn't get stuck if there is some issue with the time series platform.

Since corsarotrace already generates output (either files or time series), then it would be nice if its stats could be output using the same infrastructure. The flowtuple and dos instances could create stats files that go along with the data files, but the time series (report) instances could be configured to output capture stats using libtimeseries.

@salcock
Copy link
Collaborator

salcock commented Sep 6, 2019

Update: corsarotagger now reports stats to on-disk files as of 6f96e2e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants