Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Anybody Notice a Speed Increase? Post 1846 by mib on Monday 2nd of April 2001 12:09:02 PM
Old 04-02-2001
No doubt: Apache/1.3.12(PHP/4.0.2) on Linux Smilie Right?


 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

NOTICE:Cha

Pls can u help me diagnosed this Notice l receive during booting of my openserver 5.0.4 unix from the kernel. NOTICE:cha:SCSI bus has been reset ha=0 Attached SCSI peripherals will retunr to power up state (ChaN04) NOTICE:cha:SCSI command timed out ha=0... (2 Replies)
Discussion started by: kayode
2 Replies

2. 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

3. UNIX for Dummies Questions & Answers

short notice

Im getting stumped on one of my unix problems. Im a college student taking unix and for one of my assignments I am to write a few programs. I done the programs but on one of them I have to modify it by using sed instead of a while do loop. here's the while loop while do ... (2 Replies)
Discussion started by: gummiworm
2 Replies

4. Cybersecurity

how to increase the speed of sftp

hi , i have to tranfer some 12 - 13 gb of files from one server to anothier presently i m using the SFTP but it is taking to much time to trafer the files is there any way to use increase the efficiency of SFTP. i cant use the FTP (4 Replies)
Discussion started by: narang.mohit
4 Replies

5. 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

6. Red Hat

Increase speed in linux server

Hi, Will removing space from the server increases the speed/performance. how are they related? please explain the relationship. thanks in advance regards, Pradeep (2 Replies)
Discussion started by: pradebban
2 Replies

7. UNIX for Advanced & Expert Users

How to increase executions speed of loops.?

(2 Replies)
Discussion started by: Venkatesh1
2 Replies

8. Solaris

How to increase the e1000g0 interface speed in Solaris?

Hi All, Please let me know the step by step process to set the e1000g0 interface speed to 1000mbps with full duplex from 100fdx and how to disable the auto negotiation with switch?. Thanks and Regards, Ganesh. (7 Replies)
Discussion started by: gsrungav
7 Replies

9. AIX

AIX 4.2 increase ethernet speed

Hello. I have a server RS/6000 with AIX 4.2. The server have a network card with 10/100mbps speed, but for some reason, the ethernet only runs at 10Mbps, it doesn,t matter if I put the net cable on a 100Mbps switch, it keeps running at 10Mbps speed.... I know how to view/change ethernet speed... (1 Reply)
Discussion started by: little_ball
1 Replies
sched_thread_affinity(5)					File Formats Manual					  sched_thread_affinity(5)

NAME
sched_thread_affinity - adjust scheduler thread affinity VALUES
Failsafe Default Allowed values Any value in the range of is allowed. A value of indicates weak thread affinity, and the threads may run on different processors. A value of indicates strong thread affinity, and the threads will likely remain on the same processor. Recommended values Use the default value in normal cases. In special cases where it is imperative that threads run as quickly as possible, a value closer to may be used. However, this may lead to an increase in cache misses. Customers must evaluate the performance impact in their workload environment before changing the value of this tunable on production sys- tems. DESCRIPTION
The tunable defines on which processor a thread may likely run. A thread with lower affinity may move from one processor to another during its lifetime, whereas a thread with higher affinity will likely experience minimal movement across processors. A change in the value may have direct impact on system throughput and response times. A very small value may result in threads being run much quicker at the possible expense of higher cache misses, and a very large value may result in threads being run less frequently if they have run (or are running) on a loaded processor, with a possible benefit of improved cache affinity. I/O intensive applications are likely to benefit from a lower value for this tunable. Who Is Expected to Change This Tunable? Anyone. Restrictions on Changing Changes to this tunable take effect immediately. When Should the Value of This Tunable Be Raised? Any increase in the value of this tunable will cause most threads to remain on the processor where they have run during their lifetimes. What Are the Side Effects of Raising the Value? Raising the value of the tunable may cause some threads to wait to run, even though there may be less loaded or idle processors in the sys- tem. When Should the Value of This Tunable Be Lowered? The tunable value should be lowered if the workload expects to run as quickly as possible, regardless of whether it is moved from processor to processor at the cost of possible increases in cache misses. What Are the Side Effects of Lowering the Value? Lowering may result in an increase in cache misses as threads begin to run on different processors during their lifetimes. 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. 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. Tunable Kernel Parameters sched_thread_affinity(5)
All times are GMT -4. The time now is 10:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy