14 Commits

Author SHA1 Message Date
Leo
e37430344a
Merge 7935ec9200b73b1bdf678bc7d9dda6b8a87d94a5 into f492850890b04760336da3f7c590e7405edbd6e1 2026-03-24 11:33:27 -06:00
M Alghazwi
5169c5abf6
fixes after review 2025-09-22 14:34:59 +03:00
M Alghazwi
8e5c0dd8a6
dht-research-outcome 2025-09-11 12:15:06 +03:00
Giuliano Mega
1d23b31461
Block discovery simulator and analysis (#175)
* add block discovery simulator

* add analysis document for simpler cases of block discovery
2023-09-27 23:45:58 -06:00
Csaba Kiraly
7935ec9200
update output
Since output is stored as well, better update it.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2022-12-01 12:00:31 +01:00
Csaba Kiraly
7bd94669d4
make sure units are handled correctly
Some variables are in GB while others in TB. Added postfix to make sure there are handled

Also add some more output.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2022-12-01 11:55:50 +01:00
Csaba Kiraly
0c90b1c3fa
fix percentage in NodeAggregationTime calculation
VerVec is stored as percentage, thus /100 is neded here.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2022-12-01 11:53:56 +01:00
jessiebroke
28b26f0f4b modify file format 2022-09-22 11:03:00 -04:00
jessiebroke
aa97c64df4 add token valuation analysis script 2022-09-22 10:54:06 -04:00
Leonardo A. Bautista Gomez
e036ab583a Add SLA calculations and verification frequency estimations 2022-09-21 15:05:59 +02:00
Leonardo Bautista-Gomez
83f0b7ec81 Adding PoR analysis model, it includes horizontal and vertical verification frequency calculation and the Storj scenario 2022-08-10 10:16:12 +02:00
Csaba Kiraly
fa6901f79d
initial version of durability analysis (#77)
Adding initial version of durability analysis with probabilistic sampling
based lazy repair.

This notebook is still WIP, expect it to change in the future.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2022-06-30 10:38:26 +02:00
Csaba Kiraly
a6a23acb32
adding initial version of PoR test analysis (#76)
This is to add an initial version of PoR test analysis accounting for more realistic
erasure coding assumptions than the typical large block code assumption with large N.

Calculation in the notebook are still WIP, so expect this to change
2022-06-30 10:36:23 +02:00
Leonardo Bautista-Gomez
af11e443de Adding initial version of the failure model analysis 2022-06-07 18:05:00 +02:00