https://github.com/ruubytes/packetloss
A quick script to measure packetloss by pinging various websites randomly
https://github.com/ruubytes/packetloss
deno packetloss typescript
Last synced: 3 months ago
JSON representation
A quick script to measure packetloss by pinging various websites randomly
- Host: GitHub
- URL: https://github.com/ruubytes/packetloss
- Owner: ruubytes
- Created: 2024-11-09T19:16:29.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-19T21:37:03.000Z (6 months ago)
- Last Synced: 2025-01-22T15:43:35.901Z (4 months ago)
- Topics: deno, packetloss, typescript
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packetloss
A quick `deno` typescript script to measure packetloss rate by pinging various websites randomly.
Run `deno --allow-run packetloss.ts 300` to monitor packetloss rate for 300 seconds, defaults to infinite if no timeout is provided and can be cancelled with `Ctrl + C`.