httpd - zomie threads
Denys Vlasenko
vda.linux at googlemail.com
Fri Sep 4 01:46:50 UTC 2015
On Tue, Sep 1, 2015 at 6:41 PM, INFO @ itPenguin GmbH <info at itpenguin.de> wrote:
> Hi,
> I'm running httpd from busybox 1.23.2.
> We are sending very low traffic to the daemon, approx. 1 to 2 telegrams per
> second.
How exactly do you run httpd? In daemon mode, or inetd mode?
What options do you give to it?
Run: strace -tt -s99 -f -oLOG -p `pidof httpd`
send one request to httpd, and post LOG file.
More information about the busybox
mailing list