All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Reiser <reiser@namesys.com>
To: Nikita Danilov <Nikita@Namesys.COM>
Cc: Philippe Gramoulle' <philippe.gramoulle@mmania.com>,
	reiserfs <reiserfs-list@namesys.com>
Subject: Re: /proc/fs/reiserfs question
Date: Tue, 15 Oct 2002 17:44:23 +0400	[thread overview]
Message-ID: <3DAC1BB7.5060306@namesys.com> (raw)
In-Reply-To: 15787.47495.344267.487496@laputa.namesys.com

Nikita Danilov wrote:

>Hans Reiser writes:
> > Nikita Danilov wrote:
> > 
> > >Philippe Gramoullé writes:
> > > > Hi,
> > > > 
> > > > Is there any documentation that gives the description for each line 
> > > > of each file in /proc/fs/reiserfs/sd(x,x)/*
> > > > 
> > > > like what is the meaning of s_fix_nodes ? etc..
> > >
> > >I am afraid one has to dig it out of the sources. Here is description of
> > >some fields displayed in "super", they pertain to the in-core
> > >super-block:
> > >
> > >			"state": REISERFS_VALID_FS/REISERFS_ERROR_FS
> > >
> > >			"mount options": options given to mount
> > >
> > >			"gen. counter": file system "generation acounter"---this is
> > >			incremented with each balancing.
> > >
> > >			"s_kmallocs": how many kmallocs (calls to general purpose
> > >			kernel memory allocator) were performed by reiserfs code
> > >
> > >			"s_disk_reads": not maintained
> > >
> > >			"s_disk_writes": not maintained
> > >
> > >			"s_fix_nodes": how many time "fix-nodes" (1st phase of
> > >			balancing) was performed.
> > >
> > >			"s_do_balance": how many times "do-balance" (2nd phase of
> > >			balancing) was performed
> > >
> > >			"s_unneeded_left_neighbor": not maintained
> > >
> > >			"s_good_search_by_key_reada": not maintained
> > >
> > >			"s_bmaps": not maintained
> > >
> > >			"s_bmaps_without_search": not maintained
> > >
> > >			"s_direct2indirect": how many direct->indirect converions
> > >			were performed
> > >
> > >			"s_indirect2direct": how many indirect->direct converions
> > >			were performed
> > >
> > >			"max_hash_collisions": maximal hash collision met so far.
> > >
> > >			"breads": not maintained
> > >
> > >			"bread_misses": not maintained
> > >
> > >			"search_by_key": how many times search_by_key (main tree
> > >			traversal routine) was called.
> > >
> > >			"search_by_key_fs_changed": how many times search_by_key was
> > >			performed concurrently to balancing.
> > >
> > >			"search_by_key_restarted": how many times search_by_key had
> > >			to restart due to concurrent balancing.
> > >
> > >			"insert_item_restarted"-------+
> > >			"paste_into_item_restarted"   +
> > >			"cut_from_item_restarted"     +-> how many times particular
> > >			"delete_solid_item_restarted" +   balancing operation had to
> > >			"delete_item_restarted"-------+   restart
> > >
> > >			"leaked_oid": how many object-ids (unique identifiers
> > >			assigned to files) were missed
> > >
> > >			"leaves_removable": how many times three leaf nodes of the
> > >			balanced tree were mergeable into one
> > >
> > >I guess we should keep this information somewhere on the web-site. If
> > >you need more detailed info, let me know.
> > >
> > > > 
> > > > Thanks much,
> > > > 
> > > > Philippe.
> > >
> > >Nikita.
> > >
> > >
> > >  
> > >
> > The unmaintained fields should be removed.  Put into post-Halloween todo 
> > list.
>
>What about making them "maintained", in stead? Should be trivial.
>
Review which ones look like they would be genuinely informative, and 
then maintain just those, ok?  After Halloween.

>
> > 
> > Hans
> > 
>
>Nikita.
>
>
>  
>




  reply	other threads:[~2002-10-15 13:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-14 14:04 /proc/fs/reiserfs question Philippe Gramoullé
2002-10-14 14:25 ` Nikita Danilov
2002-10-14 17:40   ` Hans Reiser
2002-10-15  6:45     ` Nikita Danilov
2002-10-15 13:44       ` Hans Reiser [this message]
2002-10-15  8:36   ` Philippe Gramoullé
2002-10-15  8:53     ` Nikita Danilov

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=3DAC1BB7.5060306@namesys.com \
    --to=reiser@namesys.com \
    --cc=Nikita@Namesys.COM \
    --cc=philippe.gramoulle@mmania.com \
    --cc=reiserfs-list@namesys.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.