Skip to content

CLI tool #12

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

Open
leandrosardi opened this issue Feb 1, 2023 · 1 comment
Open

CLI tool #12

leandrosardi opened this issue Feb 1, 2023 · 1 comment

Comments

@leandrosardi
Copy link
Owner

leandrosardi commented Feb 1, 2023

List of Features

  • list of nodes, with status of CPU, RAM and Disk.
  • list of stand-alone processes, with green/red flag indicating if it is online or offline.
  • list of workers, with green/red flag indicating if it is online or offline, and which job is assigned (*).
  • list of jobs, with number of workers assigned (*), tasks pending (idle), task failed, tasks running.
  • show log of stand-alone process or worker.
  • show error reports
  • start processes.
  • stop processes.
  • restart processes.
  • deploy latest version of source code.

(*) Status Sharing

How Pampa shares such an information that is stored in memory?

Publish a web-service in port 3001.

leandrosardi pushed a commit that referenced this issue Feb 1, 2023
@leandrosardi
Copy link
Owner Author

List of Nodes

pampa --nodes

Node                      CPU           RAM           Disk
n01                        56%           10%           20%
n02                        56%           10%           20%
n03                        56%           10%           20%

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

No branches or pull requests

1 participant