cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] cmogstored 1.4.2 - log unlink failures
@ 2015-03-06  2:37  5% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-03-06  2:37 UTC (permalink / raw)
  To: cmogstored-public, mogile

This release is to enable logging of unlink errors from the
filesystem (all other local filesystem errors should be logged).

Some minor doc/packaging/copyright year updates, too.

shortlog of changes since 1.4.2:

* Makefile.am: gzip README and associated data
* manpage: update contact and copyright information
* update copyrights to 2014 (and all contributors)
* doc/design.txt: add a few more notes on compromises
* http_dav: log 500 errors from DELETE requests
* tapset/http_access_log: note CLF differences
* copyright updates for 2015

http://bogomips.org/cmogstored/files/cmogstored-1.4.2.tar.gz
SHA-1 296e6804760325bd4946ebe0c4cc005d222e93fb

* homepage: http://bogomips.org/cmogstored/README
* git clone git://bogomips.org/cmogstored.git
* cgit: http://bogomips.org/cmogstored.git
* gitweb: http://repo.or.cz/w/cmogstored.git
* list: cmogstored-public@bogomips.org (subscription optional)
* archives: http://bogomips.org/cmogstored-public/

^ permalink raw reply	[relevance 5%]

* [PATCH] tapset/http_access_log: note CLF differences
@ 2015-02-13  0:49  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-02-13  0:49 UTC (permalink / raw)
  To: cmogstored-public; +Cc: Eric Wong

We have two differences from CLF, note them correctly.
---
 tapset/http_access_log.gawk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tapset/http_access_log.gawk b/tapset/http_access_log.gawk
index b88689c..7a5823c 100755
--- a/tapset/http_access_log.gawk
+++ b/tapset/http_access_log.gawk
@@ -3,8 +3,9 @@
 # This takes the output of the all.stp tapset distributed with cmogstored
 # This emits output similar to Common Log Format (CLF), with two exceptions:
 #
-# The byte count for PUT requests is recorded in byte bytes transferred
+# 1) The byte count for PUT requests is recorded in byte bytes transferred
 # since PUT responses are always an empty body with cmogstored.
+# 2) elapsed time of the request is added.
 
 / http_accepted / {
 	pid = $1
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-02-13  0:49  7% [PATCH] tapset/http_access_log: note CLF differences Eric Wong
2015-03-06  2:37  5% [ANN] cmogstored 1.4.2 - log unlink failures Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).