public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* /proc/cpuinfo for Intel P4 D850GB
@ 2001-03-19  2:07 asenec
  2001-03-19  2:33 ` davej
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: asenec @ 2001-03-19  2:07 UTC (permalink / raw)
  To: linux-kernel

On a 2.0.36 kernel the above-referenced mb
shows:

dragonwind:/proc# cat cpuinfo
processor	: 0
cpu		: ?86
model		: 386 SX/DX
vendor_id	: GenuineIntel

At the least, java breaks because of the '?' char.

Is the problem is due to the older 2.0.36 kernel,
or would the problem also present itself on a newer 2.2.x kernel?

Annette

^ permalink raw reply	[flat|nested] 19+ messages in thread
* Re: Question about memory usage in 2.4 vs 2.2
@ 2001-03-21 10:14 Manfred Spraul
  2001-03-21 17:42 ` Josh Grebe
  0 siblings, 1 reply; 19+ messages in thread
From: Manfred Spraul @ 2001-03-21 10:14 UTC (permalink / raw)
  To: jaharkes; +Cc: linux-kernel

> inode_cache 189974 243512 480 30439 30439 1 : 124 62
> dentry_cache 201179 341940 128 11398 11398 1 : 252 126

1) number of used objects
2) number of allocated objects
3) size of each object
4) number of slabs that are at least partially in use
5) number of slabs that are allocated for the cache
i.e. 5)-4) are the number of freeable slabs in the cache
6) size in pages for a slab
:
7) length of the per-cpu list. Each cpu some objects in a local list it
can use without acquiring a spinlock
8) batch count. If the per-cpu list overflows multiple objects are
freed/allocated in one block.

7 and 8 are only present if your kernel is compiled for SMP, root can
tune them with

#echo "<slab name> <length> <batchcount>" > /proc/slabinfo

It seems that the dentry cache is severely fragmented, nearly 20 MB (or
30%) are
unfreeable due to fragmentation.

--
    Manfred


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

end of thread, other threads:[~2001-03-21 20:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-19  2:07 /proc/cpuinfo for Intel P4 D850GB asenec
2001-03-19  2:33 ` davej
2001-03-19  3:14 ` 2.4.3-pre4: Unable to handle kernel NULL pointer dereference at virtual address 000000fb Shawn Starr
2001-03-19 12:02 ` /proc/cpuinfo for Intel P4 D850GB David Weinehall
2001-03-19 21:58 ` 2.4.3-pre4: Unable to handle kernel NULL pointer dereference at virtual address 000000fb Shawn Starr
2001-03-20 17:01 ` Question about memory usage in 2.4 vs 2.2 Josh Grebe
2001-03-20 17:32   ` Jakob Østergaard
2001-03-20 20:29     ` Josh Grebe
2001-03-21 19:16       ` Jan Harkes
2001-03-21 19:54         ` Rik van Riel
2001-03-20 18:54   ` Jan Harkes
2001-03-20 20:29     ` Josh Grebe
2001-03-20 22:18       ` Rik van Riel
2001-03-20 22:29         ` Juha Saarinen
2001-03-21  9:28         ` Zou Min
2001-03-21  9:51           ` Andreas Dilger
2001-03-21 10:56             ` Zou Min
  -- strict thread matches above, loose matches on Subject: below --
2001-03-21 10:14 Manfred Spraul
2001-03-21 17:42 ` Josh Grebe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox