|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
DO NOT REPLY [Bug 45355] New: ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
Summary: ab text and html output jumbo unification Product: Apache httpd-2 Version: 2.3-HEAD Platform: All OS/Version: All Status: NEW Keywords: PatchAvailable Severity: normal Priority: P2 Component: support AssignedTo: bugs@... ReportedBy: rainer.jung@... html output generation in ab is a second class citizen. It misses a lot of data, which is output in the text format, and some of the data written out is wrong. Since the cleanup changes a lot of lines, I provide a series of 8 patches. Each subset 1...n produces a working ab. The patches are: - ab.c-whitespace-1.patch: Remove trailing whitespace - ab.c-units-2.patch: Fix units in HTML output, also make placement of scaling factor consistent - ab.c-proc_wait-3.patch: Add missing wait time in non-confidence output, fix processing time in text output, make write errors output conditional like for the other errors - ab.c-missing_html_output-4.patch: Add missing html output part 1 (ssl_info, err_recv, epipe, mean, wait time) and use CONF_FMT_STRING like in the text output case - ab.c-html_sigs-5.patch: Handle signals in combination with html output like in the text case - ab.c-html_gnuplot_csv-6.patch: Allow gnuplot and csv in combination with html output (use common function) - ab.c-share_statistics-7.patch: Refactor statistics generation to use a shared function for html and text output - ab.c-html_conf_perc-8.patch: Add confidence and percentile output to html output -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #1 from Rainer Jung <rainer.jung@...> 2008-07-07 10:48:38 PST --- Created an attachment (id=22224) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22224) Remove trailing whitespace -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #2 from Rainer Jung <rainer.jung@...> 2008-07-07 10:49:48 PST --- Created an attachment (id=22225) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22225) Fix units in HTML output -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #3 from Rainer Jung <rainer.jung@...> 2008-07-07 10:53:46 PST --- Created an attachment (id=22226) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22226) Add wait time, fix processing time, make write errors output conditional -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #4 from Rainer Jung <rainer.jung@...> 2008-07-07 10:54:21 PST --- Created an attachment (id=22227) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22227) Add missing html output -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #5 from Rainer Jung <rainer.jung@...> 2008-07-07 10:55:00 PST --- Created an attachment (id=22228) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22228) Handle signals in combination with html output -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #6 from Rainer Jung <rainer.jung@...> 2008-07-07 10:55:34 PST --- Created an attachment (id=22229) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22229) Allow gnuplot and csv in combination with html output -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #7 from Rainer Jung <rainer.jung@...> 2008-07-07 10:56:14 PST --- Created an attachment (id=22230) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22230) Use a shared statistics function for html and text output -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #8 from Rainer Jung <rainer.jung@...> 2008-07-07 10:57:06 PST --- Created an attachment (id=22231) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22231) Add confidence and percentile to html output -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
--- Comment #9 from Rainer Jung <rainer.jung@...> 2008-07-07 10:59:25 PST --- All Patches are based on revision 667282. Trunk and 2.2.x of ab.c are the same at the moment. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
|
|
DO NOT REPLY [Bug 45355] ab text and html output jumbo unificationhttps://issues.apache.org/bugzilla/show_bug.cgi?id=45355
Rainer Jung <rainer.jung@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |45356 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@... For additional commands, e-mail: bugs-help@... |
| Free Forum Powered by Nabble | Forum Help |