Author Topic: it takes a long time to open the /qm/popup_call.jsp  (Read 4519 times)

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
it takes a long time to open the /qm/popup_call.jsp
« on: January 10, 2011, 03:37:09 »
i have 17206630 records in queue_log file.it always takes a long time to open the http://ip:8080/queuemetrics/qm/popup_call.jsp page the the other pages,about 10s,and sometime lost connections.I have set the memory to 512M.How can it optimize it?

BTW:Sometimes ,i can see two duplicate records in /qm/popup_call.jsp,what's the matter?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #1 on: January 10, 2011, 13:41:21 »
That's because it is searching for the audio files. If it takes so long, you'd better use a different audio storage strategy, like e.g. here: http://queuemetrics.com/manuals/QM_UserManual-chunked/ar01s19.html#_pms_to_match_recorded_calls

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #2 on: January 11, 2011, 10:31:46 »
thanks

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #3 on: January 30, 2011, 06:50:35 »
Because i'm sure the record is stored,how can i disable the search?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #4 on: February 01, 2011, 16:57:05 »
Just point the search to an empty directory.

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #5 on: February 09, 2011, 09:42:01 »
sorry,how to set?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #6 on: February 09, 2011, 09:49:51 »
If you do not need audio recordings, remove the CALLMONITOR key from your users.

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #7 on: February 10, 2011, 05:26:42 »
i need listen to recordings,but i want QM don't search for the file

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #8 on: February 11, 2011, 12:10:00 »
How could you listen to recordings without Qm searching for the file?

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #9 on: February 11, 2011, 15:58:29 »
Does QM know the filename before searching ?
if yes,i'm sure the file is present
if no,i should look for another solution

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #10 on: February 16, 2011, 11:24:08 »
No it does not - that's why it searches for it.
But do you need to listen to calls or not?

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #11 on: February 22, 2011, 06:41:33 »
yes we do

BTW:i found the forum is a litter slower than usual

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: it takes a long time to open the /qm/popup_call.jsp
« Reply #12 on: February 23, 2011, 09:46:00 »
Ok so you have to enable a storage model that is not too expensive - our suggestion is to save calls by day, like here: http://queuemetrics.com/manuals/QM_UserManual-chunked/ar01s19.html#_pms_to_match_recorded_calls see the LocalFilesByDay examples.