Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increasing the number of threads results on a result of 0.0 MiB/s #545

Open
flixman opened this issue Oct 20, 2024 · 0 comments
Open

increasing the number of threads results on a result of 0.0 MiB/s #545

flixman opened this issue Oct 20, 2024 · 0 comments

Comments

@flixman
Copy link

flixman commented Oct 20, 2024

Running this command sysbench --memory-block-size=2G --memory-total-size=20G --threads=16 memory run I am getting this result:

sysbench 1.0.20 (using system LuaJIT 2.1.1720049189)

Running the test with following options:
Number of threads: 16
Initializing random number generator from current time


Running memory speed test with the following options:
  block size: 2097152KiB
  total size: 20480MiB
  operation: write
  scope: global

Initializing worker threads...

Threads started!

Total operations: 0 (    0.00 per second)

0.00 MiB transferred (0.00 MiB/sec)


General statistics:
    total time:                          0.0008s
    total number of events:              0

Latency (ms):
         min:                                    0.00
         avg:                                    0.00
         max:                                    0.00
         95th percentile:                        0.00
         sum:                                    0.00

Threads fairness:
    events (avg/stddev):           0.0000/0.00
    execution time (avg/stddev):   0.0000/0.00

However, if I set it to 8 threads, I get the following:

sysbench 1.0.20 (using system LuaJIT 2.1.1720049189)

Running the test with following options:
Number of threads: 8
Initializing random number generator from current time


Running memory speed test with the following options:
  block size: 2097152KiB
  total size: 20480MiB
  operation: write
  scope: global

Initializing worker threads...

Threads started!

Total operations: 8 (   14.50 per second)

16384.00 MiB transferred (29697.41 MiB/sec)


General statistics:
    total time:                          0.5501s
    total number of events:              8

Latency (ms):
         min:                                  339.89
         avg:                                  455.80
         max:                                  549.95
         95th percentile:                      549.52
         sum:                                 3646.36

Threads fairness:
    events (avg/stddev):           1.0000/0.00
    execution time (avg/stddev):   0.4558/0.07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant