biskit

Results 33 comments of biskit

tried that, don't work console throws logs

does not work... did this ``` bxs:rc2.0 bs$ yarn install yarn install v1.22.19 [1/4] 🔍 Resolving packages... success Already up-to-date. $ run-s build build:docgen yarn run v1.22.19 $ microbundle --globals=react=React,cytoscape=cytoscape,prop-types=PropTypes...

i deleted the lock file did a clean `yarn install/build` and it still caused errors however, doing `npm install; npm run build; open demo.html` works thanks

thanks for your responses. the code I pasted was code straight out of https://github.com/lni/dragonboat/blob/master/tools/checkdisk/main.go with mods for `three-nodehosts` however, I had to make the `dragonboat` code work with `pebble 1.1.4`...

with your settings for RTT I get ``` read 0, 0 reads per second total 2880, 48 proposals per second ``` here's my disk results ![Image](https://github.com/user-attachments/assets/374753d4-ed47-489f-aee8-bae6f7855dd9)

what you say may be true, but I need my client to not get timeouts when the config looks like above. when it sends few requests millis apart half of...

thanks for reply, but to my original issue, that is: ``` ./checkdisk -three-nodehosts -num-of-clients 5 -num-of-shards 1 ``` giving me ``` read 0, 0 reads per second total 2560, 42...

i ran it on a local machine ``` Linux xxx 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux ``` and all three nodehosts are local,...

and just to put it out there: (max num-of-clients, tiny=config.GetSmallMemLogDBConfig) ``` ./checkdisk -tiny-memory -three-nodehosts -num-of-shards 24 ``` ``` read 0, 0 reads per second total 25751936, 429198 proposals per second...

## above with read enabled ### 1 ``` ./checkdisk -tiny-memory -three-nodehosts -num-of-shards 24 -enable-read ``` ``` read 21373696, 356228 reads per second total 25477344, 424622 proposals per second ``` ###...