- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Is it Normal?(About a Web Server)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 05:51 PM
09-16-2004 05:51 PM
Is it Normal?(About a Web Server)
the network status ,i found something abnormal,but i didn't know how to do it.
# netstat -an | grep tcp| awk '{print $6}'| sort | uniq -c
the output is :
138 ESTABLISHED
264 FIN_WAIT_2
36 LESTEN
6 TIME_WAIT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 08:10 PM
09-16-2004 08:10 PM
Re: Is it Normal?(About a Web Server)
Lower/enable tcp keepalive (please have a look into the tuning documentation) to close the sockets as soon as possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 02:14 AM
09-19-2004 02:14 AM
Re: Is it Normal?(About a Web Server)
This could be normal... How busy is your web server? Does it serve anything other then web pages? Do these number change over time?
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2004 06:22 PM
09-19-2004 06:22 PM
Re: Is it Normal?(About a Web Server)
Due to the fact, that HTTP does not keep connection during a session it is important.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:55 PM
10-18-2004 02:55 PM
Re: Is it Normal?(About a Web Server)
tcp:
82634767 packets sent
49106873 data packets (14442677502 bytes)
401181 data packets (547742361 bytes) retransmitted
27758357 ack-only packets (17643056 delayed)
0 URG only packets
25 window probe packets
376242 window update packets
4992089 control packets
70845228 packets received
54307809 acks (for 14371287618 bytes)
5496615 duplicate acks
0 acks for unsent data
46957412 packets (5980730476 bytes) received in-sequence
93525 completely duplicate packets (32534296 bytes)
5286 packets with some duplicate data (2212909 bytes duped)
253415 out-of-order packets (87529157 bytes)
13 packets (6948 bytes) of data after window
0 window probes
3584 window update packets
627 packets received after close
217 discarded for bad checksums
0 discarded for bad header offset fields
0 discarded because packet was too short
16740 connection requests
5064539 connection accepts
5055359 connections established (including accepts)
5171172 connections closed (including 213480 drops)
2 embryonic connections dropped
52152867 segments updated rtt (of 52387409 attempts)
149555 retransmit timeouts
193 connections dropped by rexmit timeout
32 persist timeouts
2099 keepalive timeouts
9 keepalive probes sent
1213 connections dropped by keepalive
now ,i counter a new problem,so.....:),is it normal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2004 05:40 AM
10-19-2004 05:40 AM
Re: Is it Normal?(About a Web Server)
You may need to do some tracing to find out what's going on. You may be experiencing an attack or an attempt to login via ports other than http.
If you simply want to clean them up, looking at enabling tcp_keepalive and possibly adjusting tcp_keepcnt, tcp_keepintvl and tcp_keepidle.....see man sys_attrs inet.