架构中常见的开源模块

  1. 负载均衡: LVS(Layer 4), HAProxy(Layer 4、 7),Nginx(Layer 7)
  2. 虚拟化: LXC、KVM、Xen
  3. HA:Keepalived、Heartbeat
  4. 分布式缓存: Memcache, Redis
  5. 消息队列: Kafka/MetaQ, Beanstalkd、Gearman、etc
  6. 监控和⾃自恢复⼯工具: Supervised, Monit, Forever, etc
  7. RDMS:MySQL、PostgreSQL
  8. K-V DB: MongoDB、Hbase、LevelDB、S3
  9. 压测⼯工具:Tcpcopy、EM-Proxy、Seige、Tsung
  10. 分布式协同: Zookeeper
原文地址:https://www.cnblogs.com/dailidong/p/7571221.html