Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Livius's avatar
Livius
Icon for Cirrus rankCirrus
Jan 17, 2020

Collecting memory statistics via API (iControl)

Hi,

 

Is there any way to pull memory statistics via rest API ?

Specifically the equivalent of :

 

tmsh show sys memory

 

I am using BIG IP v 13.1

 

Thanks!

1 Reply

  • The below should work. Tested fine.

    curl -sk -u admin -H "Content-Type: application/json" -X GET  https://<hostname>/mgmt/tm/sys/memory | jq/jq