From: Jarkko Lavinen <jlavi@iki.fi>
To: jffs-dev@axis.com, MTD List <linux-mtd@lists.infradead.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Subject: JFFS2 empty file overhead questions
Date: Wed, 8 May 2002 11:30:56 +0300 [thread overview]
Message-ID: <20020508113056.A2123@kosh.hut.fi> (raw)
Would anybody know exact JFFS2 file size overhead for empty file
and the data structures involved?
I tried to answer this by writing a simple test program that just
created as many empty files it could. The MTD partition size was 3904
KB. Initially after 5 spare block the used space is 320 and available
3584 KB.
My test program created a test directory and then in that one
directory creates files with 10 character long random names. I used
random names so that insertions into index tree would occur at random
places and the index tree should stay balanced and show average
insertion characteristics.
After creating 25531 the used space had grown to 3312 K. Initially
it had been 320K. This would suggest the empty file size overhead on
JFFS2 is (3312 - 320)*1024 / 25531 = 120.00 bytes.
So I assume the empty file overhead is 120 bytes on JFFS2. But where
that 120 bytes comes from?
I also tracked the file creation time. This showed linear first degree
dependence on the number of files created. On that particular device
empty file creation (file open) time can be presented as a function
t_c over the number of created files so far:
t_c(n) := 0.067 + 0.00013*n [seconds]
The file close time that followed was always 0.
After 25519 files I couldn't track space usage with "df" anymore because
it started to give out of memory message. After 26647 my test program
couldn't run anymore because of out of memory. Needles to say, but
my test program doesn't allocate memory nor leave files open when it
proceeds.
Jarkko Lavinen
PS. Test program available on request.
next reply other threads:[~2002-05-08 8:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-08 8:30 Jarkko Lavinen [this message]
2002-05-08 8:46 ` JFFS2 empty file overhead questions David Woodhouse
2002-05-14 8:48 ` Jarkko Lavinen
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=20020508113056.A2123@kosh.hut.fi \
--to=jlavi@iki.fi \
--cc=dwmw2@infradead.org \
--cc=jffs-dev@axis.com \
--cc=linux-mtd@lists.infradead.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