You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reached out the FRR mailing list however didn't received a response so this is why im here.
I'm experiencing high CPU usage on my RPKI process which is very odd. To elaborate, I have two vyos boxes that have similar configuration for the edge just handling BGP and OSPF to the core. On one of the routers I have excessively high CPU usage and when checking the processes RPKI sits very high compared to the other router.
In VyOS: set protocols rpki cache cpt-rpki-validator-01.example.xyz port '3323' set protocols rpki cache cpt-rpki-validator-01.example.xyz preference '1' set protocols rpki cache cpt-rpki-validator-02.example.xyz port '8282' set protocols rpki cache cpt-rpki-validator-02.example.xyz preference '2' set protocols rpki polling-period '3600
The only thing different on the other box is that the server preference is inverted. RPKI servers are running routinator and stayRTR, the router with the issue preferences routinator. See below showing that it is the most intensive process on the CPU :
Expected behavior
Stable CPU
Actual behavior
Erratic CPU
Additional context
No response
Checklist
I have searched the open issues for this bug.
I have not included sensitive information in this report.
The text was updated successfully, but these errors were encountered:
will try and get the perf data for you and send it over.
i'll see if i can test with the latest version otherwise the latest FRR implemented on Vyos is my only option, unfortunately this is prod box routing around 40gbps aggregate.
Description
Hello
I reached out the FRR mailing list however didn't received a response so this is why im here.
I'm experiencing high CPU usage on my RPKI process which is very odd. To elaborate, I have two vyos boxes that have similar configuration for the edge just handling BGP and OSPF to the core. On one of the routers I have excessively high CPU usage and when checking the processes RPKI sits very high compared to the other router.
Version
How to reproduce
Here is my RPKI configuration on the router experiencing high process CPU usage :
In Vtysh:
rpki
rpki cache cpt-rpki-validator-01.example.xyz 3323 preference 1
rpki cache cpt-rpki-validator-02.example.xyz 8282 preference 2
In VyOS:
set protocols rpki cache cpt-rpki-validator-01.example.xyz port '3323'
set protocols rpki cache cpt-rpki-validator-01.example.xyz preference '1'
set protocols rpki cache cpt-rpki-validator-02.example.xyz port '8282'
set protocols rpki cache cpt-rpki-validator-02.example.xyz preference '2'
set protocols rpki polling-period '3600
The only thing different on the other box is that the server preference is inverted. RPKI servers are running routinator and stayRTR, the router with the issue preferences routinator. See below showing that it is the most intensive process on the CPU :
Expected behavior
Stable CPU
Actual behavior
Erratic CPU
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: