Пропускная способность (Throughput)

Объем данных, проходящих через систему в единицу времени.

🌐 Термины на других языках:

In computing, throughput refers to the rate at which a system processes data or transactions over a specific period. It is often measured in bits per second (bps) for networks, or transactions per second (TPS) for databases. High throughput means a system can handle a lot of data at once.

        graph LR
  Center["Пропускная способность (Throughput)"]:::main
  Rel_iteration["iteration"]:::related -.-> Center
  click Rel_iteration "/terms/iteration"
  Rel_stream_processing["stream-processing"]:::related -.-> Center
  click Rel_stream_processing "/terms/stream-processing"
  Rel_file_systems["file-systems"]:::related -.-> Center
  click Rel_file_systems "/terms/file-systems"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Проверка знаний

1 / 1

🧒 Простыми словами

Представь шоссе: если на нем 5 полос, то за час проедет больше машин, чем на 2-полосном. Количество машин в час — это и есть пропускная способность.

🤓 Expert Deep Dive

Зависит от протоколов, помех и загруженности промежуточных узлов.

📚 Источники