Sponsored Content
Full Discussion: Speed it up!
Top Forums UNIX for Dummies Questions & Answers Speed it up! Post 1486 by PxT on Friday 9th of March 2001 09:53:15 AM
Old 03-09-2001
Add more RAM, increase your network bandwidth, upgrade the CPU.
 

10 More Discussions You Might Find Interesting

1. HP-UX

ftp speed

Background; FTP-ing a small 210K file to a HP7410 attached to a EVA500 the averaging speed 400KB/s FTP-ing a small 210K file to a K570 the average speed is 4500KB/s FTP-ing a 31MB file to a HP7410 attached to a EVA 5000 the average speed is 5500KB/s FTP-ing a 31MB file to a K570 the average... (3 Replies)
Discussion started by: ottof
3 Replies

2. UNIX for Dummies Questions & Answers

Speed of mv vs. cp

Hi, Is mv (move) command quicker than cp (copy command)? I have large files and I want to know if mv actually copy the data to a new file then deletes the old or whether it just alters information the file system without physically moving data - Unfortuanately I don't have large files to test... (2 Replies)
Discussion started by: GMMike
2 Replies

3. Filesystems, Disks and Memory

dmidecode, RAM speed = "Current Speed: Unknown"

Hello, I have a Supermicro server with a P4SCI mother board running Debian Sarge 3.1. This is the "dmidecode" output related to RAM info: RAM speed information is incomplete.. "Current Speed: Unknown", is there anyway/soft to get the speed of installed RAM modules? thanks!! Regards :)... (0 Replies)
Discussion started by: Santi
0 Replies

4. Shell Programming and Scripting

Optimizing for a Speed-up

How would one go about optimizing this current .sh program so it works at a more minimal time. Such as is there a better way to count what I need than what I have done or better way to match patterns in the file? Thanks, #declare variables to be used. help=-1 count=0 JanCount=0 FebCount=0... (3 Replies)
Discussion started by: switch
3 Replies

5. Shell Programming and Scripting

Processor and Its speed

Hi I need a command to know how many processors are available and what is their speed in UNIX. Thanks (2 Replies)
Discussion started by: diksha2207
2 Replies

6. Filesystems, Disks and Memory

data from blktrace: read speed V.S. write speed

I analysed disk performance with blktrace and get some data: read: 8,3 4 2141 2.882115217 3342 Q R 195732187 + 32 8,3 4 2142 2.882116411 3342 G R 195732187 + 32 8,3 4 2144 2.882117647 3342 I R 195732187 + 32 8,3 4 2145 ... (1 Reply)
Discussion started by: W.C.C
1 Replies

7. Shell Programming and Scripting

How can i speed this script up?

Hi, Im quite new to scripting and would like a bit of assistance with trying to speed up the following script. At the moment it is quite slow.... Any way to improve it? total=111120 while do total=`expr $total + 1` INCREMENT=$total firstline = "blablabla" secondline = "blablabla"... (5 Replies)
Discussion started by: brunlea
5 Replies

8. Programming

malloc vs new speed

Which one is faster among malloc and new? My understanding is that since new also has to call constructors after allocating memory it must be slower than malloc. Am I correct? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

9. Shell Programming and Scripting

Speed Up Grep

Hi, I have to grep string from 20 - 30 files each carries 200 - 300 MB size and append to the file. How to speed the grepping time. cat catalina.out_2012_01_01 | grep "xxxxx" >> backup.txt PLZ, Suggest me, Regards, Nanthagopal A (5 Replies)
Discussion started by: nanthagopal
5 Replies

10. Shell Programming and Scripting

Help me with speed up this script

hey guys i have a perl script wich use to compare hashes but it tookes a long time to do that so i wich i will have the soulition to do it soo fast he is the code <redacted> (1 Reply)
Discussion started by: benga
1 Replies
nfs3_max_threads(5)						File Formats Manual					       nfs3_max_threads(5)

NAME
nfs3_max_threads - control the number of kernel threads that perform asynchronous I/O for the NFS version 3 client VALUES
Failsafe Default Allowed values Recommended values A warning will be issued at runtime if the tunable is set to a value greater than 256 threads since this is beyond the tested limit. This is not a serious warning but just an information message for the administrator. DESCRIPTION
controls the number of kernel threads that perform asynchronous I/O for the NFS version 3 client. Since NFS is based on RPC and RPC is inherently synchronous, separate execution contexts are required to perform NFS operations that are asynchronous from the calling thread. The operations which can be executed asynchronously are read for read-ahead, readdir for readdir read-ahead, and write for putpage and pageio requests. Who Is Expected to Change This Tunable? The distributed file system administrator should examine this value depending on the network bandwidth available. Restrictions on Changing The tunable is dynamic; however, the number of threads for a file system is set when the file system is mounted. To affect a particular file system, unmount and mount the file system after changing this parameter. When Should the Value of This Tunable Be Raised? If the network is very high bandwidth and the client and server have sufficient resources, increase this value to more effectively utilize the available network bandwidth, the client resources, and the server resources. What Are the Side Effects of Raising the Value? An increase in the system resources and the possibility that (see nkthread(5)) may need to be increased. The total number of asynchronous threads for NFS version 2 and NFS version 3 mount points cannot exceed 20% of the available threads defined by NFS mounts will fail if the NFS mount command cannot guarantee the ability to create the maximum number of threads for that mount point. When Should the Value of This Tunable Be Lowered? In a very low bandwidth network, decrease this value so that the NFS client does not overload the network. What Are the Side Effects of Lowering the Value? Decreasing this value may impact NFS performance. 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 Sun Microsystems, Inc. SEE ALSO
kctune(1M), sam(1M), gettune(2), settune(2), nfs2_max_threads(5), nfs4_max_threads(5), nkthread(5). Tunable Kernel Parameters nfs3_max_threads(5)
All times are GMT -4. The time now is 04:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy