Katsoin, että Ylen jutussa vartiotornin ikkunalla on bokseripyykki kuivumassa.
https://yle.fi/a/74-20218015
Edit: autoincorrect
https://yle.fi/a/74-20218015
Edit: autoincorrect
| https://twitter.com/puhuri |
The 'pv' #Linux utility is quite nice as you can track any process read process with the -d option. But what if it is not installed?
p=long_run_prog_name; while pgrep $p >/dev/null; do echo $(date -Isec) $(awk -v s=$(stat -c %s infile) '/pos/{printf "%.3f %%\n", 100*$2/s}' $(eval echo /proc/{$(pgrep -d, $p)}/fdinfo/3) ); sleep 30;done
'infile' is the file read on file descriptor 3 (after fdinfo)
output for two proceeses:
2026-03-09T19:20:15+02:00 40.552 % 44.543 %