Skip to content

Releases: Lax/traffic-accounting-nginx-module

Version 2.0

25 May 14:46
@Lax Lax
7c4c13b
Compare
Choose a tag to compare

ngx_http_accounting_module-with-stream.so: includes both HTTP and STREAM module

ngx_http_accounting_module.so: HTTP module only

ngx_stream_accounting_module.so: STREAM module only

v2.0-alpha.2: Merge pull request #35 from Lax/disable-stream-module

15 Sep 12:51
@Lax Lax
ea2ef10
Compare
Choose a tag to compare
* temporally disable ngx_stream_accounting_module

v2.0 Alpha - Stream accounting support

15 May 06:46
@Lax Lax
26b7cc1
Compare
Choose a tag to compare
Pre-release

Now we can do accounting for both 'http' and 'stream' subsystems.

CHANGES

  • Directivies: remove http_ prefix
  • New stream accounting module.

v1.3 Pre-release

12 May 02:28
@Lax Lax
a6b9975
Compare
Choose a tag to compare
v1.3 Pre-release Pre-release
Pre-release
  • accounting_log supports the same parameters as error_log.
    User can define syslog: target to send logs to remote log server directly.

v1.2 Release: Metrics storage switch to Red-Black tree

26 Apr 08:12
@Lax Lax
c28cef8
Compare
Choose a tag to compare

Red-Black tree

Use rbtree, which is allocate dynamically, the storage size won't be limited by the number of buckets due to the hash implement.

Insert and query operations are convenient with ngx_rbtree interface.
Search performance should improve for large number of accounting channel names [not-tested-yet].

Minor bugfix

  • fix a bug when http_accounting_perturb is set to 'off' or unset, the first event is added with wrong timer.

v1.1 Release: Log to file support, Add interval/perturb option to conf, dynamic module

25 Apr 13:30
@Lax Lax
9b4f69f
Compare
Choose a tag to compare
  • Log to file support
  • Add interval/perturb option to conf
  • http_accounting_id can be set in if statement
  • Support build dynamic module
  • Add docker file

v1.0 release: accounting_id support variables.

20 Oct 04:03
@Lax Lax
Compare
Choose a tag to compare

now http_accounting_id support variables.

v0.5

11 Oct 05:31
@Lax Lax
Compare
Choose a tag to compare

Support nginx version >= 1.9.1

v0.2

11 Oct 05:35
@Lax Lax
Compare
Choose a tag to compare

Track total bytes received by nginx.