Skip to content
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
filipecosta90:info.addedfields
Dec 13, 2020
Merged

Documented redis#8132: Redis main thread cpu time, and scrape system time#1455
itamarhaber merged 4 commits intoredis:masterfrom
filipecosta90:info.addedfields

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
* `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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants