Damir Mansurov

Results 4 issues of Damir Mansurov

This solution will make it possible to run wrk2 as well as wrk. If the rate paremeter is omitted, then UINT64_MAX value will be used. ------------- Testing done: ``` #...

In some cases, it is necessary that the wrk2 threads run on a specific CPU. Example of usage with affinity: "wrk -t 3 -a 0,1,2 -c 100 -d 5 -R...

I periodically see `ci_assert(~lib_context->thread->sig.c.aflags & 0x4)` when running sockapi-ts threaded tests: ```shell [11052.805462] oo:ta_rpcs[502905]: Using Onload 76e6c7d6 2023-09-28 master [0] [11052.817875] oo:ta_rpcs[502905]: Copyright (c) 2002-2023 Advanced Micro Devices, Inc. [11116.701415]...

Unloading kernel modules causes the message `kmemleak: 858 new suspected memory leaks (see /sys/kernel/debug/kmemleak)` I see this message on the kernel with KMEMLEAK enabled in the kernel config. How to...