I am trying to debug why my server has 3 seconds delay on each request.
These are my nginx and unicorn config files: https://gist.github.com/regedarek/de7f2e5cd1918b6224ac
My server info:
Welcome to Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-37-generic x86_64)
System load: 0.02 Processes: 71
Usage of /: 38.9% of 6.89GB Users logged in: 0
Memory usage: 28% IP address for eth0: 149.156.119.151
Swap usage: 0%
server:~$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 2
model name : QEMU Virtual CPU version 1.0
stepping : 3
microcode : 0x1000065
cpu MHz : 2300.026
cache size : 512 KB
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm up nopl pni cx16 popcnt hypervisor lahf_lm svm abm sse4a
bogomips : 4600.05
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
This is output from tcpdump -qtln port 80
-> https://gist.github.com/c21d3a38e1d75fb2c4f1