Skip to content
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

Merged
merged 4 commits into from
Dec 13, 2020

Conversation

filipecosta90
Copy link
Contributor

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 and used_cpu_sys_main_thread), and ( used_cpu_user and used_cpu_user_main_thread )

Copy link
Member

@itamarhaber itamarhaber left a 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!

@filipecosta90
Copy link
Contributor Author

And thanks for putting the missing space there as well!

I knew you would notice it :)

@itamarhaber
Copy link
Member

I guess this needs to be updated slightly

@filipecosta90
Copy link
Contributor Author

I guess this needs to be updated slightly

Updated towards server_time_in_microseconds placing in # Server section 👍

commands/info.md Outdated Show resolved Hide resolved
commands/info.md Outdated Show resolved Hide resolved
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
Copy link
Contributor Author

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

@itamarhaber itamarhaber merged commit ed8571b into redis:master Dec 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants