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

pika_exporter: support network IO traffic monitoring #1732

Closed
yaoyinnan opened this issue Jul 15, 2023 · 0 comments · Fixed by #1733
Closed

pika_exporter: support network IO traffic monitoring #1732

yaoyinnan opened this issue Jul 15, 2023 · 0 comments · Fixed by #1733
Assignees

Comments

@yaoyinnan
Copy link
Contributor

Supports Redis requests and monitoring of master-slave replication network IO traffic. Refer to the following Redis metrics:

total_net_input_bytes: The total number of bytes read from the network
total_net_output_bytes: The total number of bytes written to the network
total_net_repl_input_bytes: The total number of bytes read from the network for replication purposes
total_net_repl_output_bytes: The total number of bytes written to the network for replication purposes
instantaneous_input_kbps: The network's read rate per second in KB/sec
instantaneous_output_kbps: The network's write rate per second in KB/sec
instantaneous_input_repl_kbps: The network's read rate per second in KB/sec for replication purposes
instantaneous_output_repl_kbps: The network's write rate per second in KB/sec for replication purposes
@yaoyinnan yaoyinnan changed the title pika_exporter: 支持网络IO流量监控 pika_exporter: support network IO traffic monitoring Jul 15, 2023
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 15, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 15, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 15, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 15, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
@yaoyinnan yaoyinnan self-assigned this Jul 16, 2023
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 17, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 17, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 17, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 17, 2023
Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit to yaoyinnan/pika that referenced this issue Jul 17, 2023
fix exporter makefile

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
yaoyinnan added a commit that referenced this issue Jul 18, 2023
* feat: support network IO traffic monitoring

Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: #1732

Signed-off-by: yaoyinnan <[email protected]>
bigdaronlee163 pushed a commit to bigdaronlee163/pika that referenced this issue Jun 8, 2024
* feat: support network IO traffic monitoring

Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
cheniujh pushed a commit to cheniujh/pika that referenced this issue Sep 24, 2024
* feat: support network IO traffic monitoring

Support network IO traffic monitoring. Including IO bytes and kps of Redis requests and master-slave replication.

Fixes: OpenAtomFoundation#1732

Signed-off-by: yaoyinnan <[email protected]>
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 a pull request may close this issue.

1 participant