Last active
August 29, 2015 14:19
-
-
Save hannahwhy/590ed5c620260a9eb29d to your computer and use it in GitHub Desktop.
ArchiveBot firehose view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# assumes iocat (https://www.npmjs.com/package/iocat) is somewhere in PATH | |
iocat ws://dashboard.at.ninjawedding.org:4567/stream | grep -v '^>' | jq -r 'select(.url) | .job_data.ident + "\t" + (.response_code | tostring) + " " + .wget_code + " " + .url' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment