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

Visibility into the concurrent edge sessions and bandwidth utilization through the customer edge routers #1425

Open
shekahamed opened this issue Apr 18, 2023 · 5 comments

Comments

@shekahamed
Copy link

Need visibility into concurrent edge sessions, new edge sessions initiated per second, bandwidth utilization ( Tx & Rx ), etc through a specific customer edge router as a way to measure traffic on a customer edge router for capacity planning.

@plorenz
Copy link
Member

plorenz commented Apr 18, 2023

Bandwidth utilization metrics are all there. We have ingress/egress/fabric/rx/tx for each router.
For new edge sessions, I'm guessing you mean circuits, not sessions (please correct me if I'm wrong). We have circuit events which list the path, including the initiating router, so you should be able to derive a new circuits per second for a given router.

Concurrent circuits we don't currently have a metric for. Which of the following are you interested in?

  • Total concurrent circuits on this router
  • Concurrent circuits initiated on this router
  • Concurrent circuits initiated or terminated on this router

Let me know, and we can update this issue accordingly.

@surennaidu
Copy link

@plorenz the following may be needed.

Total concurrent circuits on this router ( initiated + terminated) at any given second
Count of new circuits initiated on this router per second
Count of new circuits terminated on this router per second
Total concurrent circuits terminated on this router at any given second
Total concurrent circuits initiated on this router at any given second

@plorenz
Copy link
Member

plorenz commented May 1, 2023

Ok, I think that's doable. Moving this to the fabric project, as that's where the work need to be done

@plorenz plorenz transferred this issue from openziti/ziti May 1, 2023
@plorenz
Copy link
Member

plorenz commented Jun 6, 2023

Need to be able to read current concurrent active circuits using ziti agent router, to help with auto-scale/scale-down and round-robin upgrades.

@plorenz plorenz transferred this issue from openziti/fabric Oct 11, 2023
@plorenz
Copy link
Member

plorenz commented Oct 11, 2023

transfered back to ziti, as fabric project is being archived.

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

3 participants