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

Feature:0002 Dump to CSV results #4

Open
teivarodiere opened this issue Feb 16, 2024 · 0 comments
Open

Feature:0002 Dump to CSV results #4

teivarodiere opened this issue Feb 16, 2024 · 0 comments

Comments

@teivarodiere
Copy link
Owner

Feature:0002 Dumping live outputs to CSV.

I am exploring a few options;

  1. Dump only what is shown onscreen to CSV. Onscreen and CSV are in sync
    If you specify a normal ping, where the console outputs only when the target transitions between reachable and unreachable.

  2. Dump everything to CSV. What you would see onscreen and CSV not in sync.
    With this option, the output onscreen remains the same (either the smart ping or '-s' ping) but in the CSV, every ping result is written to CSV.

3). Only dumps to csv when the ping transitions to unreachable and back. Meaning, while the status is 'success' or reachable, then don't output anything to CSV. But when a target becomes unreachable, write to CSV, then stop after it returns to success.

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

1 participant