mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"general": {
|
|
"prng_seed": 1
|
|
},
|
|
"kurtosis": {
|
|
"enclave_name": "wakurtosis",
|
|
"topology_path": "./config/topology_generated/",
|
|
"jobs": 4,
|
|
"interconnect_nodes": false,
|
|
"interconnection_batch": 10
|
|
},
|
|
"gennet": {
|
|
"num_nodes": 9,
|
|
"fanout": 3,
|
|
"num_topics": 1,
|
|
"num_partitions": 1,
|
|
"num_subnets": 1,
|
|
"container_size": "1",
|
|
"node_type_distribution": {
|
|
"nwaku:relay:rpc:metrics": 100,
|
|
"gowaku:rln:dnsdisc:dns": 0
|
|
},
|
|
"network_type": "newmanwattsstrogatz",
|
|
"output_dir": "network_data",
|
|
"benchmark": "False"
|
|
},
|
|
"wls": {
|
|
"debug_level": "DEBUG",
|
|
"simulation_time": 60,
|
|
"message_rate": 10,
|
|
"min_packet_size": 2,
|
|
"max_packet_size": 1024,
|
|
"inter_msg_type": "poisson",
|
|
"dist_type": "gaussian",
|
|
"emitters_fraction": 1.0
|
|
},
|
|
"monitoring": {
|
|
"wsl_pattern": "wls",
|
|
"container_str_pattern": "waku",
|
|
"process_str_pattern": "waku",
|
|
"sampling_interval_s": 1,
|
|
"probe_filename": "./probe.sh",
|
|
"metrics_filename": "./cproc_metrics.json"
|
|
},
|
|
"plotting": {
|
|
"by_node": [
|
|
"container_cpu_load_average_10s",
|
|
"container_memory_usage_bytes"
|
|
],
|
|
"by_simulation": [
|
|
"container_network_receive_bytes_total",
|
|
"container_network_transmit_bytes_total",
|
|
"container_fs_reads_bytes_total",
|
|
"container_fs_writes_bytes_total"
|
|
]
|
|
}
|
|
}
|