Linux Container Development
 help / color / mirror / Atom feed
From: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
To: Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org
Subject: Re: [PATCH] C/R: simplify checkpoint debugging
Date: Wed, 24 Jun 2009 14:02:52 -0500	[thread overview]
Message-ID: <m3hby5fo9v.fsf@pobox.com> (raw)
In-Reply-To: <4A425927.6080109-eQaUEPhvms7ENvBUuze7eA@public.gmane.org> (Oren Laadan's message of "Wed\, 24 Jun 2009 12\:49\:43 -0400")

Oren Laadan <orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org> writes:

> Nathan Lynch wrote:
>> To enable printing of checkpoint/restart messages, one must enable
>> CHECKPOINT_DEBUG and boot with ckpt_debug= ... something I haven't
>> been able to figure out.  Further complicating matters is that if
>> DYNAMIC_DEBUG is enabled, you still won't get any debugging output
>> unless you manually enable debug output for all the functions you're
>> interested in via <debugfs>/dynamic_debug/control.  At this stage of
>> development most users will want all C/R messages either on or off and
>> don't need a fancy filtering mechanism.
>
> Thanks for bringing this up. In part it has been annoying to me too.
>
> I'm all for replacing pr_debug(...) with printk(KERN_DEBUG ...).
> Done.
>
> I prefer to keep the selection of debug verbosity in - it becomes
> useful when debugging a checkpoint or restart that produce plenty
> of output. It keeps the noise (and time) to an acceptable level.
>
> So I did also change the default (CKPT_DDEFAULT) to select all
> debug flags. So the normal behavior is as intended in this patch.
>
> Given the enthusiastic responses to the proposed changes, do you
> still wish to remove the option to select verbosity level ?

If you add some documentation (in comments or kconfig help) on how to
use ckpt_debug= I wouldn't object.  AFAIK one has to read the code to
figure out which values to use.  Apologies if I've missed something...

In the long term, however, detailed reporting on C/R operations may be
better implemented using static tracepoints -- less runtime overhead
than printk, and (I think) they can be selectively enabled, which would
satisfy the speed/noise concerns you raise above.

      parent reply	other threads:[~2009-06-24 19:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-22 19:37 [PATCH] C/R: simplify checkpoint debugging Nathan Lynch
     [not found] ` <m33a9st5yk.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-06-22 20:40   ` Serge E. Hallyn
     [not found]     ` <20090622204059.GB5537-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-06-22 21:07       ` Dan Smith
2009-06-24 16:49   ` Oren Laadan
     [not found]     ` <4A425927.6080109-eQaUEPhvms7ENvBUuze7eA@public.gmane.org>
2009-06-24 19:02       ` Nathan Lynch [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3hby5fo9v.fsf@pobox.com \
    --to=ntl-e+axbwqsrlaavxtiumwx3w@public.gmane.org \
    --cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
    --cc=orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox