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

As a devops users, I want to view an admin dashboard for my PixieGateway #487

Closed
DTAIEB opened this issue Oct 30, 2017 · 1 comment
Closed
Assignees
Milestone

Comments

@DTAIEB
Copy link
Member

DTAIEB commented Oct 30, 2017

As a devops users, I want to view an admin dashboard for my PixieGateway

In its first implementation, the dashboard should contain the following information:
-A list of all the PixieApps currently deployed on the PixieGateway
-A list of all the kernels currently running with the following real-time statistics:

  • Kernel name
  • Status: Idle, busy
  • Busy Ratio: busy time/ (busy time + idle time) 0-100% indicating the current load on the Kernel. This ratio will be used for load balancing load between kernels
  • List of apps running on the Kernel
  • Users Count: number of users currently assigned to this kernel. (Note same user may run multiple PixieApps and therefore can be assigned more than one kernel).
@DTAIEB DTAIEB self-assigned this Oct 30, 2017
@DTAIEB DTAIEB added this to the 1.1.2 milestone Oct 30, 2017
@DTAIEB
Copy link
Member Author

DTAIEB commented Oct 30, 2017

Screen shots for first pass implementation:
admin url: http:///admin

List of PixieApps:
image

Kernels Statistics:
image

DTAIEB pushed a commit that referenced this issue Oct 30, 2017
…eGateway

As a devops users, I want to view an admin dashboard for my PixieGateway
DTAIEB pushed a commit that referenced this issue Oct 30, 2017
#487 As a devops users, I want to view an admin dashboard for my PixieGateway
@DTAIEB DTAIEB closed this as completed Nov 10, 2017
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