Tuning the number of connections and processes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello

When I count the number of apache2 processes, I get about 151, but when I check the number of connections, I get about 208 connections. I want to know if there is any relation between these two. Also, isn't 151 processes low? We have 32GB of RAM with 10 cores. We want to have a support for about 1000 users online, refreshing web pages at specific times. It is actually online exams on our Moodle web site.


# netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n | wc -l
208


# ps -A | grep apache | wc -l
151




Regards,
Mahmood

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux