Menu

#14 Reduce reporter CPU usage.

open
nobody
None
5
2023-09-01
2010-07-17
Kirby Zhou
No

Debian gives a patch can reduce reporter CPU usage, but it is buggy because it calls pthread_cond_timedwait incorretly

The pthread_cond_timedwait() and pthread_cond_wait() functions shall block on a condition variable. They shall be called with mutex locked by the calling thread or undefined behavior results.

There is a additional patch to fix it.

000-Iperf_Fix-CPU-Usage.diff
007-iperf-reporter-deadlock.patch

Discussion

  • Kirby Zhou

    Kirby Zhou - 2010-07-17
     
  • Naresh Bhat

    Naresh Bhat - 2023-09-01

    This single patch reportercpuusage.patch contains both the patches modification?
    000-Iperf_Fix-CPU-Usage.diff
    007-iperf-reporter-deadlock.patch

     

Log in to post a comment.