Throughput
[/ˈθruːpaʊt/]
Definitions
机器辅助翻译草稿 (Chinese) for "Throughput": The amount of work a system can process in a given time period. In APIs it's usually measured in requests per second; in AI inference it's tokens per second. Throughput and latency are related but distinct — a system can have high throughput while still having high latency for individual requests.
“示例草稿: The inference cluster achieved 10,000 tokens per second throughput across all concurrent users.”
Related Terms
- LatencyTechnology
机器辅助翻译草稿 (Chinese) for "Latency": The time delay between initiating an action and receiving the first response. In networking, latency is the round-trip time for a data packet; in ...
- TelemetryTechnology
机器辅助翻译草稿 (Chinese) for "Telemetry": Automated collection and transmission of data about a system's performance, usage, and health to a remote monitoring service. Software telemetry...
- API-FirstTechnology
机器辅助翻译草稿 (Chinese) for "API-First": A design philosophy where the API contract is defined and agreed upon before any implementation begins. API-first teams treat the API as the pro...
- BaseTechnology
机器辅助翻译草稿 (Chinese) for "Base": The foundational infrastructure layer of the PlatPhorm News Network (base.platphormnews.com). Base provides core shared services — authentication, st...
- CI/CDTechnology
机器辅助翻译草稿 (Chinese) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and...
- DevOpsTechnology
机器辅助翻译草稿 (Chinese) for "DevOps": A set of practices, tools, and cultural philosophies that unite software development (Dev) and IT operations (Ops) teams. DevOps breaks down silos,...