* [PATCH] updxlrator: show hostaddr in debuglog
@ 2017-12-30 7:41 Justin Luth
2017-12-30 14:29 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Justin Luth @ 2017-12-30 7:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2014 bytes --]
There is nowhere in the debuglog any indication of
which client is requesting the file that updxlrator
is providing (or caching). Especially for those
huge Windows 10 downloads, it is valuable to
see which client is requesting them, especially
when the same client requests the same download
multiple times a second.
This only impacts users who turn on debugging.
Signed-off-by: Justin Luth <jluth(a)mail.com>
---
config/updxlrator/updxlrator | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator
index b728902f6..5baaaae58 100644
--- a/config/updxlrator/updxlrator
+++ b/config/updxlrator/updxlrator
@@ -397,7 +397,7 @@ sub check_cache
)
{
&debuglog("File exists in cache and is up to date");
- &debuglog("Retrieving file from cache ($updsource)");
+ &debuglog("Retrieving file from cache ($updsource) for $hostaddr");
&setcachestatus("$updcachedir/$vendorid/$uuid/access.log",time);
$cacheurl="http://$netsettings{'GREEN_ADDRESS'}:$http_port/updatecache/$vendorid/$uuid/$updfile";
}
@@ -414,7 +414,7 @@ sub check_cache
&debuglog("Free disk space: " . &diskfree($updcachedir));
&debuglog("Disk usage: " . &diskusage($updcachedir) . "% (max.
$maxusage%)");
if (-e "$updcachedir/download/$vendorid/$updfile") {
&debuglog("File download/$vendorid/$updfile exists"); }
- &debuglog("Retrieving file from source ($updsource)");
+ &debuglog("Retrieving file from source ($updsource) for
$hostaddr");
if ((!$passive_mode) && (&diskusage($updcachedir) <=
$maxusage) && ($remote_size <= &diskfree($updcachedir)) && (!-e
"$updcachedir/download/$vendorid/$updfile"))
{
&debuglog("Running command $nice$apphome/bin/download
$vendorid $sourceurl $cfmirror &");
--
2.14.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] updxlrator: show hostaddr in debuglog
2017-12-30 7:41 [PATCH] updxlrator: show hostaddr in debuglog Justin Luth
@ 2017-12-30 14:29 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2017-12-30 14:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2319 bytes --]
Hi,
this patch makes sense, but your email client seemed to have wrapped the lines.
I will try to fix this this time and get back in case that didn't work, but
maybe you can have a look what you can change in the email client for next time.
Best,
-Michael
On Sat, 2017-12-30 at 10:41 +0300, Justin Luth wrote:
> There is nowhere in the debuglog any indication of
> which client is requesting the file that updxlrator
> is providing (or caching). Especially for those
> huge Windows 10 downloads, it is valuable to
> see which client is requesting them, especially
> when the same client requests the same download
> multiple times a second.
>
> This only impacts users who turn on debugging.
>
> Signed-off-by: Justin Luth <jluth(a)mail.com>
> ---
> config/updxlrator/updxlrator | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/config/updxlrator/updxlrator b/config/updxlrator/updxlrator
> index b728902f6..5baaaae58 100644
> --- a/config/updxlrator/updxlrator
> +++ b/config/updxlrator/updxlrator
> @@ -397,7 +397,7 @@ sub check_cache
> )
> {
> &debuglog("File exists in cache and is up to date");
> - &debuglog("Retrieving file from cache ($updsource)");
> + &debuglog("Retrieving file from cache ($updsource) for $hostaddr");
> &setcachestatus("$updcachedir/$vendorid/$uuid/access.log",time);
> $cacheurl="http://$netsettings{'GREEN_ADDRESS'}:$http_port/updatecache/$vendor
> id/$uuid/$updfile";
> }
> @@ -414,7 +414,7 @@ sub check_cache
> &debuglog("Free disk space: " . &diskfree($updcachedir));
> &debuglog("Disk usage: " . &diskusage($updcachedir) . "% (max.
> $maxusage%)");
> if (-e "$updcachedir/download/$vendorid/$updfile") {
> &debuglog("File download/$vendorid/$updfile exists"); }
> - &debuglog("Retrieving file from source ($updsource)");
> + &debuglog("Retrieving file from source ($updsource) for
> $hostaddr");
> if ((!$passive_mode) && (&diskusage($updcachedir) <=
> $maxusage) && ($remote_size <= &diskfree($updcachedir)) && (!-e
> "$updcachedir/download/$vendorid/$updfile"))
> {
> &debuglog("Running command $nice$apphome/bin/download
> $vendorid $sourceurl $cfmirror &");
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-30 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-30 7:41 [PATCH] updxlrator: show hostaddr in debuglog Justin Luth
2017-12-30 14:29 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox