Load balancer pool members does not show stats
search cancel

Load balancer pool members does not show stats

book

Article ID: 390145

calendar_today

Updated On:

Products

VMware NSX

Issue/Introduction

Unable to receive stats for pool members.
Stats of the pool from UI/CLI says 0
Real-time statistics API also reports pool member statistics as 0
Health check can be performed to check if any issues reported.

Health check table:

Session table:

##c44#########en01> get load-balancer 6f####05-ff5e-4##8-b##d-3a#####cc2 session-tables 

l7lb-0  0000000100006b30 http  10.##.##.125   56164  10.##.##.6     443     100.64.208.1    28661  10.##.##.96    443
l7lb-1  0000000100018b58 http  10.##.##.24    63270  10.##.##.6     443     100.64.208.1    28451  10.##.##.96    443

Example:

"pools": [
        {
            "pool_id": "07#####a-5#8e-4##2-aad9-b2####278e#2",
            "statistics": {
                "current_sessions": 0, =======================================>>>>Empty
                "max_sessions": 0,=======================================>>>>Empty
                "total_sessions": 0,=======================================>>>>Empty
                "bytes_in": 0,
                "bytes_out": 0,
                "current_session_rate": 0.0,
                "bytes_in_rate": 0.0,
                "bytes_out_rate": 0.0,
                "http_request_rate": 0.0,
                "http_requests": 0
            },

"members": [
                {
                    "ip_address": "10.##.96.##",
                    "port": "443",
                    "statistics": {
                        "current_sessions": 0, =======================================>>>>Empty
                        "max_sessions": 0, =======================================>>>>Empty
                        "total_sessions": 0, =======================================>>>>Empty
                        "bytes_in": 0,
                        "bytes_out": 0,
                        "current_session_rate": 0.0,
                        "bytes_in_rate": 0.0,
                        "bytes_out_rate": 0.0,
                        "http_request_rate": 0.0,
                        "http_requests": 0
                    }

Environment

VMware NSX Data Center

Cause

In this version 3.2.3.1, the get stats of SSL_PASSTHROUGH has some issue.

Resolution

Issue has been resolved in NSX version 3.2.4