kmgowda / SBK

Storage Benchmark Kit
https://kmgowda.github.io/SBK
Apache License 2.0
30 stars 66 forks source link

Error when trying to get the performance benchmarking of MySQL 8.0.28 community edition on Windows 11 #316

Closed sushnag22 closed 2 years ago

sushnag22 commented 2 years ago

Describe the Issue (Bug/Feature)

Bug: When the example command ./build/install/sbk/bin/sbk -class mysql -size 100 -writers 1 -seconds 60(as described in https://github.com/kmgowda/SBK/blob/master/driver-mysql/README.md) is executed in Git Bash in the root directory of this project or if the command ./build/install/sbk/bin/sbk -class jdbc -driver com.mysql.jdbc.Driver -url jdbc:mysql://localhost:3306/social -user root -password root -table kmg_2 -size 100 -writers 1 -seconds 60(as described in https://github.com/kmgowda/SBK/blob/master/driver-jdbc/README.md#jdbc-with-mysql) is executed in the root directory of this project, an error due to main class caused by ClassNotFoundException occurs.

To Reproduce

Steps to reproduce the behavior:

  1. Run the command ./build/install/sbk/bin/sbk -class mysql -size 100 -writers 1 -seconds 60 in the root directory of this project or run the command ./build/install/sbk/bin/sbk -class jdbc -driver com.mysql.jdbc.Driver -url jdbc:mysql://localhost:3306/social -user root -password root -table kmg_2 -size 100 -writers 1 -seconds 60 in the root directory of this project.
  2. See error.

Expected behavior

The expected behavior is that the performance benchmarking results of MySQL should be displayed.

Additional context

  1. The error says: Error: Could not find or load main class io.sbk.main.SbkMain Caused by: java.lang.ClassNotFoundException: io.sbk.main.SbkMain

  2. The same error occurs when running the command ./build/install/sbk-mysql/bin/sbk-mysql -class mysql -size 100 -writers 1 -seconds 60 in the driver-mysql directory of this project or running the command ./build/install/sbk-jdbc/bin/sbk-jdbc -class jdbc -driver com.mysql.jdbc.Driver -url jdbc:mysql://localhost:3306/social -user root -password root -table kmg_2 -size 100 -writers 1 -seconds 60 in the driver-jdbc directory of this project.

  3. My system information is attached below:

kmgowda commented 2 years ago

@sushnag22 This build is specific to Windows OS

kmgowda commented 2 years ago

I tried the SBK build on windows 11 ; I am able to do file system benchmarking on windows

I am NOT seeing the below error : Error: Could not find or load main class io.sbk.main.SbkMain Caused by: java.lang.ClassNotFoundException: io.sbk.main.SbkMain

here is log

for file system Writers

C:\kmg\SBK>build\install\sbk\bin\sbk -class file -writers 1 -size 100 -time ns -seconds 120
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/kmg/SBK/build/install/sbk/lib/slf4j-simple-1.7.32.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/kmg/SBK/build/install/sbk/lib/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/kmg/SBK/build/install/sbk/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
2022-03-18 19:21:10 INFO Reflections took 113 ms to scan 46 urls, producing 98 keys and 218 values
2022-03-18 19:21:10 INFO
       _____   ____    _   __
      / ____| |  _ \  | | / /
     | (___   | |_) | | |/ /
      \___ \  |  _ <  |   <
      ____) | | |_) | | |\ \
     |_____/  |____/  |_| \_\

2022-03-18 19:21:10 INFO Storage Benchmark Kit
2022-03-18 19:21:10 INFO SBK Version: 0.98
2022-03-18 19:21:10 INFO SBK Website: https://github.com/kmgowda/SBK
2022-03-18 19:21:10 INFO Arguments List: [-class, file, -writers, 1, -size, 100, -time, ns, -seconds, 120]
2022-03-18 19:21:10 INFO Java Runtime Version: 17.0.2+8-LTS-86
2022-03-18 19:21:10 INFO Storage Drivers Package: io.sbk
2022-03-18 19:21:10 INFO sbk.applicationName: sbk
2022-03-18 19:21:10 INFO sbk.appHome: C:\kmg\SBK\build\install\sbk\bin\..
2022-03-18 19:21:10 INFO sbk.className:
2022-03-18 19:21:10 INFO '-class': file
2022-03-18 19:21:10 INFO Available Storage Drivers in package 'io.sbk': 40 [Artemis,
AsyncFile, BookKeeper, Cassandra, CephS3, ConcurrentQ, CouchDB, CSV, Db2, Derby,
FdbRecord, File, FileStream, FoundationDB, HDFS, Hive, Ignite, Jdbc, Kafka, LevelDB,
MariaDB, MinIO, MongoDB, MsSql, MySQL, Nats, NatsStream, Nsq, Null, OpenIO, PostgreSQL,
Pravega, Pulsar, RabbitMQ, Redis, RedPanda, RocketMQ, RocksDB, SeaweedS3, SQLite]
2022-03-18 19:21:10 INFO Arguments to Driver 'File' : [-writers, 1, -size, 100, -time, ns, -seconds, 120]
2022-03-18 19:21:10 INFO Time Unit: NANOSECONDS
2022-03-18 19:21:10 INFO Minimum Latency: 0 ns
2022-03-18 19:21:10 INFO Maximum Latency: 180000000000 ns
2022-03-18 19:21:10 INFO Window Latency Store: HashMap, Size: 192 MB
2022-03-18 19:21:10 INFO Total Window Latency Store: HashMap, Size: 256 MB
2022-03-18 19:21:10 INFO Total Window Extension: None, Size: 0 MB
2022-03-18 19:21:10 INFO SBK Benchmark Started
2022-03-18 19:21:10 INFO SBK PrometheusLogger Started
2022-03-18 19:21:10 INFO CQueuePerl Start
2022-03-18 19:21:10 INFO Performance Recorder Started
2022-03-18 19:21:10 INFO SBK Benchmark initiated Writers
2022-03-18 19:21:10 INFO Writer 0 started , run seconds: 120
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       155.1 MB,          1626521 records,    325239.1 records/sec,    31.02 MB/sec,   2973.3 ns avg latency, 4040500 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2700 ns 30th,    5000 ns 40th,    6300 ns 50th,   21700 ns 60th,   71300 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       159.1 MB,          1668729 records,    333678.9 records/sec,    31.82 MB/sec,   2926.3 ns avg latency, 5631000 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2700 ns 30th,    5000 ns 40th,    5700 ns 50th,   19600 ns 60th,   67200 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       158.6 MB,          1662550 records,    332443.0 records/sec,    31.70 MB/sec,   2934.8 ns avg latency, 25568800 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2700 ns 30th,    5000 ns 40th,    6000 ns 50th,   20300 ns 60th,   68300 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       167.9 MB,          1761080 records,    352145.5 records/sec,    33.58 MB/sec,   2770.5 ns avg latency, 4058800 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4200 ns 40th,    5300 ns 50th,   19700 ns 60th,   62400 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       164.3 MB,          1723331 records,    344597.2 records/sec,    32.86 MB/sec,   2829.9 ns avg latency, 2764800 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5300 ns 50th,   20100 ns 60th,   66700 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       162.4 MB,          1703126 records,    340556.9 records/sec,    32.48 MB/sec,   2866.3 ns avg latency, 5179600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5800 ns 50th,   20500 ns 60th,   68100 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       165.3 MB,          1732903 records,    346511.1 records/sec,    33.05 MB/sec,   2816.4 ns avg latency, 3045100 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5400 ns 50th,   19700 ns 60th,   65400 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       168.0 MB,          1761508 records,    352231.0 records/sec,    33.59 MB/sec,   2770.7 ns avg latency, 5376200 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4100 ns 40th,    5200 ns 50th,   20200 ns 60th,   64100 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       163.4 MB,          1713316 records,    342594.5 records/sec,    32.67 MB/sec,   2849.7 ns avg latency, 3880400 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5700 ns 50th,   20300 ns 60th,   68700 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       160.8 MB,          1686083 records,    337147.7 records/sec,    32.15 MB/sec,   2895.4 ns avg latency, 26976300 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    6000 ns 50th,   20900 ns 60th,   68500 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       163.3 MB,          1712363 records,    342403.7 records/sec,    32.65 MB/sec,   2850.2 ns avg latency, 1871200 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    6600 ns 50th,   20600 ns 60th,   67700 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       164.3 MB,          1722974 records,    344525.6 records/sec,    32.86 MB/sec,   2833.6 ns avg latency, 6030600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4800 ns 40th,    5900 ns 50th,   20700 ns 60th,   68100 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       169.5 MB,          1777666 records,    355462.1 records/sec,    33.90 MB/sec,   2745.1 ns avg latency, 1561800 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4100 ns 40th,    5100 ns 50th,   20300 ns 60th,   62900 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       164.2 MB,          1722042 records,    344339.4 records/sec,    32.84 MB/sec,   2835.4 ns avg latency, 26253600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4700 ns 40th,    5500 ns 50th,   21200 ns 60th,   67800 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       160.5 MB,          1683434 records,    336619.3 records/sec,    32.10 MB/sec,   2900.4 ns avg latency, 26945800 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5700 ns 50th,   21000 ns 60th,   68700 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       168.9 MB,          1770655 records,    354060.1 records/sec,    33.77 MB/sec,   2757.3 ns avg latency, 1706600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4100 ns 40th,    5200 ns 50th,   20500 ns 60th,   63100 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       165.3 MB,          1733473 records,    346624.2 records/sec,    33.06 MB/sec,   2816.1 ns avg latency, 1766500 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   7; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4700 ns 40th,    6000 ns 50th,   20600 ns 60th,   67200 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       161.5 MB,          1693851 records,    338702.4 records/sec,    32.30 MB/sec,   2883.0 ns avg latency, 26372600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2400 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    6400 ns 50th,   22000 ns 60th,   69300 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       164.1 MB,          1720578 records,    344046.4 records/sec,    32.81 MB/sec,   2836.5 ns avg latency, 5006100 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    6500 ns 50th,   22000 ns 60th,   69400 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       165.7 MB,          1736991 records,    347328.7 records/sec,    33.12 MB/sec,   2810.8 ns avg latency, 5256700 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4800 ns 40th,    5300 ns 50th,   21700 ns 60th,   68500 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       162.4 MB,          1702833 records,    340498.2 records/sec,    32.47 MB/sec,   2866.3 ns avg latency, 4518100 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5900 ns 50th,   21900 ns 60th,   69800 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       160.5 MB,          1683065 records,    336545.3 records/sec,    32.10 MB/sec,   2900.7 ns avg latency, 1749100 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    5000 ns 40th,    5700 ns 50th,   22100 ns 60th,   70500 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        5 seconds,       161.1 MB,          1689679 records,    337868.2 records/sec,    32.22 MB/sec,   2888.5 ns avg latency, 4973500 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5900 ns 50th,   23400 ns 60th,   73200 ns 70th.
File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,        4 seconds,       159.2 MB,          1669166 records,    335381.7 records/sec,    31.98 MB/sec,   2911.3 ns avg latency, 21113100 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5800 ns 50th,   23400 ns 60th,   72000 ns 70th.
Total : File Writing     1 Writers,     0 Readers,      1 Max Writers,     0 Max Readers,      120 seconds,      3915.6 MB,         41057917 records,    342149.3 records/sec,    32.63 MB/sec,   2851.7 ns avg latency, 26976300 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   8; Latency Percentiles:    2400 ns 10th,    2500 ns 20th,    2500 ns 25th,    2600 ns 30th,    4900 ns 40th,    5700 ns 50th,   21600 ns 60th,   67900 ns 70th.
2022-03-18 19:23:10 INFO Performance Recorder Exited
2022-03-18 19:23:10 INFO CQueuePerl Shutdown
2022-03-18 19:23:11 INFO Writer 0 exited
2022-03-18 19:23:11 INFO SBK PrometheusLogger Shutdown
2022-03-18 19:23:12 INFO SBK Benchmark Shutdown

for file system readers

C:\kmg\SBK>build\install\sbk\bin\sbk -class file -readers 1 -size 100 -time ns -seconds 60
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/kmg/SBK/build/install/sbk/lib/slf4j-simple-1.7.32.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/kmg/SBK/build/install/sbk/lib/logback-classic-1.0.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/kmg/SBK/build/install/sbk/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
2022-03-18 19:26:31 INFO Reflections took 106 ms to scan 46 urls, producing 98 keys and 218 values
2022-03-18 19:26:32 INFO
       _____   ____    _   __
      / ____| |  _ \  | | / /
     | (___   | |_) | | |/ /
      \___ \  |  _ <  |   <
      ____) | | |_) | | |\ \
     |_____/  |____/  |_| \_\

2022-03-18 19:26:32 INFO Storage Benchmark Kit
2022-03-18 19:26:32 INFO SBK Version: 0.98
2022-03-18 19:26:32 INFO SBK Website: https://github.com/kmgowda/SBK
2022-03-18 19:26:32 INFO Arguments List: [-class, file, -readers, 1, -size, 100, -time, ns, -seconds, 60]
2022-03-18 19:26:32 INFO Java Runtime Version: 17.0.2+8-LTS-86
2022-03-18 19:26:32 INFO Storage Drivers Package: io.sbk
2022-03-18 19:26:32 INFO sbk.applicationName: sbk
2022-03-18 19:26:32 INFO sbk.appHome: C:\kmg\SBK\build\install\sbk\bin\..
2022-03-18 19:26:32 INFO sbk.className:
2022-03-18 19:26:32 INFO '-class': file
2022-03-18 19:26:32 INFO Available Storage Drivers in package 'io.sbk': 40 [Artemis,
AsyncFile, BookKeeper, Cassandra, CephS3, ConcurrentQ, CouchDB, CSV, Db2, Derby,
FdbRecord, File, FileStream, FoundationDB, HDFS, Hive, Ignite, Jdbc, Kafka, LevelDB,
MariaDB, MinIO, MongoDB, MsSql, MySQL, Nats, NatsStream, Nsq, Null, OpenIO, PostgreSQL,
Pravega, Pulsar, RabbitMQ, Redis, RedPanda, RocketMQ, RocksDB, SeaweedS3, SQLite]
2022-03-18 19:26:32 INFO Arguments to Driver 'File' : [-readers, 1, -size, 100, -time, ns, -seconds, 60]
2022-03-18 19:26:32 INFO Time Unit: NANOSECONDS
2022-03-18 19:26:32 INFO Minimum Latency: 0 ns
2022-03-18 19:26:32 INFO Maximum Latency: 180000000000 ns
2022-03-18 19:26:32 INFO Window Latency Store: HashMap, Size: 192 MB
2022-03-18 19:26:32 INFO Total Window Latency Store: HashMap, Size: 256 MB
2022-03-18 19:26:32 INFO Total Window Extension: None, Size: 0 MB
2022-03-18 19:26:32 INFO SBK Benchmark Started
2022-03-18 19:26:32 INFO SBK PrometheusLogger Started
2022-03-18 19:26:32 INFO Synchronous File Reader initiated !
2022-03-18 19:26:32 INFO CQueuePerl Start
2022-03-18 19:26:32 INFO Performance Recorder Started
2022-03-18 19:26:32 INFO SBK Benchmark initiated Readers
2022-03-18 19:26:32 INFO Reader 0 started , run seconds: 60
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       231.1 MB,          2423453 records,    484592.2 records/sec,    46.21 MB/sec,   1989.3 ns avg latency, 3376600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   6; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3400 ns 40th,    3700 ns 50th,    7600 ns 60th,   31700 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       235.4 MB,          2468178 records,    493536.9 records/sec,    47.07 MB/sec,   1964.7 ns avg latency, 2779200 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3200 ns 40th,    3700 ns 50th,    6400 ns 60th,   31400 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       235.4 MB,          2468865 records,    493673.5 records/sec,    47.08 MB/sec,   1964.7 ns avg latency, 2813600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   6; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3200 ns 40th,    3700 ns 50th,    6400 ns 60th,   31700 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       237.9 MB,          2494117 records,    498723.4 records/sec,    47.56 MB/sec,   1945.1 ns avg latency, 1798800 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3100 ns 40th,    3700 ns 50th,    6300 ns 60th,   30900 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       240.2 MB,          2518973 records,    503690.6 records/sec,    48.04 MB/sec,   1927.2 ns avg latency, 1911800 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    2800 ns 40th,    3600 ns 50th,    6600 ns 60th,   31400 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       238.9 MB,          2505268 records,    500953.3 records/sec,    47.77 MB/sec,   1936.2 ns avg latency, 2029000 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3000 ns 40th,    3700 ns 50th,    6600 ns 60th,   31400 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       236.2 MB,          2476892 records,    495279.2 records/sec,    47.23 MB/sec,   1959.0 ns avg latency, 2167200 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3200 ns 40th,    3700 ns 50th,    6500 ns 60th,   31400 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       239.0 MB,          2505892 records,    501078.2 records/sec,    47.79 MB/sec,   1937.5 ns avg latency, 1842000 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3000 ns 40th,    3700 ns 50th,    6400 ns 60th,   31200 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       220.6 MB,          2313580 records,    462623.4 records/sec,    44.12 MB/sec,   2099.4 ns avg latency, 49080200 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   6; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3600 ns 40th,    5600 ns 50th,    8000 ns 60th,   33000 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       238.3 MB,          2498266 records,    499553.2 records/sec,    47.64 MB/sec,   1943.4 ns avg latency, 1893200 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3000 ns 40th,    3700 ns 50th,    6500 ns 60th,   31000 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        5 seconds,       230.5 MB,          2416887 records,    483279.8 records/sec,    46.09 MB/sec,   2008.6 ns avg latency, 15369600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   6; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3300 ns 40th,    4000 ns 50th,    8300 ns 60th,   32300 ns 70th.
File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,        4 seconds,       235.3 MB,          2467104 records,    494514.9 records/sec,    47.16 MB/sec,   1959.7 ns avg latency, 1764600 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   5; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3200 ns 40th,    3700 ns 50th,    6700 ns 60th,   31300 ns 70th.
Total : File Reading     0 Writers,     1 Readers,      0 Max Writers,     1 Max Readers,       60 seconds,      2818.8 MB,         29557475 records,    492624.5 records/sec,    46.98 MB/sec,   1968.6 ns avg latency, 49080200 ns max latency;        0 invalid latencies; Discarded Latencies:       0 lower,        0 higher; SLC-1:   0, SLC-2:   6; Latency Percentiles:    1700 ns 10th,    1800 ns 20th,    1800 ns 25th,    1800 ns 30th,    3200 ns 40th,    3800 ns 50th,    6900 ns 60th,   31600 ns 70th.
2022-03-18 19:27:32 INFO Performance Recorder Exited
2022-03-18 19:27:32 INFO CQueuePerl Shutdown
2022-03-18 19:27:32 INFO Reader 0 exited
2022-03-18 19:27:32 INFO SBK PrometheusLogger Shutdown
2022-03-18 19:27:33 INFO SBK Benchmark Shutdown
kmgowda commented 2 years ago

@sushnag22 This bug is not reproducible ; I am able to run file system benchmarking on windows 11

kmgowda commented 2 years ago

@sushnag22 see the results on windows 11: https://github.com/kmgowda/SBK/issues/316#issuecomment-1072441755

sushnag22 commented 2 years ago

I'll recheck it and let you know sir.

sushnag22 commented 2 years ago

Yes sir, It's working. I tried using command prompt and it's working fine, I'm not sure why it didn't work on the other day when I was using git bash.

Screenshot