Skip to content

Instantly share code, notes, and snippets.

@xavierlacot
Created February 23, 2011 14:39
Show Gist options
  • Save xavierlacot/840495 to your computer and use it in GitHub Desktop.
Save xavierlacot/840495 to your computer and use it in GitHub Desktop.
Some pv tips

Pipeviewer tips

About

Pipeviewer is a terminal-based tool for monitoring the process of data through a pipeline.

Loading a large mysql dump

pv dump.sql | /path/to/mysql -uLOGIN -p DATABASE

Extracting a large archive

pv large-dump.zip | tar xjf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment