fabric-testbed / InformationModel

FABRIC Information Model library
MIT License
7 stars 1 forks source link

Revise flavor sizes #177

Closed ibaldin closed 1 year ago

ibaldin commented 1 year ago

Probably best to add 'point' flavors - small number - to accommodate these.

Also related to fabric-testbed/software-planning#103

cscarp commented 1 year ago

For promethues storage, fabric racks are currently keeping 60 days of data which takes around 16GB for most racks (3workers) & up to 26GB(6?workers) for the bigger racks. So depending on the size of a slice, 32GB should give about a month's worth of data on 12 nodes. Or a week worth of data on 48 nodes.

ywsong2 commented 1 year ago

For ELK slice that has 3 worker nodes sending filebeat, metricbeat, packetbeat data, 4GB storage is required per day.

Per 1 worker node that sends all 3 beats data to the measurement node, it requires 1.33GB storage per day or 40GB per month. Users may need to turn off beats if they need to spin up large number of worker nodes.

For CPU, the measurement node should have at least 4 cores and 16 GB RAM.

jgriffioen commented 1 year ago

Please add the following images configs to FABRIC for educational use:

Core, RAM, Disk

1, 4, 10 1, 8, 10 1, 16, 10

1, 8, 50 (If needed, this could be 32 or 40 instead) 1, 16, 50 (If needed, this could be 32 or 40 instead) 1, 32, 50 (If needed, this could be 32 or 40 instead)

ibaldin commented 1 year ago

This is addressed in #194