Re: [PATCH] dentry and inode cache hash algorithm performance changes.
From: Raghavan (raghav_at_in.ibm.com)
Date: 05/20/04
- Previous message: Jinu M.: "protecting source code in 2.6"
- In reply to: Jose R. Santos: "Re: [PATCH] dentry and inode cache hash algorithm performance changes."
- Next in thread: Jose R. Santos: "Re: [PATCH] dentry and inode cache hash algorithm performance changes."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 May 2004 19:04:10 +0530 To: "Jose R. Santos" <jrsantos@austin.ibm.com>
Hi Jose,
Did u try the new hashing algorithm with dcache bench?
dcachebench is focussed entirely on dcache performance.
I had measured the performance of the dcachebench on
2.6.6 kernel with and without the new hashing algorithm
and noticed significant decrease in performance with the
new hash algorithm. Enclosed is the mail from LKML that dicusses
this.
Also I wrote an instrumentation patch that measures the
number of clock cycles spent by the hash and lookup.
The hash time saw an increase(obviously) but I did see an
increase in the time spent in the lookup function too.
Attached is the patch I used for the instrumentation.
Thanks and Regards
Raghav
On Sat, May 01, 2004 at 10:08:57AM -0500, Jose R. Santos wrote:
> * Olaf Dietsche <olaf+list.linux-kernel@olafdietsche.de> [2004-05-01 14:08:26 +0200]:
> > Judging from the graphs (!), I don't see a real difference for
> > dcache. There's just one outlier (depth 11) for the old hash function,
> > which seems to be translated to multiple depth 9 entries. The
> > histograms seem to confirm, that there's at most a minimal difference,
> > if they'd be equally scaled.
> >
> > Maybe this is due to qstr hashes, which were used by both approaches
> > as input?
>
> SpecSFS is not really the best benchmark to show the efficiency of the
> dentry hash function. I need to come up with a better defense for the
> this hash functions. While I did not do the study for this hash
> function, mathematically speaking this hash algorithm should always
> create a equal or better hash. SFS just shows equal (well, slightly
> better), so Ill work on getting some more data to back up the "better"
> claim.
>
> > The inode hash seems to be distributed more evenly with the new hash
> > function. Although the inode histogram suggests, that most buckets are
> > in the 0-2 depth range, with the old hash function leading slightly in
> > the zero depth range.
>
> Thats a good thing. With the new hash function, we get 25% more bucket
> usage and most of the bucket are only 1 object deep. This buckets take
> up memory so we better use them. The old hash functions was no very
> efficient in spreading the hashes across all the buckets, with the new
> hash function we have 4.5 times more buckets with only 1 object deep so
> it scales better as we increase the number of buckets as well.
>
> It also provides a 3% improvement on the overall SFS number with half
> the number of buckets use which I believe its a great improvement from
> just a hash algorithm change.
>
> -JRS
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- text/plain attachment: original_mail
- text/plain attachment: patch
- Previous message: Jinu M.: "protecting source code in 2.6"
- In reply to: Jose R. Santos: "Re: [PATCH] dentry and inode cache hash algorithm performance changes."
- Next in thread: Jose R. Santos: "Re: [PATCH] dentry and inode cache hash algorithm performance changes."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|