Despite the OID name, the jnxOperatingBuffer.9.1.0.0 is synonymous with memory memory utilization.
At any rate, you seem to be looking for a command to just "free memory." Maybe there's some FreeBSD magic out there, but I doubt it. As mentioned in the other thread, you need to look beyond just the overall memory utilization and look at what actually is using so much memory on your device.
Within the JunOS CLI, you can use show system processes extensive to get the memory usage summary at the top. See https://wiki.freebsd.org/Memory for a brief summary of the memory classes shown there. (Take a look at the External References section, too, some interesting reads there.)
The CLI command will show the processes sorted by CPU usage which may not be very useful in this case. You can drop into a shell with start shell user root and directly call top with option to sort by memory size: top -o size and/or top -o res. That will show you what's actually using so much memory.
And if you want to establish a trend, you have to run these commands periodically (say, once a day) and see what's using more and more memory over time.
Unless you share more information from these observations, I don't think I can help any further.
------------------------------
Nikolay Semov
------------------------------
Original Message:
Sent: 04-16-2025 04:26
From: DARIO PULIERO
Subject: empty buffer pool routing engine command
Hi Nikolay,
the graph I posted on my previous post, represents the output of the "show snmp mib get 1.3.6.1.4.1.2636.3.1.13.1.11.9.1.0.0" command.
The object oid 1.3.6.1.4.1.2636.3.1.13.1.11.9.1.0.0 should represent buffer pool usage.
Compared to when I took the screenshot of the graph, today the output is 60:
============================================
> show snmp mib get 1.3.6.1.4.1.2636.3.1.13.1.11.9.1.0.0
jnxOperatingBuffer.9.1.0.0 = 60
============================================
------------------------------
DARIO PULIERO
Original Message:
Sent: 04-15-2025 14:09
From: Nikolay Semov
Subject: empty buffer pool routing engine command
Maybe I missed something from the other post. How did we arrive to looking at buffer pools from high memory utilization? I don't think the two are synonymous.
Besides the graph you shared in the previous post, can you share any other output you've been looking at?
------------------------------
Nikolay Semov
Original Message:
Sent: 04-14-2025 11:59
From: DARIO PULIERO
Subject: empty buffer pool routing engine command
Hi all,
related to my previous post with the subject "High routing memory utilization", I would like to know if there is a command to forcibly empty the buffer poll routing engine before it reaches 100%.
I know the memory should be released automatically but several times it didn't happen causing the device to malfunction.
I've already tried to use "request system storage cleanup" but it only cleans the memory from log files and other such.
Thanks
------------------------------
DARIO PULIERO
------------------------------