Sponsored Content
Full Discussion: Customized command excution
Top Forums Shell Programming and Scripting Customized command excution Post 302957307 by penqueen on Thursday 8th of October 2015 10:10:07 PM
Old 10-08-2015
Based on what configuration/setting the PID's are recycled in solaris and in other machines.
What will be the maximum time i can expect for some other process to use same PID?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

mailing customized and formatted ls -lt command output

I'm trying to write a script to email the output of 'ls -lt' command that are 30 days old along with headers for eg. like owner, date, timestamp and a portion of some special character files like 'slfpay$/#:032508AA' in /home/test directory, I just want the numbers from the last field ($9), also... (3 Replies)
Discussion started by: mbak
3 Replies

2. UNIX for Dummies Questions & Answers

xterm closing automatically after command excution

Hi, I have a commands in a file called commands.file, I am using this file with the following commnad xterm -e "commands.file" After executing this file in the new xterm, it is closing automatically. I want to use that xterm after that. Please help me regarding this? :) ... (4 Replies)
Discussion started by: chaitubek
4 Replies

3. UNIX for Advanced & Expert Users

To find the time of excution of a particular unix command

Hi experts, It would be grateful if you can guide me on the following, 1.How to find the time of excution of a particular unix command. 2. How to find the terminal (IP Address) from where that particular unix command was excuted. 3. How to find the user who executed that particular unix... (1 Reply)
Discussion started by: apsprabhu
1 Replies

4. Shell Programming and Scripting

Customized copy.

HI guys, I'm working on a code with the following specs: 1. Retrieving files with a particular extensions from a location specified by the users. 2. Copying those files to user specified location i) but i need to pause copy if the network is busy ii) and the copy process must... (3 Replies)
Discussion started by: bill88
3 Replies

5. Shell Programming and Scripting

Can nmon be customized?

Hi, my name is Steve Ngai from Malaysia. This is my first post. Hope to learn more about Unix from this forum. My first question is can nmon be customized? When I run nmon, I need to manually type c to see CPU usage, then m for memory usage. Can I pass it some nmon option to automatically see... (2 Replies)
Discussion started by: ngaisteve1
2 Replies

6. Shell Programming and Scripting

parallel excution for 2000 files.

Hi, I have a function abc(). i am calling the function 9 times. it is working fine and completed the script execution 10 hours. input files: CUSTOMER_INFO_1111_12345.csv CUSTOMER_INFO_1222_12345.csv CUSTOMER_INFO_1322_12345.csv CUSTOMER_INFO_1333_12345.csv CUSTOMER_INFO_1151_12345.csv... (4 Replies)
Discussion started by: onesuri
4 Replies

7. Shell Programming and Scripting

Excution Problems with loading huge data content and convert it

Hi, I got long list of referred file content: CGTGCFTGCGTFREDG PEOGDKGJDGKLJGKL DFGDSFIODUFIODSUF FSDOFJSODIFJSIODFJ DSFSDFDFSDOFJFOSF SDFOSDJFOJFPPIPIOP . . . Input file content: >sample_1 SDFDSKLFKDSLSDFSDFDFGDSFIODUFIODSUFSDDSFDSSDFDSFAS (14 Replies)
Discussion started by: patrick87
14 Replies

8. Forum Support Area for Unregistered Users & Account Problems

customized username?

Hi i have registered but my username is set to default value ( my email). can i change this ? (2 Replies)
Discussion started by: customizeemai
2 Replies

9. Linux

clarification for cmd excution

Hi Code: nohup sar -u 10 $COUNT | awk 'NR>2 {$2=$4=$7="";}1' | tr -s ' ' '\t' 2>/dev/null >sar.out & i have execute above line from shell script .. but sar.out is created with ZERO bite size.. Help on that what is the problem here (1 Reply)
Discussion started by: Mani_apr08
1 Replies

10. Programming

Expext Script excution problem..

Hey Guys , iam trying to match to string in TCL scripts but it not working . Its only working true condition to print yes.. When condtion fail then even it prints YES Any suggestion this ?? if {} { puts"yes" ... (3 Replies)
Discussion started by: hackerdilli
3 Replies
aio_iosize_max(5)						File Formats Manual						 aio_iosize_max(5)

NAME
aio_iosize_max - maximum size of any asynchronous I/O in an lio_listio(), aio_read(), or aio_write() call VALUES
Failsafe Default Allowed values Recommended values DESCRIPTION
This tunable places a limit on the size (in bytes) of asynchronous I/O operations that can be issued with lio_listio(2), aio_read(2), or aio_write(2). It is useful for limiting the amount of memory that can be consumed by asynchronous I/O operations. When this tunable is at its default value of 0, it has no effect. When this tunable is set to a positive number, all asynchronous I/Os of size larger than that number will fail with Although this tunable will affect all applications that use asynchronous I/O, its most common usage is in conjunction with This combination is useful for limit- ing the system resources that can be used by applications that use aio_reap(2). Who Is Expected to Change This Tunable? System administrators that run applications requiring heavy usage of AIO to disks or filesystems. Restrictions on Changing This tunable is dynamic. Changes to to this tunable take effect immediately after the change. All processes on the system will be immedi- ately impacted, including processes already running. When Should the Value of This Tunable Be Raised? should be raised for applications requiring heavy use of asynchronous I/O. What Are the Side Effects of Raising the Value of This Tunable? When raising the value of this tunable from 0 to any positive value, the limit defined by this tunable will begin to be enforced. (See However, once this tunable is a positive value, the only effect of raising it further is that larger I/Os can be issued by applications. Limits such as will continue to be enforced after this tunable is set. (Unless aio_proc_max(5) has already been used to disable them) When Should the Value of This Tunable Be Lowered? should be lowered when POSIX AIO performance is acceptable but there is concern about buggy or malicious applications issuing excessively large I/Os that tie up system resources. When this tunable is non-zero, its value should never be lower than the minimum I/O size required by trusted applications running on the system. What Are the Side Effects of Lowering the Value of This Tunable? As long as it remains a positive value, lowering the value of this tunable simply reduces the maximum possible size of asynchronous I/Os. When this tunable is set to 0, it will cease to have an effect, and no limits will be imposed on the size of individual asynchronous I/Os. What Other Tunables Should Be Changed at the Same Time as This One? No other tunables need to be changed at the same time as this one. However, the most common usage is for this tunable to be used in conjunction with In this way, the total memory usage of all processes that use aio_reap(2) is constrained by the quantity: 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. 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), aio_reap(2), aio_read(2), aio_write(2), lio_listio(2), aio_physmem_pct(5), aio_proc_max(5). Tunable Kernel Parameters aio_iosize_max(5)
All times are GMT -4. The time now is 08:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy