For see How much connection
ps -ef|grep -c http
ps -ef|grep -c ftp
ps -ef|grep -c mysql
netstat -n | wc -l
Java Bridge configration
./configure --with-java=/usr/java/jdk1.5.0_13,/usr/java/jdk1.5.0_13/jre --with-php-config=/usr/local/shri/php/bin/php-config
Find large hits from which IP awk '{print $1}' /var/log/httpd/access filename| sort | uniq -c | sort -n | tail -20
select * from table name limit 1;
netstat -n | wc -l
0 comments:
Post a Comment