summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorfilipe oliveira <filipecosta.90@gmail.com>2020-12-13 17:14:46 +0000
committerGitHub <noreply@github.com>2020-12-13 19:14:46 +0200
commit19d46f8f2f4239bea738a9578e083a64c1467012 (patch)
treea998073adfdff69cc2678bd7727e2fdef01f5265 /deps
parent86e3395c117d9450d52ee3ebbc62c386d11f1b79 (diff)
downloadredis-19d46f8f2f4239bea738a9578e083a64c1467012.tar.gz
Expose Redis main thread cpu time, and scrape system time via INFO command. (#8132)
Exposes the main thread CPU info via info modules ( linux specific only ) (used_cpu_sys_main_thread and used_cpu_user_main_thread). This is important for: - distinguish between main thread and io-threads cpu time total cpu time consumed ( check what is the first bottleneck on the used config ) - distinguish between main thread and modules threads total cpu time consumed Apart from it, this commit also exposes the server_time_usec within the Server section so that we can properly differentiate consecutive collection and calculate for example the CPU% and or / cpu time vs wall time, etc...
Diffstat (limited to 'deps')
0 files changed, 0 insertions, 0 deletions