내용으로 건너뛰기

Find out incoming numbers of request in NLB balancer.

-2

I wan to find out incoming numbers of request in Network load balancer in AWS account, please explain step by step.

질문됨 3달 전75회 조회

1개 답변
1

To find out the incoming number of requests in your Network Load Balancer, you can use Amazon CloudWatch metrics. Here's a step-by-step guide:

Step 1: Access the CloudWatch Console Open the CloudWatch console at https://console.aws.amazon.com/cloudwatch/

Step 2: Navigate to Metrics In the navigation pane on the left side, choose "Metrics"

Step 3: Select the NetworkELB Namespace Select the "NetworkELB" namespace from the available options

Step 4: View Relevant Metrics To track incoming requests, you'll want to monitor the "NewFlowCount" metric, which represents the total number of new flows (or connections) established from clients to targets. This metric is available in different variants:

  • NewFlowCount (total)
  • NewFlowCount_TCP (for TCP connections)
  • NewFlowCount_TLS (for TLS connections)
  • NewFlowCount_UDP (for UDP connections)
  • NewFlowCount_QUIC (for QUIC connections)

Step 5: Filter by Your Load Balancer You can filter the metrics by specific dimensions such as:

  • LoadBalancer (to view metrics for a specific Network Load Balancer)
  • AvailabilityZone (to view metrics per availability zone)
  • TargetGroup (to view metrics per target group)

Optional: Search for Specific Metrics If you want to view a metric across all dimensions, you can type its name (like "NewFlowCount") in the search field

The metrics are reported to CloudWatch in 60-second intervals when requests are flowing through the load balancer, allowing you to monitor your incoming traffic patterns over time.
Sources
CloudWatch metrics for your Network Load Balancer - Elastic Load Balancing
Monitor your Network Load Balancers - Elastic Load Balancing

답변함 3달 전

전문가

검토됨 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠