Solaris File Cache


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris File Cache
# 1  
Old 08-24-2008
Solaris File Cache

I started a previous thread :

Coredumps and swap - was part of Solaris Mem Consumption

But my fault as there is no xml feed for this forum i lost track and thread got closed. So in the mean time i went through some docs and here are my queries :

1. mdb -k shows this to me :

Kernel --- 851120 ---- 6649 ----82%
Anon --- 99544 ---- 777 ----- 10%
Exec and libs ----- 8788 ----- 68 ----- 1%
Page cache ----- 24448 ----- 191 ----- 2%
Free (cachelist) ----- 32542 ----- 254 ----- 3%
Free (freelist) ----- 25260 ----- 197 ----- 2%

Total 1041702 8138
Physical 1024847 8006

2. We are using Vxfs.

3. I dont have memtools installed.

Q1. Output of "mdb -k" which shows 82 % Kernel , Does that mean that my kernel code is taking that much memory ( I dont think so ) OR does that mean that Kernel asked for this much memory for File , directory cache + buffers ( i think so )

Q2 . If kernel has asked for this much memory for file caching then why on running some other applicaiton it starts doing page outs which is like shortage of RAM? Ideally RAM used for file caching should be given to any program which want to get executed in RAM.

Thanks in advance
Raj
# 2  
Old 08-24-2008
Missed one thing ..

Is there any tool for checking file cache in solaris 10 except from memtools ?

For ex in linux we i can chk using "free" about file cache , directory cached and buffers .. and i havent seen free in solaris although i think the memroy management for solaris and linux are almost similar ?
# 3  
Old 08-24-2008
1. Found xml feed Smilie

2. That thread i mentioned was not started by me some how i was having first question in that thread Smilie

3. Pasted my queries in my thread whichi is still alive.Smilie

Dont know how to close a thread so if some one can close this one pls ..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Check zfs cache usage for Solaris 11.3

Hi All, How do we calculate the zfs cache value from Solaris 11.3 ?? I normally use memstat but learnt that is not a good practice. Any other way to get the value ? (2 Replies)
Discussion started by: jayadanabalan
2 Replies

2. Programming

Synchronising cache and file

I am reading and caching some of the blocks of a large data file into program virtual memory, for processing. My question is how do I synchronise this cache with the file, for instance, if a block in the cache is updated or written to, that block has to be updated in the underlying file. If this... (1 Reply)
Discussion started by: sundaresh
1 Replies

3. Solaris

NFS anche Cache on Solaris 10 Client

Hi all, in Solaris 10 u9 the NFS protocol use a cache for data files read write transitions in client side? for example the ZFS use the RAM behind the ARC cache. in case, how many large is the NFS cache? The NFS cache use a quantity of RAM? thank you Matteo (2 Replies)
Discussion started by: mjnman
2 Replies

4. Red Hat

Path of the DNS Cache file

We have a DNS server that is only using as a cache DNS of parent server. I wonder where it the cache file that it created from parent DNS? Please tell me where will be the cache file? (0 Replies)
Discussion started by: abhilashkrishn
0 Replies

5. Linux

File cache /Page cache Linux

Hi All, could any one point out any open source test-suites for "File cache" testing and as well as performance test suites for the same. Currently my system is up with Linux/ext4. Regards Manish (0 Replies)
Discussion started by: hmanish
0 Replies

6. Solaris

Zfs::zpool.cache file

Hi All, I am trying to read zpool.cache file to find out pool information like pool name, devices it uses and all properties. File seems to be in packed format.I am not sure how to unpack it. But from opensolaris code base we can see that they have used libz for uncompromising this file, but... (0 Replies)
Discussion started by: shailesh_111
0 Replies

7. Linux

getting info on Cache Size, Data Cache etc..

Hi all I saw in Microsoft web site www.SysInternals.com a tool called CoreInfo from able to print out on screen the size of the Data and Instruction caches of your processor, the Locigal to Physical Processor mapping, the number of the CPU sockets. etc.. Do you know if in Linux is available a... (2 Replies)
Discussion started by: manustone
2 Replies

8. Solaris

File cache portion of memory on Solaris

I'm looking to get the file cache portion of physical (real) memory on a Solaris workstation (Similar to the Cache: line in /proc/meminfo on some Linux systems): # swap -s; swap -l; vmstat 2 2; echo "::memstat" | mdb -k total: 309376k bytes allocated + 41428k reserved = 350804k used,... (5 Replies)
Discussion started by: Devyn
5 Replies

9. AIX

Why is my file system cache so large

Hi I have a filesystem cache which is around 20G in size and I'm a bit perplexed as to what is in it. I'm running Sybase on the machine with the db on raw volumes and a tempdb on a ramdisk. My understanding is that raw volumes are not cached and I assumed that the ramdisk is not either. Am... (1 Reply)
Discussion started by: mgibbons
1 Replies

10. UNIX for Advanced & Expert Users

UBC cache vs. Metadata cache

hi, What is the difference between UBC cache and Metadata cache ? where can i find UBC cache Hits and Metadata cache Hits in hp-ux? Advanced thanx for the help. (2 Replies)
Discussion started by: sushaga
2 Replies
Login or Register to Ask a Question