Hi,
I’m monitoring my vyos VM router used as BNG, and I’d need some clarification on the output of the above command, in particular what are those values:
cpu: 0% (VM CPU stays on about 5% avg and 20% peak)
core:
mempool_allocated: 4633854
mempool_available: 198742
thread_count: 4
thread_active: 1
context_count: 560
context_sleeping: 37
context_pending: 0
md_handler_count: 971
md_handler_pending: 0
timer_count: 966
timer_pending: 0
What is the most important is that mempool_available and the cpu at 0%, while getting this output, if i get a free -m i have these values:
VyOS:~$ free -m
total used free shared buff/cache available
Mem: 7958 688 6514 5 1008 7269
Swap: 0 0 0
Right now there are around 500 pppoe subscribers and given the available mempool being quite low in respect to the allocated one, I’d like to understand if i’m goin to have problems soon, and/or if I can tune some parameters to give more resources to the ppp server.
Thanks