9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Kenji Arisawa <arisawa@ar.aichi-u.ac.jp>
To: Fans Bell Labs of the OS Plan 9 from <9fans@9fans.net>
Subject: [9fans] checkarenas
Date: Fri, 17 Sep 2010 08:19:07 +0900	[thread overview]
Message-ID: <BF59F2C9-9D10-4FE1-81D9-FD22910B67DF@ar.aichi-u.ac.jp> (raw)

Hello,

I noticed strange output that I cann't understand.

term% cpu -h io
io% venti/checkarenas -v /dev/sdC0/arenas
arena='arena.0' [802816,537673728)
	version=4 created=1042806254 modified=1046935027 sealed
	score=d9da513c8906b67d118ffd862d3b6ffc098e2cd8
	clumps=93,052 compressed clumps=33,339 data=642,249,221 compressed data=530,978,181 disk storage=536,840,457

[snip]

arena='arena.29' [15570059264,16106930176)
	version=5 created=1202285650 modified=1238472397 sealed
	score=747a7af59246c9fac4d446c5060ad25b9ae6a317
	clumps=164,001 compressed clumps=113,952 data=873,264,264 compressed data=526,509,628 disk storage=536,841,691

arena='arena.30' [16106930176,16643801088)
	version=5 created=1233280267 modified=1243743100 sealed
	score=7a67bb47cd7cac4166b08b2f1931bc7dff23ef80
	clumps=312,611 compressed clumps=259,182 data=1,615,971,406 compressed data=517,139,649 disk storage=536,834,142

arena='arena.31' [16643801088,17180672000)
	version=5 created=1243743100 modified=1284116312
	clumps=25,827 compressed clumps=22,564 data=152,702,493 compressed data=70,866,487 disk storage=72,493,588

io% 

# note that arena.30 is sealed. #

on the otherhand,

term% import -k'user=arisawa' io / /n/io.import
term% venti/checkarenas -v /n/io.import/dev/sdC0/arenas
arena='arena.0' [802816,537673728)
	version=4 created=1042806254 modified=1046935027 sealed
	score=d9da513c8906b67d118ffd862d3b6ffc098e2cd8
	clumps=93,052 compressed clumps=33,339 data=642,249,221 compressed data=530,978,181 disk storage=536,840,457

[snip]

arena='arena.29' [15570059264,16106930176)
	version=5 created=1202285650 modified=1238472397 sealed
	score=747a7af59246c9fac4d446c5060ad25b9ae6a317
	clumps=164,001 compressed clumps=113,952 data=873,264,264 compressed data=526,509,628 disk storage=536,841,691

arena='arena.30' [16106930176,16643801088)
	version=5 created=1233280267 modified=1243743100
	score=7a67bb47cd7cac4166b08b2f1931bc7dff23ef80
	clumps=312,611 compressed clumps=259,182 data=1,615,971,406 compressed data=517,139,649 disk storage=536,834,142

arena='arena.31' [16643801088,17180672000)
	version=5 created=1243743100 modified=1284116312
	clumps=25,827 compressed clumps=22,564 data=152,702,493 compressed data=70,866,487 disk storage=72,493,588

term% 

# note that arena.30 is NOT sealed. #

the difference between two output is only in arena.30
I don't understand where the difference comes from.

I believe that /dev/sdC0/arenas on io and /n/io.import/dev/sdC0/arenas mounted on term must be same.
I also believe that
	venti/checkarenas -v file
consults only the given file.

Kenji Arisawa




             reply	other threads:[~2010-09-16 23:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-16 23:19 Kenji Arisawa [this message]
2010-09-17  2:58 ` Russ Cox
2010-09-17 22:33   ` Kenji Arisawa

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=BF59F2C9-9D10-4FE1-81D9-FD22910B67DF@ar.aichi-u.ac.jp \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@9fans.net \
    /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;
as well as URLs for NNTP newsgroup(s).