DEV Community

Cover image for pingtrace
Tia Zanella
Tia Zanella

Posted on

pingtrace

npm i pingtrace
Enter fullscreen mode Exit fullscreen mode

pingtrace is a terminal-first CLI designed for rapid network troubleshooting, combining ping and traceroute with a clear, intuitive output enriched by DNS and ipinfo.io data.

It runs ping and traceroute in a single command against:

  1. Single target: Quick check for a single host.
  2. Multi-target: Separate multiple targets with commas for simultaneous checks.
  3. Bulk loading: Import target lists directly from CSV files.
  4. CIDR blocks: Automatically check against IPv4 CIDR blocks.

The focus is simple: fast input, clear output, and optional CSV export.

If it saves you time from a troubleshooting session, it was worth building. Star the project on GitHub and feel free to leave feedbacks

Top comments (2)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.