Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Prasanth Kodakandla
s... > > On Thu, Nov 11, 2021 at 7:05 PM Prasanth Kodakandla < > prasanth.kodakan...@gmail.com> wrote: > >> This is what i see in apacgectl >> >> 74 if [ "x$ARGV" = "x" ] ; then >> 75 ARGV="-h" >> 76 fi >> 77 &g

Re: [users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Prasanth Kodakandla
tl file > > On Thu, Nov 11, 2021 at 4:52 PM Prasanth Kodakandla < > prasanth.kodakan...@gmail.com> wrote: > >> Hi all, >> I am getting below error when starting apache webserver using apachectl >> >> ./apachectl -k start >> terminate called after throwing

[users@httpd] apachectl not starting (std::length_error)

2021-11-11 Thread Prasanth Kodakandla
Hi all, I am getting below error when starting apache webserver using apachectl ./apachectl -k start terminate called after throwing an instance of 'std::length_error' what(): basic_string::assign ./apachectl: line 79: 95216 Aborted (core dumped) $HTTPD "$@" Does anyone have any idea what's causi

Re: [users@httpd] Httpd using 100% cpu

2021-11-08 Thread Prasanth Kodakandla
ya we have Dynatrace and i did not see anything suspicious in there i can share some info here On Mon, Nov 8, 2021 at 8:49 AM Deepak Goel wrote: > Is your code written in java or php (or some other language)? > > You might to need an APM? > > On Mon, 8 Nov 2021, 19:21 Pras

Re: [users@httpd] Httpd using 100% cpu

2021-11-08 Thread Prasanth Kodakandla
te: > Why do you think there is a problem? The machine config is supporting 50 > req/sec. Mostly the application is medium complex (If the application was > light, the machine config could have supported 200 req/sec) > > On Sun, 7 Nov 2021, 22:37 Prasanth Kodakandla, < > prasa

Re: [users@httpd] Httpd using 100% cpu

2021-11-07 Thread Prasanth Kodakandla
Hi, load is 50req per sec system config is 8 Core cpu with 64 GB RAM On Sun, Nov 7, 2021, 10:57 AM Deepak Goel wrote: > Hi > > What's the load like on the server? And the machine configuration? > > On Sun, 7 Nov 2021, 10:16 Prasanth Kodakandla, < > prasanth.kodakan...

[users@httpd] Httpd using 100% cpu

2021-11-06 Thread Prasanth Kodakandla
Hi , I am seeing that the httpd process is using 100% cpu . Apache server is 2.4.6 below is the config i am using ServerLimit 32 StartServers 6 MinSpareThreads300 MaxSpareThreads600 ThreadsPerChild 50 MaxRequestWorkers 160