User Tools

Site Tools


public:stuff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
public:stuff [2022/10/19 00:45]
canvon [Speed test] Add background info about dd's use in the timeout command
public:stuff [2022/10/19 00:47] (current)
canvon [Speed test] Fix breaking the following section
Line 16: Line 16:
 The problem, then, was that ''dd'' didn't output **anything** when run under ''timeout''. The problem, then, was that ''dd'' didn't output **anything** when run under ''timeout''.
  
-The solution was to use //both// of ''--foreground'' and ''-s INT' (after the timeout expires, fire signal SIGINT at the wrapped process) //together//. This restored dd's output-at-end, which will now tell the overall transfer speed, as previously expected.+The solution was to use //both// of ''--foreground'' and ''-s INT'' (after the timeout expires, fire signal SIGINT at the wrapped process) //together//. This restored dd's output-at-end, which will now tell the overall transfer speed, as previously expected.
  
  
public/stuff.1666133157.txt.gz ยท Last modified: 2022/10/19 00:45 by canvon