Difference between revisions of "Pv (pipe viewer)"
Jump to navigation
Jump to search
↑ https://man7.org/linux/man-pages/man1/pv.1.html
Line 9: | Line 9: | ||
** <code>cat /dev/[[urandom]] | [[xz]] -T0 | pv > /dev/null</code> | ** <code>cat /dev/[[urandom]] | [[xz]] -T0 | pv > /dev/null</code> | ||
+ | Test [[network speed]]: | ||
* <code>[[pv]] </dev/zero | ssh REMOTE_SERVER 'cat >/dev/null'</code> | * <code>[[pv]] </dev/zero | ssh REMOTE_SERVER 'cat >/dev/null'</code> | ||
Revision as of 08:35, 18 February 2024
pv
[1] Shell pipeline element to meter data passing through
brew install pv
Examples
cat /dev/urandom | gzip | pv > /dev/null
cat /dev/urandom | bzip2 | pv > /dev/null
cat /dev/urandom | xz | pv > /dev/null
Test network speed:
pv </dev/zero | ssh REMOTE_SERVER 'cat >/dev/null'
Related
See also
cat
,tac
,more
,less
,tail
,mtail
,echo
,stdin
,tr
,column
,paste
,truncate
,logrotate
,xzcat
pv
,progress
,sort
,ncat
,virt-cat
,awk
,join
,col
,fold
,tee
,sponge
,nfs-cat
,journalctl, ccat, icat, EOF
, lolcat- Performance, monitoring, sysstat, metrics, Telemetry
Advertising: