Performance with 1k+ users

  1. 9 years ago

    Hi!
    A few minutes after the launch fop2_server uses 99.9% of the CPU and plugin fop2 no longer show pop-ups.
    In fop2manager 1000+ registered users, and when some of them off all pop-ups are displayed for the entire day.
    How can I use fop2 for all users?
    fop2 2.29 + FreePBX 2.10.1.10 + Asterisk 1.8.

    You will have to optimize the ami connection by using event filters, I asume your PBX is quite busy and floods the event spool. Are you using eventfilter in manager.conf?? What filters exactly?

  2. admin

    8 Sep 2015 Administrator Answer

    You will have to optimize the ami connection by using event filters, I asume your PBX is quite busy and floods the event spool. Are you using eventfilter in manager.conf?? What filters exactly?

  3. After applying the filter, fop2_server and plugin are stable, avg. CPU load - 5%.
    Thank you for help.
    [code]
    read = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,dialplan,originate
    write = system,call,log,verbose,command,agent,user,config,command,dtmf,reporting,dialplan,originate
    eventfilter=!Event: RTCPSent
    eventfilter=!Event: RTCPReceived
    eventfilter=!Event: VarSet
    eventfilter=!Event: Cdr
    eventfilter=!Event: ExtensionStatus
    eventfilter=!Event: ChannelUpdate
    eventfilter=!Event: PeerStatus
    eventfilter=!Event: Masquerade
    eventfilter=!Event: Registry
    eventfilter=!Event: QueueMemberStatus
    eventfilter=!Event: JitterBufStats
    eventfilter=!Event: Reload
    eventfilter=!Event: ChannelReload
    [/code]

or Sign Up to reply!