Sponsored Content
Full Discussion: Which system is faster?
Top Forums UNIX for Dummies Questions & Answers Which system is faster? Post 302793871 by Yoda on Sunday 14th of April 2013 09:45:13 AM
Old 04-14-2013
Also I noticed that E5630 has 4 cpu cores and 8 siblings.

If the number of cores = the number of siblings for a given physical processor, then hyper-threading is OFF.

So if hyper-threading is ON, it may help achieve better function unit utilization by letting more than one program execute concurrently.
This User Gave Thanks to Yoda For This Post:
 

9 More Discussions You Might Find Interesting

1. IP Networking

Mandrake should be faster.

For some reason 8.1 Mandrake Linux seems much slower than Windows 2000 with my cable modem. DSL reports test says they conferable speed with Windows2 though. This is consistant slow with both of my boxes, at the same time. Linux used to be faster, but not with Mandrake. Any way to fix this? (17 Replies)
Discussion started by: lancest
17 Replies

2. UNIX for Advanced & Expert Users

faster way to loop?

Sample Log file IP.address Date&TimeStamp GET/POST URL ETC 123.45.67.89 MMDDYYYYHHMM GET myURL http://ABC.com 123.45.67.90 MMDDYYYYHHMM GET myURL http://XYZ.com I have a very huge web server log file (about 1.3GB) that contains entries like the one above. I need to get the last entries of... (9 Replies)
Discussion started by: tads98
9 Replies

3. Shell Programming and Scripting

Faster then cp ?

Hi , I need to copy every day about 35GB of files from one file system to another. Im using the cp command and its toke me about 25 min. I also tried to use dd command but its toke much more. Is there better option ? Regards. (6 Replies)
Discussion started by: yoavbe
6 Replies

4. UNIX for Dummies Questions & Answers

How to grep faster ?

Hi I have to grep for 2000 strings in a file one after the other.Say the file name is Snxx.out which has these strings. I have to search for all the strings in the file Snxx.out one after the other. What is the fastest way to do it ?? Note:The current grep process is taking lot of time per... (7 Replies)
Discussion started by: preethgideon
7 Replies

5. UNIX for Dummies Questions & Answers

Which command will be faster? y?

i)wc -c/etc/passwd|awk'{print $1}' ii)ls -al/etc/passwd|awk'{print $5}' (4 Replies)
Discussion started by: karthi_g
4 Replies

6. UNIX for Dummies Questions & Answers

Why is RAID0 faster?

I have read anecdotes about people installing RAID0 (RAID - Wikipedia, the free encyclopedia) on some of their machines because it gives a performance boost. Because bandwidth on the motherboard is limited, can someone explain exactly why it should be faster? (7 Replies)
Discussion started by: figaro
7 Replies

7. UNIX for Advanced & Expert Users

Help in faster and quicker grepping

Hi, i have a log file of 8 GB size , i need to grep the count of a word which i give as an input , i mean to say to find the occurance of a word on that file. grep is taking too much time ,can you please give me any command so that i can grep the word in a quicker way.. thanks, ... (16 Replies)
Discussion started by: senkerth
16 Replies

8. Shell Programming and Scripting

Script works, but I think it could be better and faster

Hi All, I'm new to the forum and to bash scripting. I did some stuff with VB.net, Batch, and VBScripting in the past, but because I shifted over to Linux, I am learning to script in Bash at this moment. So bear with me if I seem to script like a newbie, that's just because I am ;-) OK, I... (9 Replies)
Discussion started by: cornelvis
9 Replies

9. UNIX for Advanced & Expert Users

Help finding a video faster

Is there a way to make this search faster? It takes about 30 minutes. Its a video so I figured I could say larger than 100 MB. It contains Mark so I added name. What else could I do to make the search faster? find / -type f -name "*Mark*" -size +100M 2>/dev/null (6 Replies)
Discussion started by: cokedude
6 Replies
lcpu_attr(5)							File Formats Manual						      lcpu_attr(5)

NAME
lcpu_attr - dynamically enable or disable LCPU attribute of the default processor set VALUES
Fail Safe Default the LCPU attribute of the default processor set is disabled Allowed values or DESCRIPTION
This tunable dynamically enables or disables the logical processor (LCPU) attribute in the default processor set. On systems supporting hyper-threading technology, each hyper-thread is represented as an LCPU. When the LCPU attribute is enabled, the processor cores in the default processor have hyper-threading enabled. If the LCPU attribute is disabled, the physical processors in the default processor set behave as single threaded processor cores. See pset_setattr(2) for information about managing the LCPU attribute in processor sets other than the default processor set. Who Is Expected to Change This Tunable? System administrators that wish to change hyper-threading ability in the default processor set. Restrictions on Changing The tunable has no effect on platforms that do not have hyper-threading capability or systems with hyper-threading disabled at the firmware level. On systems that support hyper-threading, the firmware feature must be enabled to dynamically enable/disable the LCPU attribute in the default processor set. When Should the Tunable Be Turned On? The tunable should be turned on to enable the LCPU attribute in the default processor set to take advantage of hyper-threading. If the applications running on the system see performance benefits, the LCPU attribute should remain enabled. What Are the Side Effects of Turning the Tunable On? Some workloads may experience performance degradation when the LCPU attribute is enabled. When Should the Tunable Be Turned Off? Some applications may experience performance degradation or may not see any performance benefits from using hyper-threading. In this case, this tunable should be turned off. What Are the Side Effects of Turning the Tunable Off? With LCPU turned off, applications may not take advantage of hyper-threading. What Other Tunables 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. SEE ALSO
psrset(1M), pset_assign(2), pset_bind(2), pset_create(2), pset_ctl(2), pset_destroy(2), privgrp(4). Tunable Kernel Parameters lcpu_attr(5)
All times are GMT -4. The time now is 10:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy