F5Networks / f5-bigip-runtime-init

Apache License 2.0
14 stars 14 forks source link

Runtime init failed while installing Telemetry rpm with error "ECONNRESET" #10

Closed RavinderReddyF5 closed 3 years ago

RavinderReddyF5 commented 3 years ago

BIGIP Version:

[admin@ip-10-0-1-133:Active:Standalone] ~ # tmsh show /sys version

Sys::Version
Main Package
  Product     BIG-IP
  Version     15.1.2
  Build       0.0.9
  Edition     Final
  Date        Tue Nov 10 20:09:04 PST 2020

Config::

[admin@ip-10-0-1-133:Active:Standalone] ~ # cat /config/cloud/runtime-init-conf.yaml
---
runtime_parameters:
  - name: USER_NAME
    type: static
    value: bigipuser
  - name: ADMIN_PASS
    type: static
    value: vTNcKq7N1Y7SY9Nr
pre_onboard_enabled:
  - name: provision_rest
    type: inline
    commands:
      - /usr/bin/setdb provision.extramb 500
      - /usr/bin/setdb restjavad.useextramb true
extension_packages:
  install_operations:
    - extensionType: do
      extensionVersion: v1.16.0
      extensionUrl: https://github.com/F5Networks/f5-declarative-onboarding/releases/download/v1.16.0/f5-declarative-onboarding-1.16.0-8.noarch.rpm
    - extensionType: as3
      extensionVersion: v3.23.0
      extensionUrl: https://github.com/F5Networks/f5-appsvcs-extension/releases/download/v3.23.0/f5-appsvcs-3.23.0-5.noarch.rpm
    - extensionType: ts
      extensionVersion: v1.15.0
      extensionUrl: https://github.com/F5Networks/f5-telemetry-streaming/releases/download/v1.15.0/f5-telemetry-1.15.0-4.noarch.rpm
    - extensionType: cf
      extensionVersion: v1.6.1
      extensionUrl: https://github.com/F5Networks/f5-cloud-failover-extension/releases/download/v1.6.1/f5-cloud-failover-1.6.1-1.noarch.rpm
extension_services:
  service_operations:
    - extensionType: do
      type: url
      value: https://raw.githubusercontent.com/f5devcentral/terraform-aws-bigip-module/master/config/onboard_do.json
post_onboard_enabled: []

Error Logs:

2021-01-28T12:04:27.538Z [9398]: info: Configuration file: /config/cloud/runtime-init-conf.yaml
2021-01-28T12:04:27.543Z [9398]: silly: F5 Telemetry is enabled.
2021-01-28T12:04:27.543Z [9398]: info: Validating provided declaration
2021-01-28T12:04:27.585Z [9398]: info: Successfully validated declaration
2021-01-28T12:04:27.587Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:04:37.618Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:04:47.635Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:04:57.652Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:05:07.667Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:05:17.682Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:05:27.696Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:05:37.711Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:05:38.235Z [9398]: silly: Request response: 400 {"code":400,"message":"URI path /mgmt/tm/sys/ready not registered.  Please verify URI is supported and wait for /available suffix to be responsive.","restOperationId":1455,"kind":":resterrorresponse"}
2021-01-28T12:05:48.244Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:05:48.327Z [9398]: silly: Request response: 200 {"kind":"tm:sys:ready:readystats","selfLink":"https://localhost/mgmt/tm/sys/ready?ver=15.1.2","entries":{"https://localhost/mgmt/tm/sys/ready/0":{"nestedStats":{"entries":{"configReady":{"description":"yes"},"licenseReady":{"description":"yes"},"provisionReady":{"description":"yes"}}}}}}
2021-01-28T12:05:48.331Z [9398]: info: Resolving parameters
2021-01-28T12:05:48.332Z [9398]: info: Executing custom pre-onboard commands
2021-01-28T12:05:48.413Z [9398]: debug: Executing inline shell command: /usr/bin/setdb provision.extramb 500
2021-01-28T12:05:50.219Z [9398]: info: Shell command: /usr/bin/setdb provision.extramb 500 execution completed; response:
2021-01-28T12:05:50.224Z [9398]: debug: Executing inline shell command: /usr/bin/setdb restjavad.useextramb true
2021-01-28T12:05:50.632Z [9398]: info: Shell command: /usr/bin/setdb restjavad.useextramb true execution completed; response:
2021-01-28T12:05:50.634Z [9398]: info: Executing install operations.
2021-01-28T12:05:50.636Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/global-installed-packages verifyTls: true
2021-01-28T12:05:50.644Z [9398]: silly: Request response: 200 {"items":[],"generation":0,"kind":"shared:iapp:global-installed-packages:installedpackagecollectionstate","lastUpdateMicros":0,"selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages"}
2021-01-28T12:05:50.648Z [9398]: info: Installing - do v1.16.0
2021-01-28T12:05:50.650Z [9398]: silly: Downloading File: https://github.com/F5Networks/f5-declarative-onboarding/releases/download/v1.16.0/f5-declarative-onboarding-1.16.0-8.noarch.rpm
2021-01-28T12:05:50.650Z [9398]: silly: Options: {"verifyTls":true}
2021-01-28T12:05:52.907Z [9398]: silly: Sending chunk: 0-1048576/1579285
2021-01-28T12:05:52.908Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-declarative-onboarding-1.16.0-8.noarch.rpm verifyTls: true
2021-01-28T12:05:53.134Z [9398]: silly: Request response: 200 {"remainingByteCount":530708,"usedChunks":{"0":1048577},"totalByteCount":1579285,"localFilePath":"/var/config/rest/downloads/f5-declarative-onboarding-1.16.0-8.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-declarative-onboarding-1.16.0-8.noarch.rpm","generation":0,"lastUpdateMicros":1611835552964458}
2021-01-28T12:05:53.135Z [9398]: silly: Sending chunk: 1048576-1579284/1579285
2021-01-28T12:05:53.136Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-declarative-onboarding-1.16.0-8.noarch.rpm verifyTls: true
2021-01-28T12:05:53.252Z [9398]: silly: Request response: 200 {"remainingByteCount":0,"usedChunks":{"0":1048577,"1048576":530709},"totalByteCount":1579285,"localFilePath":"/var/config/rest/downloads/f5-declarative-onboarding-1.16.0-8.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-declarative-onboarding-1.16.0-8.noarch.rpm","generation":0,"lastUpdateMicros":1611835552964458}
2021-01-28T12:05:53.254Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/iapp/package-management-tasks verifyTls: true
2021-01-28T12:05:53.263Z [9398]: silly: Request response: 202 {"packageFilePath":"/var/config/rest/downloads/f5-declarative-onboarding-1.16.0-8.noarch.rpm","operation":"INSTALL","id":"eea673e1-773c-42f5-87c9-b1a3d29c981d","status":"CREATED","userReference":{"link":"https://localhost/mgmt/shared/authz/users/admin"},"identityReferences":[{"link":"https://localhost/mgmt/shared/authz/users/admin"}],"ownerMachineId":"f9532f24-cb5a-4930-be79-0c0ee75f8b9b","generation":1,"lastUpdateMicros":1611835553258084,"kind":"shared:iapp:package-management-tasks:iapppackagemanagementtaskstate","selfLink":"https://localhost/mgmt/shared/iapp/package-management-tasks/eea673e1-773c-42f5-87c9-b1a3d29c981d"}
2021-01-28T12:05:53.264Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/package-management-tasks/eea673e1-773c-42f5-87c9-b1a3d29c981d verifyTls: true
2021-01-28T12:05:53.282Z [9398]: silly: Request response: 200 {"packageFilePath":"/var/config/rest/downloads/f5-declarative-onboarding-1.16.0-8.noarch.rpm","operation":"INSTALL","id":"eea673e1-773c-42f5-87c9-b1a3d29c981d","status":"CREATED","userReference":{"link":"https://localhost/mgmt/shared/authz/users/admin"},"identityReferences":[{"link":"https://localhost/mgmt/shared/authz/users/admin"}],"ownerMachineId":"f9532f24-cb5a-4930-be79-0c0ee75f8b9b","generation":1,"lastUpdateMicros":1611835553258084,"kind":"shared:iapp:package-management-tasks:iapppackagemanagementtaskstate","selfLink":"https://localhost/mgmt/shared/iapp/package-management-tasks/eea673e1-773c-42f5-87c9-b1a3d29c981d"}
2021-01-28T12:05:55.298Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/package-management-tasks/eea673e1-773c-42f5-87c9-b1a3d29c981d verifyTls: true
2021-01-28T12:05:55.312Z [9398]: silly: Request response: 200 {"packageFilePath":"/var/config/rest/downloads/f5-declarative-onboarding-1.16.0-8.noarch.rpm","packageName":"f5-declarative-onboarding-1.16.0-8.noarch","operation":"INSTALL","packageManifest":{"tags":["PLUGIN"]},"id":"eea673e1-773c-42f5-87c9-b1a3d29c981d","status":"FINISHED","startTime":"2021-01-28T04:05:53.262-0800","endTime":"2021-01-28T04:05:54.041-0800","userReference":{"link":"https://localhost/mgmt/shared/authz/users/admin"},"identityReferences":[{"link":"https://localhost/mgmt/shared/authz/users/admin"}],"ownerMachineId":"f9532f24-cb5a-4930-be79-0c0ee75f8b9b","generation":3,"lastUpdateMicros":1611835554042114,"kind":"shared:iapp:package-management-tasks:iapppackagemanagementtaskstate","selfLink":"https://localhost/mgmt/shared/iapp/package-management-tasks/eea673e1-773c-42f5-87c9-b1a3d29c981d"}
2021-01-28T12:05:55.327Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/global-installed-packages verifyTls: true
2021-01-28T12:05:55.334Z [9398]: silly: Request response: 200 {"items":[{"id":"316c0f71-a1d2-3fbc-a04c-26c8b3262e1e","appName":"f5-declarative-onboarding","packageName":"f5-declarative-onboarding-1.16.0-8.noarch","version":"1.16.0","release":"8","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1611835554030219,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/316c0f71-a1d2-3fbc-a04c-26c8b3262e1e"}],"generation":1,"kind":"shared:iapp:global-installed-packages:installedpackagecollectionstate","lastUpdateMicros":1611835554030513,"selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages"}
2021-01-28T12:05:55.347Z [9398]: info: Installing - as3 v3.23.0
2021-01-28T12:05:55.349Z [9398]: silly: Downloading File: https://github.com/F5Networks/f5-appsvcs-extension/releases/download/v3.23.0/f5-appsvcs-3.23.0-5.noarch.rpm
2021-01-28T12:05:55.352Z [9398]: silly: Options: {"verifyTls":true}
2021-01-28T12:05:59.871Z [9398]: silly: Sending chunk: 0-1048576/17234471
2021-01-28T12:05:59.875Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:00.163Z [9398]: silly: Request response: 200 {"remainingByteCount":16185894,"usedChunks":{"0":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:00.163Z [9398]: silly: Sending chunk: 1048576-2097152/17234471
2021-01-28T12:06:00.164Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:00.349Z [9398]: silly: Request response: 200 {"remainingByteCount":15137317,"usedChunks":{"0":1048577,"1048576":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:00.349Z [9398]: silly: Sending chunk: 2097152-3145728/17234471
2021-01-28T12:06:00.350Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:00.558Z [9398]: silly: Request response: 200 {"remainingByteCount":14088740,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:00.568Z [9398]: silly: Sending chunk: 3145728-4194304/17234471
2021-01-28T12:06:00.571Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:00.721Z [9398]: silly: Request response: 200 {"remainingByteCount":13040163,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:00.721Z [9398]: silly: Sending chunk: 4194304-5242880/17234471
2021-01-28T12:06:00.721Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:00.878Z [9398]: silly: Request response: 200 {"remainingByteCount":11991586,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:00.879Z [9398]: silly: Sending chunk: 5242880-6291456/17234471
2021-01-28T12:06:00.879Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:01.086Z [9398]: silly: Request response: 200 {"remainingByteCount":10943009,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:01.086Z [9398]: silly: Sending chunk: 6291456-7340032/17234471
2021-01-28T12:06:01.087Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:01.213Z [9398]: silly: Request response: 200 {"remainingByteCount":9894432,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:01.213Z [9398]: silly: Sending chunk: 7340032-8388608/17234471
2021-01-28T12:06:01.213Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:01.332Z [9398]: silly: Request response: 200 {"remainingByteCount":8845855,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:01.332Z [9398]: silly: Sending chunk: 8388608-9437184/17234471
2021-01-28T12:06:01.332Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:01.457Z [9398]: silly: Request response: 200 {"remainingByteCount":7797278,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:01.457Z [9398]: silly: Sending chunk: 9437184-10485760/17234471
2021-01-28T12:06:01.457Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:01.644Z [9398]: silly: Request response: 200 {"remainingByteCount":6748701,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:01.644Z [9398]: silly: Sending chunk: 10485760-11534336/17234471
2021-01-28T12:06:01.644Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:01.771Z [9398]: silly: Request response: 200 {"remainingByteCount":5700124,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577,"10485760":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:01.771Z [9398]: silly: Sending chunk: 11534336-12582912/17234471
2021-01-28T12:06:01.771Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:01.916Z [9398]: silly: Request response: 200 {"remainingByteCount":4651547,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577,"10485760":1048577,"11534336":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:01.916Z [9398]: silly: Sending chunk: 12582912-13631488/17234471
2021-01-28T12:06:01.917Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:02.067Z [9398]: silly: Request response: 200 {"remainingByteCount":3602970,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577,"10485760":1048577,"11534336":1048577,"12582912":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:02.067Z [9398]: silly: Sending chunk: 13631488-14680064/17234471
2021-01-28T12:06:02.067Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:02.219Z [9398]: silly: Request response: 200 {"remainingByteCount":2554393,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577,"10485760":1048577,"11534336":1048577,"12582912":1048577,"13631488":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:02.220Z [9398]: silly: Sending chunk: 14680064-15728640/17234471
2021-01-28T12:06:02.220Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:02.354Z [9398]: silly: Request response: 200 {"remainingByteCount":1505816,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577,"10485760":1048577,"11534336":1048577,"12582912":1048577,"13631488":1048577,"14680064":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:02.354Z [9398]: silly: Sending chunk: 15728640-16777216/17234471
2021-01-28T12:06:02.354Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:02.493Z [9398]: silly: Request response: 200 {"remainingByteCount":457239,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577,"10485760":1048577,"11534336":1048577,"12582912":1048577,"13631488":1048577,"14680064":1048577,"15728640":1048577},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:02.493Z [9398]: silly: Sending chunk: 16777216-17234470/17234471
2021-01-28T12:06:02.494Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/file-transfer/uploads/f5-appsvcs-3.23.0-5.noarch.rpm verifyTls: true
2021-01-28T12:06:02.569Z [9398]: silly: Request response: 200 {"remainingByteCount":0,"usedChunks":{"0":1048577,"1048576":1048577,"2097152":1048577,"3145728":1048577,"4194304":1048577,"5242880":1048577,"6291456":1048577,"7340032":1048577,"8388608":1048577,"9437184":1048577,"10485760":1048577,"11534336":1048577,"12582912":1048577,"13631488":1048577,"14680064":1048577,"15728640":1048577,"16777216":457255},"totalByteCount":17234471,"localFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","temporaryFilePath":"/var/config/rest/downloads/tmp/f5-appsvcs-3.23.0-5.noarch.rpm","generation":0,"lastUpdateMicros":1611835559933080}
2021-01-28T12:06:02.577Z [9398]: silly: Making request: POST http://localhost:8100/mgmt/shared/iapp/package-management-tasks verifyTls: true
2021-01-28T12:06:02.591Z [9398]: silly: Request response: 202 {"packageFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","operation":"INSTALL","id":"a9a6ad4c-c747-46e4-bc82-a2a1963c69b1","status":"CREATED","userReference":{"link":"https://localhost/mgmt/shared/authz/users/admin"},"identityReferences":[{"link":"https://localhost/mgmt/shared/authz/users/admin"}],"ownerMachineId":"f9532f24-cb5a-4930-be79-0c0ee75f8b9b","generation":1,"lastUpdateMicros":1611835562581134,"kind":"shared:iapp:package-management-tasks:iapppackagemanagementtaskstate","selfLink":"https://localhost/mgmt/shared/iapp/package-management-tasks/a9a6ad4c-c747-46e4-bc82-a2a1963c69b1"}
2021-01-28T12:06:02.592Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/package-management-tasks/a9a6ad4c-c747-46e4-bc82-a2a1963c69b1 verifyTls: true
2021-01-28T12:06:02.634Z [9398]: silly: Request response: 200 {"packageFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","operation":"INSTALL","id":"a9a6ad4c-c747-46e4-bc82-a2a1963c69b1","status":"CREATED","userReference":{"link":"https://localhost/mgmt/shared/authz/users/admin"},"identityReferences":[{"link":"https://localhost/mgmt/shared/authz/users/admin"}],"ownerMachineId":"f9532f24-cb5a-4930-be79-0c0ee75f8b9b","generation":1,"lastUpdateMicros":1611835562581134,"kind":"shared:iapp:package-management-tasks:iapppackagemanagementtaskstate","selfLink":"https://localhost/mgmt/shared/iapp/package-management-tasks/a9a6ad4c-c747-46e4-bc82-a2a1963c69b1"}
2021-01-28T12:06:04.635Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/package-management-tasks/a9a6ad4c-c747-46e4-bc82-a2a1963c69b1 verifyTls: true
2021-01-28T12:06:04.650Z [9398]: silly: Request response: 200 {"packageFilePath":"/var/config/rest/downloads/f5-appsvcs-3.23.0-5.noarch.rpm","packageName":"f5-appsvcs-3.23.0-5.noarch","operation":"INSTALL","packageManifest":{"tags":["PLUGIN"]},"id":"a9a6ad4c-c747-46e4-bc82-a2a1963c69b1","status":"FINISHED","startTime":"2021-01-28T04:06:02.591-0800","endTime":"2021-01-28T04:06:03.643-0800","userReference":{"link":"https://localhost/mgmt/shared/authz/users/admin"},"identityReferences":[{"link":"https://localhost/mgmt/shared/authz/users/admin"}],"ownerMachineId":"f9532f24-cb5a-4930-be79-0c0ee75f8b9b","generation":3,"lastUpdateMicros":1611835563644107,"kind":"shared:iapp:package-management-tasks:iapppackagemanagementtaskstate","selfLink":"https://localhost/mgmt/shared/iapp/package-management-tasks/a9a6ad4c-c747-46e4-bc82-a2a1963c69b1"}
2021-01-28T12:06:04.650Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/global-installed-packages verifyTls: true
2021-01-28T12:06:04.675Z [9398]: silly: Request response: 200 {"items":[{"id":"316c0f71-a1d2-3fbc-a04c-26c8b3262e1e","appName":"f5-declarative-onboarding","packageName":"f5-declarative-onboarding-1.16.0-8.noarch","version":"1.16.0","release":"8","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1611835554030219,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/316c0f71-a1d2-3fbc-a04c-26c8b3262e1e"},{"id":"5b78671e-01ea-3d87-b255-4f6da6047846","appName":"f5-appsvcs","packageName":"f5-appsvcs-3.23.0-5.noarch","version":"3.23.0","release":"5","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1611835563625083,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/5b78671e-01ea-3d87-b255-4f6da6047846"}],"generation":2,"kind":"shared:iapp:global-installed-packages:installedpackagecollectionstate","lastUpdateMicros":1611835563625671,"selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages"}
2021-01-28T12:06:04.676Z [9398]: info: Installing - ts v1.15.0
2021-01-28T12:06:04.676Z [9398]: silly: Downloading File: https://github.com/F5Networks/f5-telemetry-streaming/releases/download/v1.15.0/f5-telemetry-1.15.0-4.noarch.rpm
2021-01-28T12:06:04.677Z [9398]: silly: Options: {"verifyTls":true}
2021-01-28T12:06:22.191Z [9398]: error: read ECONNRESET
2021-01-28T12:06:22.197Z [9398]: info: Sending F5 Teem report for failure case.
2021-01-28T12:06:22.202Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: true
2021-01-28T12:06:22.234Z [9398]: silly: Request response: 200 {"kind":"tm:sys:ready:readystats","selfLink":"https://localhost/mgmt/tm/sys/ready?ver=15.1.2","entries":{"https://localhost/mgmt/tm/sys/ready/0":{"nestedStats":{"entries":{"configReady":{"description":"yes"},"licenseReady":{"description":"yes"},"provisionReady":{"description":"yes"}}}}}}
2021-01-28T12:06:24.406Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/hardware verifyTls: true
2021-01-28T12:06:24.479Z [9398]: silly: Request response: 200 {"kind":"tm:sys:hardware:hardwarestats","selfLink":"https://localhost/mgmt/tm/sys/hardware?ver=15.1.2","entries":{"https://localhost/mgmt/tm/sys/hardware/chassis-info":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/chassis-info/0":{"nestedStats":{"entries":{"maxMacCount":{"value":1},"regKey":{"description":"-"}}}}}}},"https://localhost/mgmt/tm/sys/hardware/hardware-version":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/hardware-version/cpus":{"nestedStats":{"entries":{"model":{"description":"Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz"},"tmName":{"description":"cpus"},"type":{"description":"base-board"},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/0":{"nestedStats":{"entries":{"tmName":{"description":"cache size"},"version":{"description":"36608 KB"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/1":{"nestedStats":{"entries":{"tmName":{"description":"cores"},"version":{"description":"4  (physical:2)"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/2":{"nestedStats":{"entries":{"tmName":{"description":"cpu MHz"},"version":{"description":"2500.000"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/3":{"nestedStats":{"entries":{"tmName":{"description":"cpu sockets"},"version":{"description":"1"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/4":{"nestedStats":{"entries":{"tmName":{"description":"cpu stepping"},"version":{"description":"7"}}}}}}}}}}}}},"https://localhost/mgmt/tm/sys/hardware/platform":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/platform/0":{"nestedStats":{"entries":{"baseMac":{"description":"02:03:06:17:e3:90"},"biosRev":{"description":" "},"cloudName":{"description":"AWS"},"hypervisorName":{"description":"m5.xlarge"},"marketingName":{"description":"BIG-IP Virtual Edition"}}}}}}},"https://localhost/mgmt/tm/sys/hardware/system-info":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/system-info/0":{"nestedStats":{"entries":{"bigipChassisSerialNum":{"description":"833328ec-33c1-f9aa-940c86a620d3"},"hostBoardPartRevNum":{"description":" "},"hostBoardSerialNum":{"description":" "},"platform":{"description":"Z100"},"project_200LevelBomNum":{"description":" "},"switchBoardPartRevNum":{"description":" "},"switchBoardSerialNum":{"description":" "}}}}}}}}}
2021-01-28T12:06:24.481Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/software/volume verifyTls: true
2021-01-28T12:06:24.546Z [9398]: silly: Request response: 200 {"kind":"tm:sys:software:volume:volumecollectionstate","selfLink":"https://localhost/mgmt/tm/sys/software/volume?ver=15.1.2","items":[{"kind":"tm:sys:software:volume:volumestate","name":"HD1.1","fullPath":"HD1.1","generation":23,"selfLink":"https://localhost/mgmt/tm/sys/software/volume/HD1.1?ver=15.1.2","active":true,"apiRawValues":{},"basebuild":"0.0.9","build":"0.0.9","product":"BIG-IP","status":"complete","version":"15.1.2","media":[{"name":"HD1.1","defaultBootLocation":true,"media":"general_use_ssd","size":"default","nameReference":{"link":"https://localhost/mgmt/tm/sys/software/volume/HD1.1?ver=15.1.2"}}]}]}
2021-01-28T12:06:24.546Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/global-settings verifyTls: true
2021-01-28T12:06:24.630Z [9398]: silly: Request response: 200 {"kind":"tm:sys:global-settings:global-settingsstate","selfLink":"https://localhost/mgmt/tm/sys/global-settings?ver=15.1.2","awsApiMaxConcurrency":1,"consoleInactivityTimeout":0,"customAddr":"none","failsafeAction":"go-offline-restart-tm","fileBlacklistPathPrefix":"{/shared/3dns/} {/shared/bin/} {/shared/core/} {/appdata/core/} {/shared/datasync/} {/shared/em/} {/shared/GeoIP/} {/shared/images/} {/shared/lib/} {/shared/lib64/} {/shared/log/} {/shared/lost+found/} {/shared/mgmt/} {/shared/nfb/} {/shared/ssh/} {/shared/statsd/} {/shared/tmstat/} {/shared/vadc/} {/config/aaa/} {/config/big3d/} {/config/bigip/} {/config/filestore/} {/config/gtm/} {/config/httpd/} {/config/ntp.conf} {/config/rndc.key} {/config/ssh/} {/config/ssl/}","fileBlacklistReadOnlyPathPrefix":"{/etc/shadow}","fileLocalPathPrefix":"{/shared/} {/tmp/}","fileWhitelistPathPrefix":"{/var/local/scf} {/tmp/} {/shared/} {/config/} {/usr/share/aws/}","guiAudit":"disabled","guiExpiredCertAlert":"enabled","guiSecurityBanner":"enabled","guiSecurityBannerText":"Welcome to the BIG-IP Configuration Utility.\n\nLog in with your username and password using the fields on the left.","guiSetup":"enabled","hostAddrMode":"management","hostname":"ip-10-0-1-133.ap-south-1.compute.internal","lcdDisplay":"enabled","ledLocator":"disabled","mgmtDhcp":"enabled","netReboot":"disabled","passwordPrompt":"Password","quietBoot":"enabled","sshMaxSessionLimit":10,"sshMaxSessionLimitPerUser":-1,"sshRootSessionLimit":"disabled","sshSessionLimit":"disabled","usernamePrompt":"Username"}
2021-01-28T12:06:24.630Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/management-ip verifyTls: true
2021-01-28T12:06:24.641Z [9398]: silly: Request response: 200 {"kind":"tm:sys:management-ip:management-ipcollectionstate","selfLink":"https://localhost/mgmt/tm/sys/management-ip?ver=15.1.2","items":[{"kind":"tm:sys:management-ip:management-ipstate","name":"10.0.1.133/24","fullPath":"10.0.1.133/24","generation":32,"selfLink":"https://localhost/mgmt/tm/sys/management-ip/10.0.1.133~24?ver=15.1.2","description":"configured-by-dhcp"}]}
2021-01-28T12:06:24.641Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/provision verifyTls: true
2021-01-28T12:06:24.651Z [9398]: silly: Request response: 200 {"kind":"tm:sys:provision:provisioncollectionstate","selfLink":"https://localhost/mgmt/tm/sys/provision?ver=15.1.2","items":[{"kind":"tm:sys:provision:provisionstate","name":"afm","fullPath":"afm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/afm?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"am","fullPath":"am","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/am?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"apm","fullPath":"apm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/apm?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"asm","fullPath":"asm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/asm?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"avr","fullPath":"avr","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/avr?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"cgnat","fullPath":"cgnat","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/cgnat?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"dos","fullPath":"dos","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/dos?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"fps","fullPath":"fps","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/fps?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"gtm","fullPath":"gtm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/gtm?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"ilx","fullPath":"ilx","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/ilx?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"lc","fullPath":"lc","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/lc?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"ltm","fullPath":"ltm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/ltm?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"nominal","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"pem","fullPath":"pem","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/pem?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"sslo","fullPath":"sslo","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/sslo?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"swg","fullPath":"swg","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/swg?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"urldb","fullPath":"urldb","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/urldb?ver=15.1.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0}]}
2021-01-28T12:06:24.652Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/disk/logical-disk verifyTls: true
2021-01-28T12:06:24.662Z [9398]: silly: Request response: 200 {"kind":"tm:sys:disk:logical-disk:logical-diskcollectionstate","selfLink":"https://localhost/mgmt/tm/sys/disk/logical-disk?ver=15.1.2","items":[{"kind":"tm:sys:disk:logical-disk:logical-diskstate","name":"HD1","fullPath":"HD1","generation":54,"selfLink":"https://localhost/mgmt/tm/sys/disk/logical-disk/HD1?ver=15.1.2","mode":"mixed","size":77824,"vgFree":21420,"vgInUse":56184,"vgReserved":0}]}
2021-01-28T12:06:24.662Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/installed-packages verifyTls: true
2021-01-28T12:06:24.671Z [9398]: silly: Request response: 200 {"items":[{"id":"1241344f-04f9-3594-b6cb-f7989ebff7df","appName":"f5-service-discovery","packageName":"f5-service-discovery-1.3.1-1.noarch","version":"1.3.1","release":"1","arch":"noarch","tags":["PLUGIN"],"status":"READY","generation":2,"lastUpdateMicros":1611835570343345,"kind":"shared:iapp:installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/installed-packages/1241344f-04f9-3594-b6cb-f7989ebff7df"},{"id":"316c0f71-a1d2-3fbc-a04c-26c8b3262e1e","appName":"f5-declarative-onboarding","packageName":"f5-declarative-onboarding-1.16.0-8.noarch","version":"1.16.0","release":"8","arch":"noarch","tags":["PLUGIN"],"status":"READY","generation":2,"lastUpdateMicros":1611835553960616,"kind":"shared:iapp:installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/installed-packages/316c0f71-a1d2-3fbc-a04c-26c8b3262e1e"},{"id":"5b78671e-01ea-3d87-b255-4f6da6047846","appName":"f5-appsvcs","packageName":"f5-appsvcs-3.23.0-5.noarch","version":"3.23.0","release":"5","arch":"noarch","tags":["PLUGIN"],"status":"READY","generation":2,"lastUpdateMicros":1611835563567655,"kind":"shared:iapp:installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/installed-packages/5b78671e-01ea-3d87-b255-4f6da6047846"}],"generation":6,"kind":"shared:iapp:installed-packages:installedpackagecollectionstate","lastUpdateMicros":1611835570344030,"selfLink":"https://localhost/mgmt/shared/iapp/installed-packages"}
2021-01-28T12:06:24.672Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/memory verifyTls: true
2021-01-28T12:06:24.750Z [9398]: silly: Request response: 200 {"kind":"tm:sys:memory:memorystats","selfLink":"https://localhost/mgmt/tm/sys/memory?ver=15.1.2","entries":{"https://localhost/mgmt/tm/sys/memory/memory-host":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/memory/memory-host/0":{"nestedStats":{"entries":{"hostId":{"description":"0"},"memoryFree":{"value":14614249816},"memoryTotal":{"value":16518127616},"memoryUsed":{"value":1903877800},"otherMemoryFree":{"value":1115721728},"otherMemoryTotal":{"value":2681118720},"otherMemoryUsed":{"value":1565396992},"swapFree":{"value":1046622208},"swapTotal":{"value":1048571904},"swapUsed":{"value":1949696},"tmmMemoryFree":{"value":13498528088},"tmmMemoryTotal":{"value":13837008896},"tmmMemoryUsed":{"value":338480808}}}}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/memory/memory-subsys/AAA_IVS_CTX":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"AAA_IVS_CTX"},"size":{"value":448}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ADM%20Mitigation":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ADM Mitigation"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ADM%20Statistics":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ADM Statistics"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/APMD%20proxy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"APMD proxy"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Application%20Family%20Name":{"nestedStats":{"entries":{"allocated":{"value":4235872},"maxAllocated":{"value":4235872},"tmName":{"description":"Application Family Name"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Application%20filter":{"nestedStats":{"entries":{"allocated":{"value":835584},"maxAllocated":{"value":835584},"tmName":{"description":"Application filter"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/BIGTCP%20PKTSEG%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"BIGTCP PKTSEG cache"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Bot%20Defense":{"nestedStats":{"entries":{"allocated":{"value":379200},"maxAllocated":{"value":379200},"tmName":{"description":"Bot Defense"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Content%20Analysis":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Content Analysis"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Content%20Classification":{"nestedStats":{"entries":{"allocated":{"value":278528},"maxAllocated":{"value":278528},"tmName":{"description":"Content Classification"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DHCP%20lease%20query%20transaction":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DHCP lease query transaction"},"size":{"value":2128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DHCPv4%20transaction":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DHCPv4 transaction"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DHCPv6%20transaction":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DHCPv6 transaction"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DNS%20DOS%20profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DNS DOS profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DWBL":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DWBL"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DoS%20Layer%207":{"nestedStats":{"entries":{"allocated":{"value":21472},"maxAllocated":{"value":21472},"tmName":{"description":"DoS Layer 7"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DoS%20Layer%207%20ACY":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DoS Layer 7 ACY"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DoS%20Network%20Whitelist":{"nestedStats":{"entries":{"allocated":{"value":258416},"maxAllocated":{"value":258416},"tmName":{"description":"DoS Network Whitelist"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ECM":{"nestedStats":{"entries":{"allocated":{"value":6496},"maxAllocated":{"value":6496},"tmName":{"description":"ECM"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/FPS":{"nestedStats":{"entries":{"allocated":{"value":217536},"maxAllocated":{"value":217536},"tmName":{"description":"FPS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/FPS%20Configuration":{"nestedStats":{"entries":{"allocated":{"value":1091008},"maxAllocated":{"value":1091008},"tmName":{"description":"FPS Configuration"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20Auto%20Discovery":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Firewall Auto Discovery"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20BDoS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Firewall BDoS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20FQDN":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Firewall FQDN"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20NAT":{"nestedStats":{"entries":{"allocated":{"value":20480},"maxAllocated":{"value":20480},"tmName":{"description":"Firewall NAT"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKE%20DEVBUF":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IKE DEVBUF"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKE%20LIB":{"nestedStats":{"entries":{"allocated":{"value":11072},"maxAllocated":{"value":11072},"tmName":{"description":"IKE LIB"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKE%20VBUF":{"nestedStats":{"entries":{"allocated":{"value":58624},"maxAllocated":{"value":58624},"tmName":{"description":"IKE VBUF"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKEV2":{"nestedStats":{"entries":{"allocated":{"value":10501120},"maxAllocated":{"value":10501120},"tmName":{"description":"IKEV2"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IPFIX%20MDS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IPFIX MDS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IPFIX%20Proxy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IPFIX Proxy"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IPFIX%20iRules":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IPFIX iRules"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/In-TMM%20monitoring%20activity":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"In-TMM monitoring activity"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/L3%20Rate%20Limit":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"L3 Rate Limit"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/LSN":{"nestedStats":{"entries":{"allocated":{"value":206856},"maxAllocated":{"value":206856},"tmName":{"description":"LSN"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/LSN%20address%20stats":{"nestedStats":{"entries":{"allocated":{"value":10240},"maxAllocated":{"value":10240},"tmName":{"description":"LSN address stats"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/LTM%20addr%20list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"LTM addr list"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Layer%202%20Opaque":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Layer 2 Opaque"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Log%20Profile":{"nestedStats":{"entries":{"allocated":{"value":8704},"maxAllocated":{"value":8704},"tmName":{"description":"Log Profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/MW_HASH_COOKIE":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"MW_HASH_COOKIE"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/MW_HASH_TOPIC":{"nestedStats":{"entries":{"allocated":{"value":4480},"maxAllocated":{"value":4480},"tmName":{"description":"MW_HASH_TOPIC"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Monitor%20probe%20context%20for%20MRF%20S":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Monitor probe context for MRF S"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/NETFLOW":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"NETFLOW"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/NIST%20CAVS%20tests":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"NIST CAVS tests"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/NSH":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"NSH"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Netflow%20Protected%20Server":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Netflow Protected Server"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Network%20DoS%20profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Network DoS profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OAuth":{"nestedStats":{"entries":{"allocated":{"value":504184},"maxAllocated":{"value":504184},"tmName":{"description":"OAuth"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OAuth%20Database":{"nestedStats":{"entries":{"allocated":{"value":224},"maxAllocated":{"value":224},"tmName":{"description":"OAuth Database"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_CHANNELS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_CHANNELS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_CONFIG":{"nestedStats":{"entries":{"allocated":{"value":43520},"maxAllocated":{"value":43520},"tmName":{"description":"OFFBOX_CONFIG"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_CONN":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_CONN"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_MESSAGES":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_MESSAGES"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_TCL":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_TCL"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/PEM%20PSC%20CFINFO":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"PEM PSC CFINFO"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/PEM%20Subscriber%20Context":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"PEM Subscriber Context"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/PSPM%20PSC%20session%20delete%20context":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"PSPM PSC session delete context"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20lookup%20entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC lookup entry"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20packet":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC packet"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20sack":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC sack"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC segment"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Quality%20Qf%20Experience":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Quality Qf Experience"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"RISK"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK_CACHE":{"nestedStats":{"entries":{"allocated":{"value":147456},"maxAllocated":{"value":147456},"tmName":{"description":"RISK_CACHE"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK_CONFIG":{"nestedStats":{"entries":{"allocated":{"value":57696},"maxAllocated":{"value":57696},"tmName":{"description":"RISK_CONFIG"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK_TOKENS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"RISK_TOKENS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RLE%20bitmap":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"RLE bitmap"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Radius%20AAA":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Radius AAA"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Rate%20shaper%20flow_key%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Rate shaper flow_key cache"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SCRUBBER%20PUBLISHER":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SCRUBBER PUBLISHER"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SCTP%20buffer":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SCTP buffer"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SCTP%20chunk":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SCTP chunk"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SFC":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SFC"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SIP%20DOS%20profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SIP DOS profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SSL%20EB%20Tree":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SSL EB Tree"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SSL%20Orchestrator":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SSL Orchestrator"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SSP_SPM_POLICY_CACHE":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SSP_SPM_POLICY_CACHE"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Security%20Packet%20Filter.":{"nestedStats":{"entries":{"allocated":{"value":832},"maxAllocated":{"value":832},"tmName":{"description":"Security Packet Filter."},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Shared%20IPTBL":{"nestedStats":{"entries":{"allocated":{"value":529024},"maxAllocated":{"value":529024},"tmName":{"description":"Shared IPTBL"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP4%20SACK":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP4 SACK"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP4%20SACK%20hole":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP4 SACK hole"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP4%20lost%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP4 lost segment"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP4%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP4 segment"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20SACK":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP SACK"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20SACK%20hole":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP SACK hole"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20lost%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP lost segment"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20qdiffsample%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP qdiffsample cache"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":160},"tmName":{"description":"TCP segment"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TMC%20key":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TMC key"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Tmstat%20internal%20structures":{"nestedStats":{"entries":{"allocated":{"value":2044536},"maxAllocated":{"value":2044536},"tmName":{"description":"Tmstat internal structures"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Traffic%20Matching%20Criteria":{"nestedStats":{"entries":{"allocated":{"value":1328832},"maxAllocated":{"value":1328832},"tmName":{"description":"Traffic Matching Criteria"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/URL%20Categorization%20Library":{"nestedStats":{"entries":{"allocated":{"value":172352},"maxAllocated":{"value":172352},"tmName":{"description":"URL Categorization Library"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/URL%20Classification":{"nestedStats":{"entries":{"allocated":{"value":160},"maxAllocated":{"value":160},"tmName":{"description":"URL Classification"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Unit%20Testing":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Unit Testing"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/aaa_saml_server_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"aaa_saml_server_entries"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/aaa_saml_server_idp_connector_e":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"aaa_saml_server_idp_connector_e"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/aaa_saml_server_idp_connector_i":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"aaa_saml_server_idp_connector_i"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access":{"nestedStats":{"entries":{"allocated":{"value":4739200},"maxAllocated":{"value":4739200},"tmName":{"description":"access"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access2":{"nestedStats":{"entries":{"allocated":{"value":1824},"maxAllocated":{"value":1824},"tmName":{"description":"access2"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_acp_msg":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_acp_msg"},"size":{"value":64000}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_bwc_items":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_bwc_items"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_log_entries":{"nestedStats":{"entries":{"allocated":{"value":1280},"maxAllocated":{"value":1280},"tmName":{"description":"access_log_entries"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_profile_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_profile_entry"},"size":{"value":1280}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_batch":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_batch"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_data"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_items":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_items"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_variables":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_variables"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_slist_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_slist_entry"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_str_t":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_str_t"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_uri_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_uri_info"},"size":{"value":32824}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_uuid_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_uuid_entries"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_whitelist_uri_entries":{"nestedStats":{"entries":{"allocated":{"value":1236992},"maxAllocated":{"value":1236992},"tmName":{"description":"access_whitelist_uri_entries"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acl":{"nestedStats":{"entries":{"allocated":{"value":25344},"maxAllocated":{"value":25344},"tmName":{"description":"acl"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acl%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"acl cache"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acl_build_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"acl_build_ctx"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acl_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"acl_entry"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acl_hudnode_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"acl_hudnode_data"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acl_item":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"acl_item"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acs_hudnode_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"acs_hudnode_data"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/acs_queue_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"acs_queue_data"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/address_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"address_entry"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/api_black_white_list_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"api_black_white_list_entries"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/api_path_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"api_path_entries"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/api_profile_entries":{"nestedStats":{"entries":{"allocated":{"value":43552},"maxAllocated":{"value":43552},"tmName":{"description":"api_profile_entries"},"size":{"value":10888}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/api_server_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"api_server_entries"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/apiprotection":{"nestedStats":{"entries":{"allocated":{"value":128},"maxAllocated":{"value":128},"tmName":{"description":"apiprotection"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/apm_app_item":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"apm_app_item"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/apm_log_entries":{"nestedStats":{"entries":{"allocated":{"value":524672},"maxAllocated":{"value":524672},"tmName":{"description":"apm_log_entries"},"size":{"value":65584}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/apm_log_profile_access_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"apm_log_profile_access_entries"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/apm_log_profile_access_item_ent":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"apm_log_profile_access_item_ent"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/apm_resource_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"apm_resource_info"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/apm_resource_item":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"apm_resource_item"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/auth":{"nestedStats":{"entries":{"allocated":{"value":3072},"maxAllocated":{"value":3072},"tmName":{"description":"auth"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/auth_domain":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"auth_domain"},"size":{"value":5168}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/avr":{"nestedStats":{"entries":{"allocated":{"value":256},"maxAllocated":{"value":256},"tmName":{"description":"avr"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/bbr":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"bbr"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/bigip_connection":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"bigip_connection"},"size":{"value":832}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/bwc":{"nestedStats":{"entries":{"allocated":{"value":3588096},"maxAllocated":{"value":3588096},"tmName":{"description":"bwc"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/bwc_flow_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"bwc_flow_ctx"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/bwc_measure_instance":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"bwc_measure_instance"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/bwc_shaper":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"bwc_shaper"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/cec":{"nestedStats":{"entries":{"allocated":{"value":1568},"maxAllocated":{"value":1568},"tmName":{"description":"cec"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/cec_table_item_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"cec_table_item_cache"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/centralized%20management":{"nestedStats":{"entries":{"allocated":{"value":220288},"maxAllocated":{"value":220288},"tmName":{"description":"centralized management"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/cipher":{"nestedStats":{"entries":{"allocated":{"value":81920},"maxAllocated":{"value":81920},"tmName":{"description":"cipher"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/citrix_client_bundle":{"nestedStats":{"entries":{"allocated":{"value":320},"maxAllocated":{"value":320},"tmName":{"description":"citrix_client_bundle"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/client_policy_entries":{"nestedStats":{"entries":{"allocated":{"value":3584},"maxAllocated":{"value":3584},"tmName":{"description":"client_policy_entries"},"size":{"value":896}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/clientssl_certkeychain_list":{"nestedStats":{"entries":{"allocated":{"value":1120},"maxAllocated":{"value":1120},"tmName":{"description":"clientssl_certkeychain_list"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/clientssl_ocsp_stapling_paramet":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"clientssl_ocsp_stapling_paramet"},"size":{"value":9272}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/cmp":{"nestedStats":{"entries":{"allocated":{"value":384},"maxAllocated":{"value":384},"tmName":{"description":"cmp"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/config_snapshots":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"config_snapshots"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/connector":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"connector"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/connflow":{"nestedStats":{"entries":{"allocated":{"value":6144},"maxAllocated":{"value":6144},"tmName":{"description":"connflow"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/crl_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"crl_list"},"size":{"value":2072}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/crypto%20codec":{"nestedStats":{"entries":{"allocated":{"value":256},"maxAllocated":{"value":256},"tmName":{"description":"crypto codec"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/crypto_irule_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"crypto_irule_ctx"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/crypto_transport_server_req_cac":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"crypto_transport_server_req_cac"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ctc_req_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ctc_req_cache"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ctc_req_ctx_dh_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ctc_req_ctx_dh_cache"},"size":{"value":8}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ctc_req_ctx_ecdh_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ctc_req_ctx_ecdh_cache"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/cubic%20data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"cubic data"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dag":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dag"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/data%20sync%20lib":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"data sync lib"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dedup":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dedup"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dedup_xact_op_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dedup_xact_op_ctx"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/deflate":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"deflate"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/devbuf":{"nestedStats":{"entries":{"allocated":{"value":909320},"maxAllocated":{"value":909320},"tmName":{"description":"devbuf"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dhcp_leasequery_transaction_cac":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dhcp_leasequery_transaction_cac"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dhcp_transaction_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dhcp_transaction_cache"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dht":{"nestedStats":{"entries":{"allocated":{"value":36352},"maxAllocated":{"value":36352},"tmName":{"description":"dht"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dht%20cache":{"nestedStats":{"entries":{"allocated":{"value":3584},"maxAllocated":{"value":3584},"tmName":{"description":"dht cache"},"size":{"value":448}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dht_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dht_entry"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dht_reply_hud_token":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dht_reply_hud_token"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dht_request":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dht_request"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dht_request_local":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dht_request_local"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/diam_msg":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"diam_msg"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/diam_retrans":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"diam_retrans"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns64_entry_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dns64_entry_cache"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns%20cache%20resolver":{"nestedStats":{"entries":{"allocated":{"value":34632864},"maxAllocated":{"value":34632864},"tmName":{"description":"dns cache resolver"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns%20cache%20resolver%20ub%20ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dns cache resolver ub ctx"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns%20express":{"nestedStats":{"entries":{"allocated":{"value":154368},"maxAllocated":{"value":154368},"tmName":{"description":"dns express"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns%20security":{"nestedStats":{"entries":{"allocated":{"value":448},"maxAllocated":{"value":448},"tmName":{"description":"dns security"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns_hw_cfg_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dns_hw_cfg_cache"},"size":{"value":69664}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns_ldns":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dns_ldns"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns_path":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dns_path"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns_persistence":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dns_persistence"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dns_qname_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dns_qname_cache"},"size":{"value":1280}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dnssec_pkt":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dnssec_pkt"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dnssec_rrset":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dnssec_rrset"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dnssec_rrsig":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dnssec_rrsig"},"size":{"value":4248}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dnssec_sig_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dnssec_sig_cache"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dnssec_xfr":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dnssec_xfr"},"size":{"value":448}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dnssec_xfr_ns_target":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dnssec_xfr_ns_target"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dnssec_xfr_nsec3":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dnssec_xfr_nsec3"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dpi":{"nestedStats":{"entries":{"allocated":{"value":69536},"maxAllocated":{"value":69536},"tmName":{"description":"dpi"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dpi_shared_pcb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dpi_shared_pcb"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/drop_policy":{"nestedStats":{"entries":{"allocated":{"value":640},"maxAllocated":{"value":640},"tmName":{"description":"drop_policy"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/dynad":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"dynad"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/errdefs":{"nestedStats":{"entries":{"allocated":{"value":514592},"maxAllocated":{"value":514592},"tmName":{"description":"errdefs"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/evtimer":{"nestedStats":{"entries":{"allocated":{"value":384},"maxAllocated":{"value":384},"tmName":{"description":"evtimer"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fad_address_bnode":{"nestedStats":{"entries":{"allocated":{"value":1280},"maxAllocated":{"value":1280},"tmName":{"description":"fad_address_bnode"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fad_program_listener_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fad_program_listener_info"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fad_string_map_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fad_string_map_entry"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fad_string_map_hash":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fad_string_map_hash"},"size":{"value":512}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fast_dns_pl_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fast_dns_pl_cache"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/filter":{"nestedStats":{"entries":{"allocated":{"value":3273408},"maxAllocated":{"value":3273408},"tmName":{"description":"filter"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/flow%20forwarding":{"nestedStats":{"entries":{"allocated":{"value":10490080},"maxAllocated":{"value":10490080},"tmName":{"description":"flow forwarding"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/flow%20streams":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"flow streams"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::crypto_req_ctx_rsa":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::crypto_req_ctx_rsa"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::crypto_req_rsa_cipher":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::crypto_req_rsa_cipher"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_alert":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_alert"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_auto_trans":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_auto_trans"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_bait":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_bait"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_bait_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_bait_list"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_custom_alert_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_custom_alert_list"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_custom_alert_raw_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_custom_alert_raw_list"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_decrypt_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_decrypt_data"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_found_custom_alert":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_found_custom_alert"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_found_encrypted_param":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_found_encrypted_param"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_found_inject_tag":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_found_inject_tag"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_global_url":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_global_url"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_global_url_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_global_url_info"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_header_custom_alert":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_header_custom_alert"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_header_custom_alert_li":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_header_custom_alert_li"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_ip_custom_alert":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_ip_custom_alert"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_malware":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_malware"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_malware_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_malware_info"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_malware_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_malware_list"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_mobilesafe":{"nestedStats":{"entries":{"allocated":{"value":2560},"maxAllocated":{"value":2560},"tmName":{"description":"fps::fps_mobilesafe"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_mobilesafe_common":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_mobilesafe_common"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_mobilesafe_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_mobilesafe_data"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_mobilesafe_mitm_domain":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_mobilesafe_mitm_domain"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_mobilesafe_os":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_mobilesafe_os"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_parameter":{"nestedStats":{"entries":{"allocated":{"value":8192},"maxAllocated":{"value":8192},"tmName":{"description":"fps::fps_parameter"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_parameter_list":{"nestedStats":{"entries":{"allocated":{"value":192},"maxAllocated":{"value":192},"tmName":{"description":"fps::fps_parameter_list"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_parameter_parser":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_parameter_parser"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_path_custom_alert":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_path_custom_alert"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_pcb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_pcb"},"size":{"value":1536}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_profile":{"nestedStats":{"entries":{"allocated":{"value":768},"maxAllocated":{"value":768},"tmName":{"description":"fps::fps_profile"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_profile_info":{"nestedStats":{"entries":{"allocated":{"value":16384},"maxAllocated":{"value":16384},"tmName":{"description":"fps::fps_profile_info"},"size":{"value":2048}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_rule":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_rule"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_rule_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_rule_list"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_shared_ptr":{"nestedStats":{"entries":{"allocated":{"value":960},"maxAllocated":{"value":960},"tmName":{"description":"fps::fps_shared_ptr"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_str_custom_alert":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_str_custom_alert"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_url":{"nestedStats":{"entries":{"allocated":{"value":2560},"maxAllocated":{"value":2560},"tmName":{"description":"fps::fps_url"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_url_info":{"nestedStats":{"entries":{"allocated":{"value":8192},"maxAllocated":{"value":8192},"tmName":{"description":"fps::fps_url_info"},"size":{"value":1024}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_url_list":{"nestedStats":{"entries":{"allocated":{"value":96},"maxAllocated":{"value":96},"tmName":{"description":"fps::fps_url_list"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_user_full_record":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_user_full_record"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_user_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_user_info"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fps::fps_vcrypt_staging_mode_da":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fps::fps_vcrypt_staging_mode_da"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fred_cb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fred_cb"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/fred_flow_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"fred_flow_data"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/gpa":{"nestedStats":{"entries":{"allocated":{"value":67584},"maxAllocated":{"value":67584},"tmName":{"description":"gpa"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/gpa_applications":{"nestedStats":{"entries":{"allocated":{"value":950656},"maxAllocated":{"value":950656},"tmName":{"description":"gpa_applications"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/gpa_categories":{"nestedStats":{"entries":{"allocated":{"value":39936},"maxAllocated":{"value":39936},"tmName":{"description":"gpa_categories"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/gpa_classif_pcb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"gpa_classif_pcb"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/gpa_shared_pcb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"gpa_shared_pcb"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/gpa_urlcats":{"nestedStats":{"entries":{"allocated":{"value":66560},"maxAllocated":{"value":66560},"tmName":{"description":"gpa_urlcats"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ha_context_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ha_context_cache"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ha_cursor_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ha_cursor_cache"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/html%20rule":{"nestedStats":{"entries":{"allocated":{"value":16384},"maxAllocated":{"value":16384},"tmName":{"description":"html rule"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/html_rule":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"html_rule"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/html_rule_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"html_rule_list"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/http2_frame":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"http2_frame"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/http2_stream":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"http2_stream"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/http_ck_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"http_ck_cache"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/http_cookie":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"http_cookie"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/http_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"http_data"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/http_persist":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"http_persist"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/hud_message_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"hud_message_ctx"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/hud_oob":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"hud_oob"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ifc":{"nestedStats":{"entries":{"allocated":{"value":18432},"maxAllocated":{"value":18432},"tmName":{"description":"ifc"},"size":{"value":768}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ifnet":{"nestedStats":{"entries":{"allocated":{"value":8010048},"maxAllocated":{"value":8010048},"tmName":{"description":"ifnet"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ifvirt_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ifvirt_entry"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ike_crypto_req_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ike_crypto_req_cache"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ike_peer":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ike_peer"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ike_req":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ike_req"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/inst_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"inst_entry"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/internal_proxy_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"internal_proxy_list"},"size":{"value":4128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipfix_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipfix_cache"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipfix_conn_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipfix_conn_cache"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipfix_repo_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipfix_repo_cache"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipfix_template_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipfix_template_cache"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips":{"nestedStats":{"entries":{"allocated":{"value":6464},"maxAllocated":{"value":6464},"tmName":{"description":"ips"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-insection-profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-insection-profile"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-inspection":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-inspection"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-profile-status":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-profile-status"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-service":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-service"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-service-config-profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-service-config-profile"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-service-port-profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-service-port-profile"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-service-profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-service-profile"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ips-service-profile-filter":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ips-service-profile-filter"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipsec_crypto_req_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipsec_crypto_req_cache"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipsec_enc_auth_ctx_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipsec_enc_auth_ctx_cache"},"size":{"value":616}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipsec_ike_ctx_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipsec_ike_ctx_cache"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipsec_ipcomp_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipsec_ipcomp_cache"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ipsec_policy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ipsec_policy"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/isess%20rid":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"isess rid"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/isession":{"nestedStats":{"entries":{"allocated":{"value":295424},"maxAllocated":{"value":295424},"tmName":{"description":"isession"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/isession_abort_stat":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"isession_abort_stat"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/isession_virt_compress_stats":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"isession_virt_compress_stats"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/isession_virt_stat":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"isession_virt_stat"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/join_cert_validator_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"join_cert_validator_list"},"size":{"value":3176}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/km_crl_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"km_crl_ctx"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/km_ocsp_concurrent_conn_lim":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"km_ocsp_concurrent_conn_lim"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/km_ocsp_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"km_ocsp_ctx"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/l7%20policy":{"nestedStats":{"entries":{"allocated":{"value":3189632},"maxAllocated":{"value":3189632},"tmName":{"description":"l7 policy"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/laddr":{"nestedStats":{"entries":{"allocated":{"value":2304},"maxAllocated":{"value":2304},"tmName":{"description":"laddr"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/lasthop":{"nestedStats":{"entries":{"allocated":{"value":1536},"maxAllocated":{"value":1536},"tmName":{"description":"lasthop"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/leasepool":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"leasepool"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/leasepool%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"leasepool cache"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/leasepool_mbr":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"leasepool_mbr"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/libldns":{"nestedStats":{"entries":{"allocated":{"value":291424},"maxAllocated":{"value":291424},"tmName":{"description":"libldns"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/listener":{"nestedStats":{"entries":{"allocated":{"value":6301568},"maxAllocated":{"value":6301568},"tmName":{"description":"listener"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/listener%20cache":{"nestedStats":{"entries":{"allocated":{"value":673792},"maxAllocated":{"value":673792},"tmName":{"description":"listener cache"},"size":{"value":896}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/listener%20key":{"nestedStats":{"entries":{"allocated":{"value":4197376},"maxAllocated":{"value":4197376},"tmName":{"description":"listener key"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/listener%20key%20cache":{"nestedStats":{"entries":{"allocated":{"value":288768},"maxAllocated":{"value":288768},"tmName":{"description":"listener key cache"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/local_route":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"local_route"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/loop_nexthop":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"loop_nexthop"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/lsn%20inbound%20bitmap":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"lsn inbound bitmap"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/lsn_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"lsn_entry"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/lsn_inbound_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"lsn_inbound_entry"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/lsn_pool":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"lsn_pool"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/lsn_prefix":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"lsn_prefix"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/lw4o6_tbl_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"lw4o6_tbl_entry"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mac_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mac_entry"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/malloc":{"nestedStats":{"entries":{"allocated":{"value":72468840},"maxAllocated":{"value":72468840},"tmName":{"description":"malloc"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mblb_assoc%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mblb_assoc cache"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mblb_harness%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mblb_harness cache"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mblb_message%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mblb_message cache"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mblb_swinfo%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mblb_swinfo cache"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mco%20db":{"nestedStats":{"entries":{"allocated":{"value":83886144},"maxAllocated":{"value":83886144},"tmName":{"description":"mco db"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mcp":{"nestedStats":{"entries":{"allocated":{"value":8673472},"maxAllocated":{"value":8673472},"tmName":{"description":"mcp"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mds_btree_nodes":{"nestedStats":{"entries":{"allocated":{"value":6400},"maxAllocated":{"value":6400},"tmName":{"description":"mds_btree_nodes"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mds_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mds_cache"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mds_connset":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mds_connset"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mds_message":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mds_message"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/memcache":{"nestedStats":{"entries":{"allocated":{"value":192},"maxAllocated":{"value":192},"tmName":{"description":"memcache"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/memcache%20request%20items":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"memcache request items"},"size":{"value":1792}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/messagerouter":{"nestedStats":{"entries":{"allocated":{"value":1271904},"maxAllocated":{"value":1271904},"tmName":{"description":"messagerouter"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/method":{"nestedStats":{"entries":{"allocated":{"value":6368},"maxAllocated":{"value":6368},"tmName":{"description":"method"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mobile%20app%20manager":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mobile app manager"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/monitor%20agent":{"nestedStats":{"entries":{"allocated":{"value":49152},"maxAllocated":{"value":49152},"tmName":{"description":"monitor agent"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/monitor_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"monitor_ctx"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mpi_request":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mpi_request"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mqtt_message":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mqtt_message"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mqtt_slab":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mqtt_slab"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mr_pmbr_stat":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mr_pmbr_stat"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/multicast":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"multicast"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_cookie":{"nestedStats":{"entries":{"allocated":{"value":128},"maxAllocated":{"value":128},"tmName":{"description":"mw_cookie"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_kv":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mw_kv"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_msg":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mw_msg"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_msgbus":{"nestedStats":{"entries":{"allocated":{"value":132096},"maxAllocated":{"value":132096},"tmName":{"description":"mw_msgbus"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_msgp":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mw_msgp"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_pub":{"nestedStats":{"entries":{"allocated":{"value":2304},"maxAllocated":{"value":2304},"tmName":{"description":"mw_pub"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_sub":{"nestedStats":{"entries":{"allocated":{"value":1280},"maxAllocated":{"value":1280},"tmName":{"description":"mw_sub"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/mw_work":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"mw_work"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/neighbor_advertiser_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":400},"tmName":{"description":"neighbor_advertiser_entry"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/neighbor_entry":{"nestedStats":{"entries":{"allocated":{"value":29440},"maxAllocated":{"value":29440},"tmName":{"description":"neighbor_entry"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/net_ip":{"nestedStats":{"entries":{"allocated":{"value":2112},"maxAllocated":{"value":2112},"tmName":{"description":"net_ip"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/network%20access":{"nestedStats":{"entries":{"allocated":{"value":288},"maxAllocated":{"value":288},"tmName":{"description":"network access"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/network%20access%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"network access cache"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/nps%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"nps cache"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_agent_item":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_agent_item"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_claim_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_claim_entries"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_client_app_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_client_app_entries"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_client_app_scope_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_client_app_scope_entries"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_client_app_scope_item_ent":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_client_app_scope_item_ent"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_crypto_contexts":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_crypto_contexts"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_crypto_key_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_crypto_key_entries"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_db_instance_entries":{"nestedStats":{"entries":{"allocated":{"value":32},"maxAllocated":{"value":32},"tmName":{"description":"oauth_db_instance_entries"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_jwk_config_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_jwk_config_entries"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_profile_client_app_entrie":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_profile_client_app_entrie"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_profile_client_app_item_e":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_profile_client_app_item_e"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_profile_jwk_config_entrie":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_profile_jwk_config_entrie"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_profile_jwk_config_item_e":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_profile_jwk_config_item_e"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_profile_resource_server_e":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_profile_resource_server_e"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_profile_resource_server_i":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_profile_resource_server_i"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_request_item":{"nestedStats":{"entries":{"allocated":{"value":29952},"maxAllocated":{"value":29952},"tmName":{"description":"oauth_request_item"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_resource_server_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_resource_server_entries"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/oauth_scope_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"oauth_scope_entries"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ocsp_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ocsp_list"},"size":{"value":4216}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ocsp_trans_list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ocsp_trans_list"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/packet":{"nestedStats":{"entries":{"allocated":{"value":393216},"maxAllocated":{"value":393216},"tmName":{"description":"packet"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pcp":{"nestedStats":{"entries":{"allocated":{"value":139712},"maxAllocated":{"value":139712},"tmName":{"description":"pcp"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pcp_prefix":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pcp_prefix"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/peer_iclient":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"peer_iclient"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/peer_isession":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"peer_isession"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/peer_route":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"peer_route"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/peer_woc":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"peer_woc"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem":{"nestedStats":{"entries":{"allocated":{"value":4377952},"maxAllocated":{"value":4377952},"tmName":{"description":"pem"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem%20format%20script":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pem format script"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem%20forwarding%20endpoint":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pem forwarding endpoint"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem%20intercept%20endpoint":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pem intercept endpoint"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem%20service%20chain%20endpoint":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pem service chain endpoint"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem_flow_bwc_handles":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pem_flow_bwc_handles"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem_hud_cb_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pem_hud_cb_data"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pem_tcl_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pem_tcl_info"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/persist":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"persist"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/persistence":{"nestedStats":{"entries":{"allocated":{"value":2560},"maxAllocated":{"value":2560},"tmName":{"description":"persistence"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pfkey_msg_stat":{"nestedStats":{"entries":{"allocated":{"value":2560},"maxAllocated":{"value":2560},"tmName":{"description":"pfkey_msg_stat"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pingaccess":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pingaccess"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/plugin":{"nestedStats":{"entries":{"allocated":{"value":863424},"maxAllocated":{"value":863424},"tmName":{"description":"plugin"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/plugin_message":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"plugin_message"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/policy_nexthop":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"policy_nexthop"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pool":{"nestedStats":{"entries":{"allocated":{"value":140800},"maxAllocated":{"value":140800},"tmName":{"description":"pool"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pool%20cache":{"nestedStats":{"entries":{"allocated":{"value":18432},"maxAllocated":{"value":18432},"tmName":{"description":"pool cache"},"size":{"value":768}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/poolmbr":{"nestedStats":{"entries":{"allocated":{"value":66560},"maxAllocated":{"value":66560},"tmName":{"description":"poolmbr"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/poolprio":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"poolprio"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/port%20set":{"nestedStats":{"entries":{"allocated":{"value":47872},"maxAllocated":{"value":47872},"tmName":{"description":"port set"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pq":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pq"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/private":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"private"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/privileged%20user%20access":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"privileged user access"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/profile":{"nestedStats":{"entries":{"allocated":{"value":6327424},"maxAllocated":{"value":6327424},"tmName":{"description":"profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/profile_nat_stats_config":{"nestedStats":{"entries":{"allocated":{"value":448},"maxAllocated":{"value":448},"tmName":{"description":"profile_nat_stats_config"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/proxy":{"nestedStats":{"entries":{"allocated":{"value":2794016},"maxAllocated":{"value":2794016},"tmName":{"description":"proxy"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/proxy%20exclude":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"proxy exclude"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/proxy_common_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"proxy_common_cache"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/proxy_common_pending_msg":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"proxy_common_pending_msg"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/proxy_connect_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"proxy_connect_data"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/proxy_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"proxy_ctx"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/proxy_tuple":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"proxy_tuple"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pua_auth_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pua_auth_entries"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pua_config_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pua_config_entries"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pua_ec_gen_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pua_ec_gen_ctx"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pua_verify_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pua_verify_ctx"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/pva":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"pva"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/queueing_method":{"nestedStats":{"entries":{"allocated":{"value":512},"maxAllocated":{"value":512},"tmName":{"description":"queueing_method"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/radius%20server":{"nestedStats":{"entries":{"allocated":{"value":8192},"maxAllocated":{"value":8192},"tmName":{"description":"radius server"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/radius_server":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"radius_server"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ramcache":{"nestedStats":{"entries":{"allocated":{"value":462080},"maxAllocated":{"value":462080},"tmName":{"description":"ramcache"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ramcache%20document":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ramcache document"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ramcache%20entity":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ramcache entity"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ramcache%20resource":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ramcache resource"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rate%20shaper":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rate shaper"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rate%20tracker":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rate tracker"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rate_limiting_config_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rate_limiting_config_entries"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rate_limiting_config_keys_entri":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rate_limiting_config_keys_entri"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rate_limiting_key_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rate_limiting_key_entries"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rateclass":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rateclass"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rateclass_queue":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rateclass_queue"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rateshaper":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rateshaper"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/red_cb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"red_cb"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/regex":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"regex"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/remote%20desktop":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"remote desktop"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/resolv":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"resolv"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/response_config_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"response_config_entries"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/response_config_header_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"response_config_header_entries"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rewrite%20profile%20rules":{"nestedStats":{"entries":{"allocated":{"value":864},"maxAllocated":{"value":864},"tmName":{"description":"rewrite profile rules"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/router%20advertisement":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"router advertisement"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rt_dom":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rt_dom"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rt_entry":{"nestedStats":{"entries":{"allocated":{"value":9728},"maxAllocated":{"value":9728},"tmName":{"description":"rt_entry"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rtm_internal":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"rtm_internal"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/rules":{"nestedStats":{"entries":{"allocated":{"value":189920},"maxAllocated":{"value":189920},"tmName":{"description":"rules"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sPVA":{"nestedStats":{"entries":{"allocated":{"value":224},"maxAllocated":{"value":224},"tmName":{"description":"sPVA"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/saml_idp_connector_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"saml_idp_connector_entries"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sandbox_entries":{"nestedStats":{"entries":{"allocated":{"value":524736},"maxAllocated":{"value":524736},"tmName":{"description":"sandbox_entries"},"size":{"value":65592}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sandbox_file_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sandbox_file_entries"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sandbox_profile_access_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sandbox_profile_access_entries"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sandbox_profile_access_item_ent":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sandbox_profile_access_item_ent"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sb_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sb_cache"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sctp":{"nestedStats":{"entries":{"allocated":{"value":448},"maxAllocated":{"value":448},"tmName":{"description":"sctp"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sctp_ports_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sctp_ports_cache"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/security%20log%20profile":{"nestedStats":{"entries":{"allocated":{"value":45920},"maxAllocated":{"value":45920},"tmName":{"description":"security log profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/selfip":{"nestedStats":{"entries":{"allocated":{"value":6400},"maxAllocated":{"value":6400},"tmName":{"description":"selfip"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/service":{"nestedStats":{"entries":{"allocated":{"value":2560},"maxAllocated":{"value":2560},"tmName":{"description":"service"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/service%20policy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"service policy"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/session":{"nestedStats":{"entries":{"allocated":{"value":4229568},"maxAllocated":{"value":4229568},"tmName":{"description":"session"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/session%20cache":{"nestedStats":{"entries":{"allocated":{"value":768},"maxAllocated":{"value":768},"tmName":{"description":"session cache"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/session%20master%20key":{"nestedStats":{"entries":{"allocated":{"value":288},"maxAllocated":{"value":288},"tmName":{"description":"session master key"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/session%20pdq":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"session pdq"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/session_leasepool_mbr_table":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"session_leasepool_mbr_table"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sfc_errors_stat":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sfc_errors_stat"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/shaper_domain":{"nestedStats":{"entries":{"allocated":{"value":64},"maxAllocated":{"value":64},"tmName":{"description":"shaper_domain"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/shared_var_context":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"shared_var_context"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sip_dialog":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sip_dialog"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sip_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sip_entry"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sip_header_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sip_header_cache"},"size":{"value":2056}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sip_msg":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sip_msg"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sip_node_ack_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sip_node_ack_cache"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sipmsg":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sipmsg"},"size":{"value":768}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/source%20addr%20translation":{"nestedStats":{"entries":{"allocated":{"value":1824},"maxAllocated":{"value":1824},"tmName":{"description":"source addr translation"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_local_hash":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_local_hash"},"size":{"value":1024}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_mult_ip_data_stat":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_mult_ip_data_stat"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_policy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_policy"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_session_create_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_session_create_ctx"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_session_ip_mapping_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_session_ip_mapping_ctx"},"size":{"value":448}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_session_timer_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_session_timer_ctx"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_session_update_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_session_update_ctx"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_subs_id_update_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_subs_id_update_ctx"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/spm_towerid_local_hash":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"spm_towerid_local_hash"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl":{"nestedStats":{"entries":{"allocated":{"value":8603872},"maxAllocated":{"value":8603872},"tmName":{"description":"ssl"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_basic":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_basic"},"size":{"value":768}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_bulk_crypto_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_bulk_crypto_ctx"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_cn":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_cn"},"size":{"value":1192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_cn_req":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_cn_req"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_compat":{"nestedStats":{"entries":{"allocated":{"value":21612480},"maxAllocated":{"value":21612480},"tmName":{"description":"ssl_compat"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_dht_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_dht_data"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_dht_key":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_dht_key"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_hs":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_hs"},"size":{"value":6344}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_hs_m":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_hs_m"},"size":{"value":16384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_keys":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_keys"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_profile":{"nestedStats":{"entries":{"allocated":{"value":364416},"maxAllocated":{"value":364416},"tmName":{"description":"ssl_profile"},"size":{"value":7008}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_proxy_profile_hash":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_proxy_profile_hash"},"size":{"value":512}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_rd":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_rd"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_session":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_session"},"size":{"value":312}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_sni":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_sni"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_sni_profile_hash":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_sni_profile_hash"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ssl_sni_profile_hash_cert":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ssl_sni_profile_hash_cert"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso":{"nestedStats":{"entries":{"allocated":{"value":8192},"maxAllocated":{"value":8192},"tmName":{"description":"sso"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso::sso_config":{"nestedStats":{"entries":{"allocated":{"value":5965568},"maxAllocated":{"value":5965568},"tmName":{"description":"sso::sso_config"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso::sso_pcb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sso::sso_pcb"},"size":{"value":2088}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso::sso_plugin":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sso::sso_plugin"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso::sso_saml":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sso::sso_saml"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso::xml_parser":{"nestedStats":{"entries":{"allocated":{"value":7078496},"maxAllocated":{"value":7078496},"tmName":{"description":"sso::xml_parser"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso_config":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sso_config"},"size":{"value":448}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso_config_jwt_claim_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sso_config_jwt_claim_entries"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sso_config_jwt_claim_item_entri":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sso_config_jwt_claim_item_entri"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/streamflow":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"streamflow"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/string%20cache":{"nestedStats":{"entries":{"allocated":{"value":509456},"maxAllocated":{"value":509456},"tmName":{"description":"string cache"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/subscriber_id_cookie_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"subscriber_id_cookie_cache"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sw_crypto_req_ctx_dh_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sw_crypto_req_ctx_dh_cache"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sw_crypto_req_ctx_dsa_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sw_crypto_req_ctx_dsa_cache"},"size":{"value":8}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sw_crypto_req_ctx_ecdh_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sw_crypto_req_ctx_ecdh_cache"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sw_crypto_req_ctx_ecdsa_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sw_crypto_req_ctx_ecdsa_cache"},"size":{"value":8}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sw_crypto_req_ctx_rsa_cache":{"nestedStats":{"entries":{"allocated":{"value":64},"maxAllocated":{"value":64},"tmName":{"description":"sw_crypto_req_ctx_rsa_cache"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sw_crypto_req_ctx_sm2_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"sw_crypto_req_ctx_sm2_cache"},"size":{"value":8}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/sweeper":{"nestedStats":{"entries":{"allocated":{"value":12608},"maxAllocated":{"value":12608},"tmName":{"description":"sweeper"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tacacsplus_server":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tacacsplus_server"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tacplus%20server":{"nestedStats":{"entries":{"allocated":{"value":8192},"maxAllocated":{"value":8192},"tmName":{"description":"tacplus server"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tcl":{"nestedStats":{"entries":{"allocated":{"value":14875168},"maxAllocated":{"value":14875168},"tmName":{"description":"tcl"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tcl_ip_addr":{"nestedStats":{"entries":{"allocated":{"value":2496},"maxAllocated":{"value":2496},"tmName":{"description":"tcl_ip_addr"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tclrule_pcb":{"nestedStats":{"entries":{"allocated":{"value":7168},"maxAllocated":{"value":7168},"tmName":{"description":"tclrule_pcb"},"size":{"value":448}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tclrule_pcb_children":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tclrule_pcb_children"},"size":{"value":8}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/temp":{"nestedStats":{"entries":{"allocated":{"value":2105472},"maxAllocated":{"value":2105472},"tmName":{"description":"temp"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/thread%20stacks":{"nestedStats":{"entries":{"allocated":{"value":51720192},"maxAllocated":{"value":51720192},"tmName":{"description":"thread stacks"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tm_header_cache_entry_slab":{"nestedStats":{"entries":{"allocated":{"value":4608},"maxAllocated":{"value":4608},"tmName":{"description":"tm_header_cache_entry_slab"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tm_opaque":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tm_opaque"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tm_sys":{"nestedStats":{"entries":{"allocated":{"value":185152},"maxAllocated":{"value":185152},"tmName":{"description":"tm_sys"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tmc%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tmc cache"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tmc%20key%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tmc key cache"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tmc_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tmc_entry"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tmjail":{"nestedStats":{"entries":{"allocated":{"value":46208},"maxAllocated":{"value":46208},"tmName":{"description":"tmjail"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/traffic%20class":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"traffic class"},"size":{"value":96}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/traffic%20class%20tables":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"traffic class tables"},"size":{"value":896}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/traffic%20managment%20interface":{"nestedStats":{"entries":{"allocated":{"value":50656},"maxAllocated":{"value":50656},"tmName":{"description":"traffic managment interface"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/traffic_selector":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"traffic_selector"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tsig_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tsig_ctx"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tsig_req_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"tsig_req_ctx"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/tunnel_nexthop":{"nestedStats":{"entries":{"allocated":{"value":1536},"maxAllocated":{"value":1536},"tmName":{"description":"tunnel_nexthop"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/umem":{"nestedStats":{"entries":{"allocated":{"value":64634424},"maxAllocated":{"value":64642880},"tmName":{"description":"umem"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/umem%20dynamic%20leak%20util":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"umem dynamic leak util"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/url%20filter":{"nestedStats":{"entries":{"allocated":{"value":1344064},"maxAllocated":{"value":1344064},"tmName":{"description":"url filter"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/url_filter_log_entries":{"nestedStats":{"entries":{"allocated":{"value":512},"maxAllocated":{"value":512},"tmName":{"description":"url_filter_log_entries"},"size":{"value":64}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/urlc_cloud_cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"urlc_cloud_cache"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/vaddr":{"nestedStats":{"entries":{"allocated":{"value":10752},"maxAllocated":{"value":10752},"tmName":{"description":"vaddr"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/vcmp":{"nestedStats":{"entries":{"allocated":{"value":7936},"maxAllocated":{"value":7936},"tmName":{"description":"vcmp"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/vpn_na_item_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"vpn_na_item_entries"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/vpn_session_data_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"vpn_session_data_entries"},"size":{"value":8}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/vs_pua_config_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"vs_pua_config_entries"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wa_resource_item":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wa_resource_item"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::assembly":{"nestedStats":{"entries":{"allocated":{"value":8704},"maxAllocated":{"value":8704},"tmName":{"description":"wam::assembly"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::cache":{"nestedStats":{"entries":{"allocated":{"value":5120},"maxAllocated":{"value":5120},"tmName":{"description":"wam::cache"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::config":{"nestedStats":{"entries":{"allocated":{"value":327680},"maxAllocated":{"value":327680},"tmName":{"description":"wam::config"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::css_parser":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::css_parser"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::html_parser":{"nestedStats":{"entries":{"allocated":{"value":104128},"maxAllocated":{"value":104128},"tmName":{"description":"wam::html_parser"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::js_parser":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::js_parser"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::m3u8_parser":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::m3u8_parser"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::mstor":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::mstor"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::mstor_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::mstor_ctx"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::mstor_object":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::mstor_object"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::mstor_op":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::mstor_op"},"size":{"value":1792}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::mtag":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::mtag"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::normalization":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::normalization"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::plugin":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::plugin"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::roistats_bucket":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::roistats_bucket"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::stats_bucket":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::stats_bucket"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::stdlib":{"nestedStats":{"entries":{"allocated":{"value":13024},"maxAllocated":{"value":13024},"tmName":{"description":"wam::stdlib"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::uci":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::uci"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_annotation":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_annotation"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_assembler":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_assembler"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_bitset_bits":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_bitset_bits"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_dfa":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_dfa"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_dfa_state":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_dfa_state"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_document":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_document"},"size":{"value":512}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_entity":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_entity"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_evt":{"nestedStats":{"entries":{"allocated":{"value":2240},"maxAllocated":{"value":2240},"tmName":{"description":"wam::wam_evt"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_condition":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_condition"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_expression":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_expression"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_map":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_map"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_operand":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_operand"},"size":{"value":384}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_policy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_policy"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_state":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_state"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_string":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_string"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_match_transition":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_match_transition"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_nfa_dfa":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_nfa_dfa"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_resource":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_resource"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_resumption_info":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_resumption_info"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_sink":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_sink"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wam_transaction":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wam_transaction"},"size":{"value":1792}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/wam::wash_pcb":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"wam::wash_pcb"},"size":{"value":224}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/web%20application":{"nestedStats":{"entries":{"allocated":{"value":32768},"maxAllocated":{"value":32768},"tmName":{"description":"web application"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/web_application":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"web_application"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/web_application_item":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"web_application_item"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/westwood%20data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"westwood data"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/work":{"nestedStats":{"entries":{"allocated":{"value":393216},"maxAllocated":{"value":393216},"tmName":{"description":"work"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/xdata":{"nestedStats":{"entries":{"allocated":{"value":5120000},"maxAllocated":{"value":5120000},"tmName":{"description":"xdata"},"size":{"value":2048}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/xfr_ctx":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"xfr_ctx"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/xhead":{"nestedStats":{"entries":{"allocated":{"value":80000},"maxAllocated":{"value":80000},"tmName":{"description":"xhead"},"size":{"value":32}}}}}}},"https://localhost/mgmt/tm/sys/memory/memory-tmm":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/memory/memory-tmm/0.0":{"nestedStats":{"entries":{"memoryTotal":{"value":13837008896},"memoryUsed":{"value":415830472},"tmmId":{"description":"0.0"}}}}}}}}}
2021-01-28T12:06:24.754Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/net/interface verifyTls: true
2021-01-28T12:06:24.768Z [9398]: silly: Request response: 200 {"kind":"tm:net:interface:interfacecollectionstate","selfLink":"https://localhost/mgmt/tm/net/interface?ver=15.1.2","items":[{"kind":"tm:net:interface:interfacestate","name":"1.0","fullPath":"1.0","generation":123,"selfLink":"https://localhost/mgmt/tm/net/interface/1.0?ver=15.1.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"02:03:06:17:e3:90","mediaActive":"10000T-FD","mediaFixed":"10000T-FD","mediaMax":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"mgmt","fullPath":"mgmt","generation":32,"selfLink":"https://localhost/mgmt/tm/net/interface/mgmt?ver=15.1.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":32,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"02:03:06:17:e3:90","mediaActive":"100TX-FD","mediaFixed":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}]}
2021-01-28T12:06:24.768Z [9398]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/license verifyTls: true
2021-01-28T12:06:24.786Z [9398]: silly: Request response: 200 {"kind":"tm:sys:license:licensestats","selfLink":"https://localhost/mgmt/tm/sys/license?ver=15.1.2","entries":{"https://localhost/mgmt/tm/sys/license/0":{"nestedStats":{"entries":{"dailyRenewNotifPeriod":{"description":"5"},"licensedOnDate":{"description":"2018/04/13"},"licensedVersion":{"description":"13.1.0"},"platformId":{"description":"Z100/a_/pc"},"registrationKey":{"description":"JBHRU-SOLNA-STYBI-HDYAD-MCLLMRS"},"serviceCheckDate":{"description":"2020/01/03"},"https://localhost/mgmt/tm/sys/license/0/active-modules":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/license/0/active-modules/%22APM,%20VE,%20%20MKT%20(500%20CCU,%202500%20Access%20Sessions)%22":{"nestedStats":{"entries":{"featureModules":{"description":"{ \"Anti-Virus Checks\" \"Base Endpoint Security Checks\" \"Firewall Checks\" \"Network Access\" \"Secure Virtual Keyboard\" \"APM, Web Application\" \"Machine Certificate Checks\" \"Protected Workspace\" \"Remote Desktop\" \"App Tunnel\" }"},"key":{"description":"KRTSTEI-MXDCNTR"}}}},"https://localhost/mgmt/tm/sys/license/0/active-modules/%22Best,%20Marketplace,%205%20Gbps%20Hourly%22":{"nestedStats":{"entries":{"featureModules":{"description":"{ \"Rate Shaping\" \"External Interface and Network HSM, VE\" \"SDN Services, VE\" \"SSL, Forward Proxy, VE\" \"SSL, VE\" \"ASM, VE\" \"DNS-GTM, Base, 5Gbps\" \"Acceleration Manager, VE\" \"Max Compression, VE\" \"AFM, VE\" \"DNSSEC\" \"GTM Licensed Objects, Unlimited\" \"DNS Licensed Objects, Unlimited\" \"DNS Rate Fallback, 250K\" \"GTM Rate Fallback, 250K\" \"GTM Rate, 250K\" \"DNS Rate Limit, 250K QPS\" \"Routing Bundle, VE\" \"VE, Carrier Grade NAT (AFM ONLY)\" \"PSM, VE\" }"},"key":{"description":"XGMXSMG-QATTIYZ"}}}},"https://localhost/mgmt/tm/sys/license/0/active-modules/%22MKT,%20ADD%20AWS%20PC%22":{"nestedStats":{"entries":{"key":{"description":"GEXOJMR-MEZMARV"}}}}}}}}}}}}
2021-01-28T12:06:24.787Z [9398]: info: {"id":"833328ec-33c1-f9aa-940c86a620d3","product":"BIG-IP","cpuCount":4,"diskSize":77824,"memoryInMb":15753,"version":"15.1.2","nicCount":2,"regKey":"JBHRU-SOLNA-STYBI-HDYAD-MCLLMRS","platformId":"Z100","hostname":"ip-10-0-1-133.ap-south-1.compute.internal","management":"10.0.1.133/24","provisionedModules":{"ltm":"nominal"},"installedPackages":{"f5-service-discovery-1.3.1-1.noarch":"1.3.1","f5-declarative-onboarding-1.16.0-8.noarch":"1.16.0","f5-appsvcs-3.23.0-5.noarch":"3.23.0"},"environment":{"pythonVersion":"Python 2.7.5","pythonVersionDetailed":"2.7.5 (default, Nov 10 2020, 19:02:22) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]","nodeVersion":"v6.9.1","libraries":{"ssh":"OpenSSH_7.4p1, OpenSSL 1.0.2s-fips  28 May 2019"}}}
2021-01-28T12:06:27.737Z [9398]: debug: Telemetry Type: f5-bigip-runtime-init-data
2021-01-28T12:06:27.739Z [9398]: debug: Telemetry Version: 1
2021-01-28T12:06:27.740Z [9398]: debug: F5 TEEM Payload: {"platform":{"platform":"BIG-IP","platformVersion":"15.1.2","platformId":"Z100","system":{"cpuCount":4,"memory":15753,"diskSize":77824},"nicCount":2,"regKey":"JBHRU-SOLNA-STYBI-HDYAD-MCLLMRS","deployment":{"cloud":"aws"},"modules":{"ltm":"nominal"},"packages":{"f5-service-discovery-1.3.1-1.noarch":"1.3.1","f5-declarative-onboarding-1.16.0-8.noarch":"1.16.0","f5-appsvcs-3.23.0-5.noarch":"3.23.0"},"environment":{"pythonVersion":"Python 2.7.5","pythonVersionDetailed":"2.7.5 (default, Nov 10 2020, 19:02:22) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]","nodeVersion":"v6.9.1","libraries":{"ssh":"OpenSSH_7.4p1, OpenSSL 1.0.2s-fips  28 May 2019"}}},"product":{"version":"1.1.0","locale":"en-US","installDate":"2021-01-28T12:06:27.737Z","installationId":"1fb0e557-0c91-4c8b-8c31-9a0f4fb40033","installedComponents":{"commander":"^4.1.0","winston":"^3.3.3","get-user-locale":"^1.4.0","uuid":"^8.2.0","@f5devcentral/f5-teem":"^1.4.6","js-yaml":"^3.13.1","mustache":"^4.0.0","request":"^2.88.0","aws-sdk":"^2.610.0","lodash.where":"^3.1.0"}},"operation":{"clientRequestId":"277a714b-8371-40f6-aff8-12bcbb955c92","rawCommand":"f5-runtime-init -c /config/cloud/runtime-init-conf.yaml","pre_onboard_enabled":{"commands":1},"runtime_params":{"secrets":0,"metadata":0},"vaults":{"aws":0,"azure":0,"gcp":0},"userAgent":"f5-bigip-runtime-init/1.1.0","extension_packages":{"do":"v1.16.0","as3":"v3.23.0","ts":"v1.15.0","cf":"v1.6.1"},"extension_services":{"do":true},"post_onboard_enabled":{"commands":0,"postHooks":0},"result":"FAILURE","resultSummary":"read ECONNRESET","startTime":"2021-01-28T12:04:27.543Z","endTime":"2021-01-28T12:06:22.197Z"}}
2021-01-28T12:06:40.046Z [9398]: info: F5 Teem report was successfully sent for failure case.
2021-01-28T12:06:40.047Z [9398]: error: read ECONNRESET
GaddamSaketha commented 3 years ago

I am facing the same issue but for azure scenario BIGIP Version:

Sys::Version
Main Package
  Product     BIG-IP
  Version     14.1.2.6
  Build       0.0.2
  Edition     Point Release 6
  Date        Fri Jun  5 11:36:46 PDT 2020

Config:

runtime_parameters:
  - name: USER_NAME
    type: static
    value: bigipuser
  - name: ADMIN_PASS
    type: secret
    secretProvider:
      environment: azure
      type: KeyVault
      vaultUrl: https://saketha-vault.vault.azure.net/
      secretId: saketha-key
pre_onboard_enabled:
  - name: provision_rest
    type: inline
    commands:
      - /usr/bin/setdb provision.extramb 500
      - /usr/bin/setdb restjavad.useextramb true
      - /usr/bin/setdb setup.run false
extension_packages:
  install_operations:
    - extensionType: do
      extensionVersion: v1.16.0
      extensionUrl: https://github.com/F5Networks/f5-declarative-onboarding/releases/download/v1.16.0/f5-declarative-onboarding-1.16.0-8.noarch.rpm
    - extensionType: as3
      extensionVersion: v3.23.0
      extensionUrl: https://github.com/F5Networks/f5-appsvcs-extension/releases/download/v3.23.0/f5-appsvcs-3.23.0-5.noarch.rpm
    - extensionType: cf
      extensionVersion: v1.6.1
      extensionUrl: https://github.com/F5Networks/f5-cloud-failover-extension/releases/download/v1.6.1/f5-cloud-failover-1.6.1-1.noarch.rpm
    - extensionType: ts
      extensionVersion: v1.15.0
      extensionUrl: https://github.com/F5Networks/f5-telemetry-streaming/releases/download/v1.15.0/f5-telemetry-1.15.0-4.noarch.rpm
extension_services:
  service_operations:
    - extensionType: do
      type: url
      value: file:///config/cloud/do_w_admin.json
post_onboard_enabled: []

Error Logs:

Creating command utility.
RPM installation is completed.
2021-01-28T07:23:34.325Z [17911]: info: Configuration file: /config/cloud/runtime-init-conf.yaml
2021-01-28T07:23:34.347Z [17911]: info: Validating provided declaration
2021-01-28T07:23:34.469Z [17911]: info: Successfully validated declaration
2021-01-28T07:23:44.811Z [17911]: info: Resolving parameters
2021-01-28T07:23:46.252Z [17911]: info: Executing custom pre-onboard commands
2021-01-28T07:23:48.427Z [17911]: info: Shell command: /usr/bin/setdb provision.extramb 500 execution completed; response:
2021-01-28T07:23:48.626Z [17911]: info: Shell command: /usr/bin/setdb restjavad.useextramb true execution completed; response:
2021-01-28T07:23:48.907Z [17911]: info: Shell command: /usr/bin/setdb setup.run false execution completed; response:
2021-01-28T07:23:48.915Z [17911]: info: Executing install operations.
2021-01-28T07:23:48.928Z [17911]: info: Installing - do v1.16.0
2021-01-28T07:23:51.443Z [17911]: info: Installing - as3 v3.23.0
2021-01-28T07:24:17.518Z [17911]: error: read ECONNRESET
2021-01-28T07:24:17.521Z [17911]: info: Sending F5 Teem report for failure case.
2021-01-28T07:24:18.518Z [17911]: info: {"id":"7bdefbf4-57e4-f74c-1c4ff8cc9dae","product":"BIG-IP","cpuCount":4,"diskSize":108544,"memoryInMb":14033,"version":"14.1.2.6","nicCount":2,"regKey":"ZBZPM-ZQTMA-XHDIA-UINZT-DSGWELM","platformId":"Z100","hostname":"bigip1","management":"10.2.1.4/24","provisionedModules":{"ltm":"nominal"},"installedPackages":{"f5-declarative-onboarding-1.16.0-8.noarch":"1.16.0"},"environment":{"pythonVersion":"Python 2.7.5","pythonVersionDetailed":"2.7.5 (default, Jun  5 2020, 09:16:16) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]","nodeVersion":"v6.9.1","libraries":{"ssh":"OpenSSH_7.4p1, OpenSSL 1.0.2s-fips  28 May 2019"}}}
2021-01-28T07:24:26.537Z [17911]: info: F5 Teem report was successfully sent for failure case.
2021-01-28T07:24:26.543Z [17911]: error: read ECONNRESET
shyawnkarim commented 3 years ago

Thanks for reporting this bug. We are now tracking it internally with ID ESECLDTPLT-2450.

andreykashcheev commented 3 years ago

This issue is fixed in the recent release: https://github.com/F5Networks/f5-bigip-runtime-init/releases/tag/1.2.0

Let us know if you have any questions/concerns