-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documented redis#8132: Redis main thread cpu time, and scrape system time #1455
Conversation
d6cec5a
to
5846c19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And thanks for putting the missing space there as well!
I knew you would notice it :) |
I guess this needs to be updated slightly |
5846c19
to
c479645
Compare
Updated towards |
commands/info.md
Outdated
@@ -61,6 +61,8 @@ Here is the meaning of all fields in the **server** section: | |||
* `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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itamarhaber I believe we now should remove the floating-point
This PR documents the soon to be added fields to the
INFO
command on PR redis/redis#8132. Apart from it, tried to make more clear the differences between (used_cpu_sys
andused_cpu_sys_main_thread
), and (used_cpu_user
andused_cpu_user_main_thread
)