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

Add check command to check the status of the target host #101

Open
zyy17 opened this issue Jul 20, 2023 · 2 comments
Open

Add check command to check the status of the target host #101

zyy17 opened this issue Jul 20, 2023 · 2 comments

Comments

@zyy17
Copy link
Collaborator

zyy17 commented Jul 20, 2023

Background

For some scenarios, we want to know some basic information about the target host:

  • CPU
  • Memory
  • Disk(maybe can use fio)
  • Network

When the check command is finished, we can get the basic report of the target host.

btw: I'm unsure whether we should include the check command in the cluster subsystem or create a separate subsystem named diagnose.

@zyy17 zyy17 added enhancement New feature or request v0.2.0 feature request and removed enhancement New feature or request labels Jul 20, 2023
@sjcsjc123
Copy link
Contributor

Can we ssh the target host? Or send a rpc/grpc request to the target host?

@zyy17
Copy link
Collaborator Author

zyy17 commented Aug 8, 2023

@sjcsjc123 I think it's OK to do that. Actually, I don't have a clear design now, and it's still the idea. From my experience, I think we should consider the scenario of K8s and bare metal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants