-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04ecdf1
commit 6bf99c0
Showing
6 changed files
with
16 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
+ --test | ||
* params.max_log_files < 1 fix | ||
|
||
+ DESTDIR support | ||
+ $protocol //corrected | ||
+ $server_protocol | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
What's new? | ||
The new release is slighty faster. Two new macros were added: @meta and @seq. All of them are described at the documentation, here in a short - @meta allows to combine several macros into one, so we can use more than one macro at the simple (non-sequenced) variable value. And @seq can be used to use sequences at macro, as in the usual variable value. | ||
This release adds a new, simplifier version of the benchmark: --test | ||
A some sort of quick benchmark at full speed, using the default template for the current mode (nginx by default), one step of the log rotation; output to the temporary file at system's temporary directory (the output log will be deleted after all is done). Result, in lines per second, may vary depended on the randomizer engine work and use of gzip. | ||
Useful to run on the clean installation, when we have no configs and templates yet. | ||
|
||
Example 001: | ||
|
||
$test=@seq:GET:PUT | ||
$logstring=hello, $test | ||
|
||
Example 002: | ||
|
||
$test=@meta:foo (@str:12) bar (@int:12:16) (@ip) | ||
$logstring=hello, $test | ||
Fixes: log rotation queue minimal length is 1 now, i.e. one log file + at least one rotation file, if needed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
|
||
#ifndef VERSION_NUMBER | ||
#define VERSION_NUMBER "1.1.0" | ||
#define VERSION_NUMBER "1.2.0" | ||
#endif | ||
|
||
|
||
|