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

How to view the load of the master when starting in a distributed manner #2707

Open
2 tasks done
ikun-bug opened this issue May 8, 2024 · 1 comment
Open
2 tasks done

Comments

@ikun-bug
Copy link

ikun-bug commented May 8, 2024

Prerequisites

Description

I am currently using local for distributed startup, and I can obtain the workload of the worker from the master. However, I need more master workload information, such as CPU usage and memory usage. Where should I obtain it from? Can you provide me with specific code? The code for obtaining the worker is as follows:
workers_info = [w for w in runner.clients.values()]

@cyberw
Copy link
Collaborator

cyberw commented May 17, 2024

Hi! Master logs a high cpu-warning like how workers do, and if it it doesn't you should be fine.

Are you encountering a problem? If not, master stats are kind of boring as they should have zero impact on the actual load (unless it is, for some reason, completely overloaded).

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