Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

80 to 90 TIME_WAIT records, is it reasonable?

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
3 posts • Page 1 of 1
baijianpeng
Posts: 301
Joined: Tue Dec 22, 2015 2:06 pm

80 to 90 TIME_WAIT records, is it reasonable?
  • Quote

Post by baijianpeng » Mon Mar 14, 2016 2:29 pm

Sorry I am very newbie on server management and VestaCP.

Today I followed a command to check the TIME_WAIT records on my server, the result is:

Code: Select all

[root@ ~]# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
CLOSE_WAIT 1
ESTABLISHED 32
FIN_WAIT2 1
SYN_SENT 1
CLOSING 1
TIME_WAIT 103
Why I run such a command? Because I feel my website pages open very slow. Then someone suggested me to check this.

It seems that the TIME_WAIT value is very high (103) on my server.

Is this value reasonable? If not, what should I do to improve the performance?

Thank you.
Top

BBuchanan1013
Posts: 139
Joined: Thu Jan 07, 2016 12:01 am

Re: 80 to 90 TIME_WAIT records, is it reasonable?
  • Quote

Post by BBuchanan1013 » Fri Apr 15, 2016 6:52 am

baijianpeng wrote:Sorry I am very newbie on server management and VestaCP.

Today I followed a command to check the TIME_WAIT records on my server, the result is:

Code: Select all

[root@ ~]# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
CLOSE_WAIT 1
ESTABLISHED 32
FIN_WAIT2 1
SYN_SENT 1
CLOSING 1
TIME_WAIT 103
Why I run such a command? Because I feel my website pages open very slow. Then someone suggested me to check this.

It seems that the TIME_WAIT value is very high (103) on my server.

Is this value reasonable? If not, what should I do to improve the performance?

Thank you.
To help make everyones life easier, could you post your OS and version. Also, are you running Apache or Apache+Nginx?
Top

baijianpeng
Posts: 301
Joined: Tue Dec 22, 2015 2:06 pm

Re: 80 to 90 TIME_WAIT records, is it reasonable?
  • Quote

Post by baijianpeng » Fri Apr 15, 2016 9:39 am

OS: CentOS 7 64-bit
Web: Apache 2.4.6 + NginX 1.9.13

Thank you.
Top


Post Reply
  • Print view

3 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password