About 37,300 results
Open links in new tab
  1. Are sysbench results comparable between versions and distros?

    Nov 17, 2020 · The version and the results are the only difference in the output on the two distros; the options like number of primes, block size, etc, are the same.

  2. Cannot get sysbench to stop at max time - Unix & Linux Stack …

    Sep 6, 2020 · I am looking to stress test a machine using sysbench so that I can get the CPU temperature to write to a file each second. Right now the test runs past the max time that I set.

  3. Should I use physical or logical sector size with LUKS?

    Feb 6, 2025 · Went ahead and used both ways to collected benchmarks: 512 # sysbench fileio prepare 2147483648 bytes written in 34.28 seconds (59.75 MiB/sec). # sysbench fileio --file …

  4. How to determine cause of poor CPU performance - AMD 75F3?

    May 8, 2022 · Full detail: # sysbench --threads=1 cpu run sysbench 1.0.18 (using system LuaJIT 2.1.0-beta3) Running the test with following options: Number of threads: 1 Initializing random …

  5. Getting Information about locks associated with a process

    May 9, 2018 · Kindly tell my how to extract this information from a process ID. My case: I have run sysbench command sysbench --test=threads --thread-locks=100 --max-time=20s run I want to …

  6. How to read the data from SysBench And UnixBench when testing …

    Apr 16, 2017 · Quoting the USAGE file of UnixBench, Interpreting the results of these tests is tricky, and totally depends on what you're trying to measure. In your case you want to "test …

  7. error while loading shared libraries: libmysqlclient.so.20: cannot …

    So I'm running a program a college wrote on debian. When I do, the following error arises: error while loading shared libraries: libmysqlclient.so.20: cannot open ...

  8. NVME slower on host than in VM - Unix & Linux Stack Exchange

    Jul 26, 2021 · I ran the same sysbench fileio test in a VM and on the host. Host: sysbench fileio --file-total-size=40G prepare 42949672960 bytes written in 42.35 seconds (967.12 MiB/sec). …

  9. What do these errors mean in sysbench disk test?

    I have been running a continuous test of sysbench disk tests on my Linux system that uses compact flash. I am seeing some errors in the output, as shown below. What do these errors …

  10. ubuntu - Why is the Linux CPU stalling when having multithreaded …

    Nov 5, 2024 · The main observable difference of sysbench to my python test script was in htop, where sysbench had all threads running as normal priority/user threads (green bars) while my …