Tag

cpuset

0 views collected around this technical thread.

Refining Core Development Skills
Refining Core Development Skills
Sep 24, 2021 · Operations

Limiting CPU Usage of a Third‑Party SDK with cgroup and cpuset on Linux

This article demonstrates how to accurately measure and restrict the CPU consumption of a CPU‑intensive third‑party SDK by creating and configuring cgroup and cpuset groups, binding the process to a single core, and verifying the limits with stress testing tools.

CPU LimitingPerformance Testingcgroup
0 likes · 7 min read
Limiting CPU Usage of a Third‑Party SDK with cgroup and cpuset on Linux
Tencent Cloud Developer
Tencent Cloud Developer
Oct 8, 2019 · Cloud Native

TLinux Team's Mixed Deployment Scheme for Improving Whole-Machine CPU Utilization

Tencent’s TLinux team introduced a kernel‑level mixed‑deployment framework that adds an offline scheduling class and load‑balancing algorithm, enabling online tasks to instantly pre‑empt offline work and boosting whole‑machine CPU utilization to as high as 90% while preserving latency‑sensitive service performance.

CPU utilizationLinux schedulingPerformance Optimization
0 likes · 13 min read
TLinux Team's Mixed Deployment Scheme for Improving Whole-Machine CPU Utilization