September 2014
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

September 2014
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

RHEL6.4 Course Summary

RHEL6.4 Course Summary

Unit1 Tracking Security Updates Update the following three categories RHSA RHBA RHEA yum updateinfo list View all updates yum updateinfo list –cve = CVE-2013-0755 View an update yum –security list updates view security update yum updateinfo list | grep ‘Critical’ | cut -f1 -d ” | sort -u | wc -l

Unit2 […]

IBM HTTP Server Performance Tuning

IBM HTTP Server Performance Tuning IBM HTTP Server Performance Tuning 1. Determining maximum simultaneous connections 1.1. TCP connection states and thread/process requirements 1.2. Handling enough simultaneous connections with IBM HTTP Server on Windows / ThreadsPerChild setting 1.3. Handling enough simultaneous connections with IBM HTTP Server 2.0 and above on Linux and Unix systems 1.4. Handling […]

mod_mpmstats – IBM HTTP SERVER

mod_mpmstats

mod_mpmstats provides three capabilities:

check if the web server is at or near the maximum concurrent clients setting (MaxClients for Unix and Linux; ThreadsPerChild for Windows) optionally report the IHS worker thread usage at a specified interval optionally report the plug-in module where requests are currently stalled

Often this type of monitoring has been […]