delayed customer information

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

delayed customer information

Postby Op3r » Tue Sep 30, 2008 1:24 pm

i am having this weird problem that the agent gets a call on their phone but sometimes the customer information gets to be displayed in about 3 to 5 seconds.

Im using 2.0.4rc4

the loadavg are low here's the load of the mysql server

load average: 0.83, 0.50, 0.29 mysqld 5.0.22 up 7 day(s), 23:53 hrs
25 threads: 1 running, 6 cached. Queries/slow: 136.1M/0 Cache Hit: 99.69%
Opened tables: 0 RRN: 11.5K TLW: 174.7K SFJ: 0 SMP: 0 QPS: 553

ID USER HOST DB TIME COMMAND STATE INFO
5871771 cron localhost Query show


any ideas?
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby mflorell » Tue Sep 30, 2008 7:45 pm

What are the specs on the agent stations? (CPU/RAM/OperatingSystem)
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Op3r » Tue Sep 30, 2008 9:17 pm

a p4 1.6 with 256mb ram with windows 2000 as OS.

Im using pap2 for their phone btw.
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby Op3r » Wed Oct 01, 2008 3:04 am

does that kind of the problem is on the agent side now? Not on the servers anymore?


I dont see any errors on mtop :(

Im using core2quad with 4gb of memory with 300 gb sata on the server. The load is ok. It is a multi server set up.
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby mflorell » Wed Oct 01, 2008 6:29 am

This can be a networking problem, a server load problem, or an agent side problem.

Is there and anti-virus running on the agent stations?

What browser are the agent stations using?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Op3r » Wed Oct 01, 2008 8:24 am

I think they are running antivirus. I should probably remove it.

and they are using firefox 3
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby mflorell » Wed Oct 01, 2008 11:10 am

Since you are using Firefox, be sure that you have automatic updates disabled. When it checks for updates Firefox will actually halt Javascripts running on the browser without any kind of warning.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Op3r » Thu Oct 02, 2008 7:22 am

I still experience it even if the anti virus and firefox automatic update is disabled :(

here's my my.cnf

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
skip-name-resolve
skip-host-cache
# addon
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 384M
max_allowed_packet = 1M
table_cache = 512
sort_buffer_size = 2M
read_buffer_size = 2M
read_rnd_buffer_size = 8M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size = 32M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8


[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[client]
#password = your_password
port = 3306
socket = /var/lib/mysql/mysql.sock


Still at lost why I experience it though.
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby mflorell » Thu Oct 02, 2008 6:42 pm

what kind of network switches are used at this location?

How many network hops is it from the agent computers to the database and web servers?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Op3r » Thu Oct 02, 2008 9:54 pm

We are using 3com core switch 55 something and 3com managed switches.

One hop going to the dbase and web server.

I dont see any packetloss from the agent pc going to the server though.

One more thing is it possible for agents to do something to create this kind of scenario?
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby mflorell » Fri Oct 03, 2008 2:46 am

How often does this happen?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Op3r » Fri Oct 03, 2008 6:57 am

sometimes it is random, 1 agent at a time then it will gradually affect others too.
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby mflorell » Fri Oct 03, 2008 6:45 pm

what did you use as a base for my.cnf?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Op3r » Sat Oct 04, 2008 3:30 am

huge-my.cnf
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby mflorell » Sat Oct 04, 2008 8:10 pm

On how many calls will an agent have the information delayed in one day on average?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 76 guests