Horje
linux check speed of file growth Code Example
linux check speed of file growth
sudo apt install progress
pid=$(lsof -t {{file}}); progress -mp "$pid"

#or with pv (no need to install anything)
lsof {{file}}
#find the pid and the df
pv -d "{{pid}}:{{fd}}"




Shell

Related
This script uses variables to make a backup of my home directory. Code Example This script uses variables to make a backup of my home directory. Code Example
cacti ubuntu 16.04 Code Example cacti ubuntu 16.04 Code Example
alias pc ubuntu ssh Code Example alias pc ubuntu ssh Code Example
butler push userversion Code Example butler push userversion Code Example
how to move wsl storage Code Example how to move wsl storage Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11