LICENSE
README.md
setup.py
service_capacity_modeling/__init__.py
service_capacity_modeling/capacity_planner.py
service_capacity_modeling/enum_utils.py
service_capacity_modeling/interface.py
service_capacity_modeling/stats.py
service_capacity_modeling.egg-info/PKG-INFO
service_capacity_modeling.egg-info/SOURCES.txt
service_capacity_modeling.egg-info/dependency_links.txt
service_capacity_modeling.egg-info/entry_points.txt
service_capacity_modeling.egg-info/requires.txt
service_capacity_modeling.egg-info/top_level.txt
service_capacity_modeling/hardware/__init__.py
service_capacity_modeling/hardware/profiles/__init__.py
service_capacity_modeling/hardware/profiles/profiles.txt
service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_ec2.json
service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_rds.json
service_capacity_modeling/hardware/profiles/pricing/aws/3yr-reserved_zz-overrides.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5a.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5d.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c5n.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6a.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c6id.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7a.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c7i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_c8i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r6g.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r6i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r7g.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_db_r7i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_i3en.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_i4i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_i7i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m4.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m5n.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6a.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6id.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6idn.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m6in.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7a.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m7i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_m8i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r4.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r5n.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6a.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6id.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6idn.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r6in.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7a.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r7i.json
service_capacity_modeling/hardware/profiles/shapes/aws/auto_r8i.json
service_capacity_modeling/hardware/profiles/shapes/aws/manual_drives.json
service_capacity_modeling/hardware/profiles/shapes/aws/manual_instances.json
service_capacity_modeling/hardware/profiles/shapes/aws/manual_services.json
service_capacity_modeling/models/__init__.py
service_capacity_modeling/models/common.py
service_capacity_modeling/models/headroom_strategy.py
service_capacity_modeling/models/plan_comparison.py
service_capacity_modeling/models/utils.py
service_capacity_modeling/models/org/__init__.py
service_capacity_modeling/models/org/netflix/__init__.py
service_capacity_modeling/models/org/netflix/aurora.py
service_capacity_modeling/models/org/netflix/cassandra.py
service_capacity_modeling/models/org/netflix/control.py
service_capacity_modeling/models/org/netflix/counter.py
service_capacity_modeling/models/org/netflix/crdb.py
service_capacity_modeling/models/org/netflix/ddb.py
service_capacity_modeling/models/org/netflix/elasticsearch.py
service_capacity_modeling/models/org/netflix/entity.py
service_capacity_modeling/models/org/netflix/evcache.py
service_capacity_modeling/models/org/netflix/graphkv.py
service_capacity_modeling/models/org/netflix/iso_date_math.py
service_capacity_modeling/models/org/netflix/kafka.py
service_capacity_modeling/models/org/netflix/key_value.py
service_capacity_modeling/models/org/netflix/partition_aware_algorithm.py
service_capacity_modeling/models/org/netflix/postgres.py
service_capacity_modeling/models/org/netflix/rds.py
service_capacity_modeling/models/org/netflix/read_only_kv.py
service_capacity_modeling/models/org/netflix/stateless_java.py
service_capacity_modeling/models/org/netflix/time_series.py
service_capacity_modeling/models/org/netflix/time_series_config.py
service_capacity_modeling/models/org/netflix/wal.py
service_capacity_modeling/models/org/netflix/zookeeper.py
service_capacity_modeling/tools/__init__.py
service_capacity_modeling/tools/auto_shape.py
service_capacity_modeling/tools/capture_baseline_costs.py
service_capacity_modeling/tools/fetch_pricing.py
service_capacity_modeling/tools/generate_missing.py
service_capacity_modeling/tools/instance_families.py
service_capacity_modeling/tools/data/__init__.py
tests/test_arguments.py
tests/test_buffers.py
tests/test_common.py
tests/test_desire_merge.py
tests/test_enum_utils.py
tests/test_generate_scenarios.py
tests/test_hardware.py
tests/test_hardware_shapes.py
tests/test_headroom_strategy.py
tests/test_io2.py
tests/test_model_dump.py
tests/test_plan_comparison.py
tests/test_reproducible.py
tests/test_simulation.py
tests/test_utils.py
tests/test_working_set.py