This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
ipprot [2015-07-15 15:31] uls [Installation] |
ipprot [2026-08-09 17:06] (current) uls [-C <connection_log_format>] |
||
|---|---|---|---|
| Line 107: | Line 107: | ||
| Only in combination with option [[ipprot#-c <connection_log_file>]]. | Only in combination with option [[ipprot#-c <connection_log_file>]]. | ||
| - | {| | + | ^ expression ^ is replaced by ^ |
| - | ! expression | + | | %% | % | |
| - | ! is replaced by | + | | %e | date and time of connection end in RFC 3339 format ("yyyy-mm-dd HH:MM:SS+hh:mm") | |
| - | |- | + | | %i | ip address of connection establisher | |
| - | | %% | + | | %n | inserts a newline in the <connection_log_file> | |
| - | | % | + | | %P | complete path to the <connection_log_file> | |
| - | |- | + | | %r | bytes received from connection establisher | |
| - | | %e | + | | %s | date and time of connection start in RFC 3339 format ("yyyy-mm-dd HH:MM:SS+hh:mm") | |
| - | | date and time of connection end in RFC 3339 format ("yyyy-mm-dd HH:MM:SS+hh:mm") | + | | %S | duration of connection in seconds | |
| - | |- | + | | %t | bytes sent to connection establisher | |
| - | | %i | + | | %u | start timestamp of the connection in seconds since Unix epoch | |
| - | | ip address of connection establisher | + | | %U | end timestamp of the connection in seconds since Unix epoch | |
| - | |- | + | |
| - | | %n | + | |
| - | | inserts a newline in the <connection_log_file> | + | |
| - | |- | + | |
| - | | %P | + | |
| - | | complete path to the <connection_log_file> | + | |
| - | |- | + | |
| - | | %r | + | |
| - | | bytes received from connection establisher | + | |
| - | |- | + | |
| - | | %s | + | |
| - | | date and time of connection start in RFC 3339 format ("yyyy-mm-dd HH:MM:SS+hh:mm") | + | |
| - | |- | + | |
| - | | %S | + | |
| - | | duration of connection in seconds | + | |
| - | |- | + | |
| - | | %t | + | |
| - | | bytes sent to connection establisher | + | |
| - | |- | + | |
| - | | %u | + | |
| - | | start timestamp of the connection in seconds since Unix epoch | + | |
| - | |- | + | |
| - | | %U | + | |
| - | | end timestamp of the connection in seconds since Unix epoch | + | |
| - | |} | + | |
| Example: | Example: | ||