How to obtain system open file table value in Linux


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to obtain system open file table value in Linux
# 1  
Old 05-25-2007
How to obtain system open file table value in Linux

Hello ,

I want to get current system open file table [kernal] value. Can any one help.

Thanking you,
mahesh
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Finding processes on another system that have a file open

I am familiar with using "lsof <filename>" or "fuser <filename>" to determine what process has a given file (usually a .nfs) open. However, I recently used this command and it returned a blank list. I suspect the process that has the .nfs file open might be on another system. Is there a way... (2 Replies)
Discussion started by: Special_K
2 Replies

2. Shell Programming and Scripting

UNIX file system to Linux file system migration

We would be migrating UNIX file system to Linux file system. We do have many directory and sub directories with files. after migrating unix to linux file system , i want to make sure all the files has been copied ? What would be the best approach to validate directory ,sub-directory and file... (1 Reply)
Discussion started by: balajikalai
1 Replies

3. Programming

how to programatically obtain informations about existing NICs on the system

hi, i would like to know how to programatically obtain informations about existing NICs (both configured and non-configured if possible) on *NIX? i need to write simple *NIX C/C++ program that will have these informations. i have tried to search forums (and also google) with no luck. any help... (2 Replies)
Discussion started by: nikoladsp
2 Replies

4. SuSE

How to obtain the Linux Distribution Details ?

Hi, I am working on a Unix console. I want to obtain the Linux distribution details in 1) Shell 2) C program ( System call ) Want to know if it is REDHAT / SUSE / UBUNTU , etc .. Please let me know if there is any way to achieve this. Thanks in advance, Siva. (8 Replies)
Discussion started by: Sivaswami
8 Replies

5. UNIX and Linux Applications

Linux based Open Source ERP System - CK-ERP

Hi, folks, I have developed CK-ERP, which is an open source accounting / MRP / ERP / CRM system that runs on top of multiple middlewares. It provides accounting and back office functionalities to SMEs and utilizes the underlying middleware to administer accounts/groups. Details about and... (0 Replies)
Discussion started by: chiukay
0 Replies

6. UNIX for Dummies Questions & Answers

How to open WinZip file in linux

Hi i am an fresh engineer working in a Embedding company and i am new to linux so any one help me to teach or tell how to open a WinZip file in linux as i use gunzip but hte file suffix is not gz so can any one healp me... urs ... (2 Replies)
Discussion started by: wagmare
2 Replies

7. Linux

How to open a .DAT video file in LINUX

:confused: Hai guys!!!! I am using Mandrake Linux 10.1 with Intel P4 system.. I don't know how to open .DAT video file in LINUX. Please help me! (1 Reply)
Discussion started by: mahi3699
1 Replies
Login or Register to Ask a Question
ninode(5)							File Formats Manual							 ninode(5)

NAME
ninode - maximum number of HFS file system open inodes that can be in memory VALUES
Failsafe Default The default value is computed at runtime and depends on the amount of physical memory on the system. For small memory systems (less than 1GB), the default is 4880. For systems with more than 1GB of memory, the default is 8192, or 8K. Allowed values The minimum value allowed is 14. The maximum value allowed is memory limited. Specify a positive integer value. DESCRIPTION
The tunable defines the number of slots in the HFS inode table. This number limits the number of open inodes that can be in memory for HFS file systems at any given time. The inode table is used as a cache memory. For performance reasons the most recent (number of) open inodes are kept in main memory. The table is hashed. Each unique open file has an open inode associated with it. Therefore, the larger the number of unique open files, the larger should be. Who Is Expected to Change This Tunable? This tunable is only relevant on systems where there are HFS file systems mounted. Note that the use of HFS file systems is being depre- cated in HP-UX. Restrictions on Changing This tunable is static. Any changes to the value of this tunable will require system reboot to take effect. When Should the Value of This Tunable Be Raised? This value of many need to be raised on systems running applications that expect large numbers of open files on HFS file systems. What are the Side Effects of Raising the Value? The HFS inode table is statically allocated, therefore will consume more memory if the value of this tunable is raised. When Should the Value of This Tunable Be Lowered? The value of can be lowered on systems with small or no mounted HFS file systems, to reduce memory consumption. What are the Side Effects of Lowering the Value? The number of open HFS inodes that can be kept in memory is bound to the new lower limit. What Other Tunable Values Should Be Changed at the Same Time? None. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. The tunable is relevant only on systems with HFS file systems. Note that the use of HFS file systems is being deprecated in HP-UX. This and other HFS related tunable parameters may be removed from future HP-UX releases. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
kctune(1M), sam(1M), gettune(2), settune(2). Tunable Kernel Parameters ninode(5)