We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c975ab commit b1ba3a8Copy full SHA for b1ba3a8
doc/HELPERS.md
@@ -5383,6 +5383,9 @@ tail -2000 "$_fd" | cut -d '"' -f3 | cut -d ' ' -f2 | sort | uniq -c | sort -nr
5383
_fd="access.log"
5384
tail -F "$_fd" | pv -lr >/dev/null
5385
5386
+# https://serverfault.com/a/641552
5387
+tail -F "$_fd" | pv --line-mode --rate --timer --average-rate -b > /dev/null
5388
+
5389
# - add `head -n X` to the end to limit the result
5390
# - add this to the end for print header:
5391
# ... | xargs printf '%10s%24s%18s\n%10s%24s%18s\n' "AMOUNT" "DATE" "IP_ADDRESS"
0 commit comments