On Tue, Sep 1, 2015 at 6:41 PM, INFO @ itPenguin GmbH <[email protected]> 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. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
