linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Transactions in JBD2 proc
@ 2012-10-29 17:20 John R Nelson
  2012-10-29 18:24 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: John R Nelson @ 2012-10-29 17:20 UTC (permalink / raw)
  To: linux-ext4@vger.kernel.org

hi,
does the 3640 indicate that there have have 3640 journal writes to this ext4 parition since my computer has been up?

3640 transaction, each up to 8192 blocks
average: 
  0ms waiting for transaction
  2032ms running transaction
  0ms transaction was being locked
  0ms flushing data (in ordered mode)
  52ms logging transaction
  71647us average transaction commit time
  316 handles per transaction
  7 blocks per transaction
  8 logged blocks per transaction



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Transactions in JBD2 proc
  2012-10-29 17:20 Transactions in JBD2 proc John R Nelson
@ 2012-10-29 18:24 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2012-10-29 18:24 UTC (permalink / raw)
  To: John R Nelson; +Cc: linux-ext4@vger.kernel.org

On Mon 29-10-12 13:20:43, John R Nelson wrote:
> hi,
> does the 3640 indicate that there have have 3640 journal writes to this
> ext4 parition since my computer has been up?
  Well, it depends on what you call "journal write". There were 3640
trasactions to your ext4 partition. Each transaction can contain more
"logical" operations like file creation, file write, rename, ... Each
transaction also consists of more blocks. In your case there were 7 blocks
per transaction on average - which is rather small but I expect that's
because the filesystem is mostly idle.
	
								Honza
> 
> 3640 transaction, each up to 8192 blocks
> average: 
>   0ms waiting for transaction
>   2032ms running transaction
>   0ms transaction was being locked
>   0ms flushing data (in ordered mode)
>   52ms logging transaction
>   71647us average transaction commit time
>   316 handles per transaction
>   7 blocks per transaction
>   8 logged blocks per transaction
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-29 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 17:20 Transactions in JBD2 proc John R Nelson
2012-10-29 18:24 ` Jan Kara

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 NNTP newsgroup(s).