This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:stuff [2022/10/01 19:53] canvon Add page description (for inclusion in :public:start), with a page-internal link to the single existing content, timeout+dd |
public:stuff [2022/10/19 00:47] (current) canvon [Speed test] Fix breaking the following section |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Stuff ====== | ====== Stuff ====== | ||
- | Some miscellaneous stuff that doesn' | + | Some miscellaneous stuff that doesn' |
- | For example, [[# | + | For example, [[# |
Line 11: | Line 11: | ||
root@ubuntu: | root@ubuntu: | ||
</ | </ | ||
+ | |||
+ | The idea is to not measure transfer duration of a fixed size, but to let it run through until a fixed time has passed (and then look at the transfer speed). For this, we wrap the '' | ||
+ | |||
+ | The problem, then, was that '' | ||
+ | |||
+ | The solution was to use //both// of '' | ||
+ | |||
+ | |||
+ | ===== Video file comparison using mpv ===== | ||
+ | |||
+ | To just get the console output of '' | ||
+ | |||
+ | < | ||
+ | $ mpv --vo=null --ao=null --frames=1 ... | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Windows fork problems ===== | ||
+ | |||
+ | On Windows (Win32 API), a process can well have threads, but no '' | ||
+ | |||
+ | The CygWin compatibility layer for Linux/ | ||