# # ChangeLog for benchmark/io/http/printer.cfa # # Generated by Trac 1.2.1 # Jun 16, 2024, 5:26:16 PM Tue, 16 Aug 2022 18:45:57 GMT Thierry Delisle [32d1383] * benchmark/io/http/main.cfa (modified) * benchmark/io/http/printer.cfa (modified) * benchmark/io/http/printer.hfa (modified) * benchmark/io/http/protocol.cfa (modified) * benchmark/io/http/protocol.hfa (modified) * benchmark/io/http/socket.cfa (modified) * benchmark/io/http/worker.cfa (modified) * benchmark/io/http/worker.hfa (modified) Committing http server when I know it works Tue, 14 Jun 2022 15:46:48 GMT Thierry Delisle [ae020ea] * benchmark/io/http/printer.cfa (modified) * benchmark/io/http/printer.hfa (modified) Printer now prints max fd and open/closed/live connections. Fri, 10 Jun 2022 21:11:07 GMT Thierry Delisle [8419b76] * benchmark/io/http/printer.cfa (modified) printer now properly uses eng3 Fri, 10 Jun 2022 21:02:03 GMT Thierry Delisle [329e26a] * benchmark/io/http/main.cfa (modified) * benchmark/io/http/options.cfa (modified) * benchmark/io/http/options.hfa (modified) * benchmark/io/http/printer.cfa (modified) * benchmark/io/http/printer.hfa (modified) * benchmark/io/http/worker.cfa (modified) * benchmark/io/http/worker.hfa (modified) Re-instated the isolate/multi-cluster option. Fri, 10 Jun 2022 20:13:05 GMT Thierry Delisle [bf7c7ea] * benchmark/io/http/printer.cfa (modified) * benchmark/io/http/printer.hfa (modified) * benchmark/io/http/protocol.cfa (modified) Moved printer and protocol thread to the main cluster Thu, 09 Jun 2022 14:56:34 GMT Thierry Delisle [137974ae] * benchmark/io/http/Makefile.am (modified) * benchmark/io/http/main.cfa (modified) * benchmark/io/http/printer.cfa (added) * benchmark/io/http/printer.hfa (added) * benchmark/io/http/protocol.cfa (modified) * benchmark/io/http/worker.cfa (modified) * benchmark/io/http/worker.hfa (modified) Moved stats printer to it's own file and now using push-stats rather ...