This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Documented redis#8132: Redis main thread cpu time, and scrape system time#1455
Merged
itamarhaber merged 4 commits intoredis:masterfrom Dec 13, 2020
Merged
Documented redis#8132: Redis main thread cpu time, and scrape system time#1455itamarhaber merged 4 commits intoredis:masterfrom
itamarhaber merged 4 commits intoredis:masterfrom
Conversation
d6cec5a to
5846c19
Compare
itamarhaber
approved these changes
Dec 6, 2020
Member
itamarhaber
left a comment
There was a problem hiding this comment.
And thanks for putting the missing space there as well!
Contributor
Author
I knew you would notice it :) |
Member
|
I guess this needs to be updated slightly |
5846c19 to
c479645
Compare
Contributor
Author
Updated towards |
itamarhaber
reviewed
Dec 10, 2020
itamarhaber
approved these changes
Dec 10, 2020
itamarhaber
reviewed
Dec 12, 2020
itamarhaber
approved these changes
Dec 12, 2020
filipecosta90
commented
Dec 13, 2020
commands/info.md
Outdated
| * `run_id`: Random value identifying the Redis server (to be used by Sentinel | ||
| and Cluster) | ||
| * `tcp_port`: TCP/IP listen port | ||
| * `server_time_in_usec`: Epoch-based, floating-point system time with |
Contributor
Author
There was a problem hiding this comment.
@itamarhaber I believe we now should remove the floating-point
itamarhaber
approved these changes
Dec 13, 2020
This was referenced Jan 25, 2022
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR documents the soon to be added fields to the
INFOcommand on PR redis/redis#8132. Apart from it, tried to make more clear the differences between (used_cpu_sysandused_cpu_sys_main_thread), and (used_cpu_userandused_cpu_user_main_thread)