Xfennec / progress

Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysqlimport support

forthrin opened this issue · comments

The program does not seem able to track the often time-demanding mysqlimport, even when specified by command name or process ID. Can this be supported?

Progress for mysqlimport is a challenge since it requires a filename reflecting the table you want to import into, ie. you can't use pv. (Named pipes are a workaround, albeit cumbersome.)

progress aims to be a generic tool, it's not supposed to have code path specific to one command or another. Maybe in a v2? ;)