You are not logged in.
i love bogomips. such an amusing "measurement".
how many bogomips do you have on your machines?
cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | paste -sd+ | bc
^ i made it easy to work it out (handy for multiple cores). (probably better ways to truncate that further with awk or something, but it does the job. if you dont have bc, instead try : cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | awk '{total = total + $1}END{print total}'
[edit - lol, or can save a pipe; drop the cat and put the grep bogomips before /proc/cpuinfo, of course. thnx n204)
[edit -
@Digit: That's one beast of a workstation! What's the CPU?
ok, yeah, that makes sense to share that too. makes this thread actually part useful. i'll add those details best i can too then. -/edit]
on my laptop, i have:
5984.42 - Intel(R) Core(TM)2 CPU L7400 @ 1.50GHz x2
on my workstation:
69348.8 - AMD FX(tm)-8350 Eight-Core Processor @ 4.0GHz x8 (best birthday present ever)
on my server:
7200.2 - Intel(R) Atom(TM) CPU D425 @ 1.80GHz x2
bogomips ftw!
how many bogomips do you have?
Last edited by Digit (2014-08-26 13:09:50)
~ think ~
i have chosen to commit to bedrocklinux.
remember aaron | bad-systemdoze! | without a shot fired
Community #!
Offline
bogowhat? Hmm..
the number of million times per second a processor can do absolutely nothing
Right. 10793.48 (Haswell Celeron)
Round off #! Waldorf Part I/II
Scripts | Run new applications | Thunar 1.6.3 | Default soundcard | Settings daemon
On mixing sources :8
Offline
@Digit: That's one beast of a workstation! What's the CPU?
19284.79
AMD Phenom(tm) II X4 B55 Processor (three cores - only one of the two "unlockable" cores is active; the other one is buggy)
Offline
27136.48 on a Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz
Offline
This thread reminded me of the condition called "cluster stress" which is the state you are in when you are worrying about the under-utilization of your super computer -- fretting about all those un-used clock cycles...
/Martin
Offline
empty@Arch ~ % cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | paste -sd+ | bc
22356.56
empty@Arch ~ % inxi -f
CPU: Dual core Intel Core i5-4330M (-HT-MCP-) cache: 3072 KB
Clock Speeds: 1: 2800 MHz 2: 2800 MHz 3: 2918 MHz 4: 2838 MHz
CPU Flags: abm acpi aes aperfmperf apic arat arch_perfmon avx avx2 bmi1 bmi2 bts clflush cmov
constant_tsc cx16 cx8 de ds_cpl dtes64 dtherm dts eagerfpu epb ept erms est f16c flexpriority fma fpu
fsgsbase fxsr hle ht ida invpcid lahf_lm lm mca mce mmx monitor movbe msr mtrr nonstop_tsc nopl nx pae
pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pts rdrand rdtscp rep_good rtm
sep smep smx ss sse sse2 sse4_1 sse4_2 ssse3 syscall tm tm2 tpr_shadow tsc tsc_adjust
tsc_deadline_timer vme vmx vnmi vpid x2apic xsave xsaveopt xtopology xtpr
Anyone want any spare cycles?
Last edited by Head_on_a_Stick (2014-08-26 11:44:42)
Offline
empty@Arch ~ % cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | paste -sd+ | bc 22356.56 empty@Arch ~ % inxi -f CPU: Dual core Intel Core i5-4330M (-HT-MCP-) cache: 3072 KB Clock Speeds: 1: 2800 MHz 2: 2800 MHz 3: 2918 MHz 4: 2838 MHz CPU Flags: abm acpi aes aperfmperf apic arat arch_perfmon avx avx2 bmi1 bmi2 bts clflush cmov constant_tsc cx16 cx8 de ds_cpl dtes64 dtherm dts eagerfpu epb ept erms est f16c flexpriority fma fpu fsgsbase fxsr hle ht ida invpcid lahf_lm lm mca mce mmx monitor movbe msr mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pts rdrand rdtscp rep_good rtm sep smep smx ss sse sse2 sse4_1 sse4_2 ssse3 syscall tm tm2 tpr_shadow tsc tsc_adjust tsc_deadline_timer vme vmx vnmi vpid x2apic xsave xsaveopt xtopology xtpr
Anyone want any spare cycles?
That CPU has more than 2 full line more extensions than mine ]:-{
Offline
This thread reminded me of the condition called "cluster stress" which is the state you are in when you are worrying about the under-utilization of your super computer -- fretting about all those un-used clock cycles...
/Martin
...and CUDA cores? Been there, done that, got the GPU card in storage now.
As far as I'm concerned, my PC does what I need it to do within the time available, so WIN.
Offline
Crunch Pro: i5 2500k @ 4.6 ( you have no idea how long it took me to get it there... almost was a waste of effort really )
26398.35
Server: i3 2100 @ 3.1
24748.96
Archbook: Core 2 duo SU7300 @ 1.3
5188.74
I'll get my 960T @ 4.0 a little later... since why not? 8o
Offline
Intel(R) Core(TM) i3-3240 CPU @ 3.40GHz
27138.00
Offline
11995.17 on my intel P4 @ 3.0 GHz tower.
it was purchased way back in spring 2005, aka digital stoneage.
however, not too shabby for that old beast.
notebook results:
6383.85
on an intel pentium T2330 dual-core CPU permanently throttled down to 800 MHz instead of 1600.
had expected more here, but it's sufficient for my everyday use.
Last edited by xor (2014-08-30 13:56:41)
Offline
9575.76
CPU: Intel Core2 Duo CPU P8600 @ 2.401GHz
22667.31
CPU: Intel Core2 Quad CPU Q9550 @ 2.834GHz
Edit: Adding desktop cpu info
Last edited by linuxreign (2014-08-26 14:47:52)
Linux Registered User 445731
Offline
Excellent thread ... BTW: bc comes with #!
26 Aug 14 | 11:24:36 ~
$ cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | paste -sd+ | bc
19286.49
26 Aug 14 | 11:25:46 ~
$ cpu
CPU: Triple core AMD Athlon II X3 450 (-MCP-) cache: 1536 KB
Clock Speeds: 1: 3214 MHz 2: 3214 MHz 3: 3214 MHz
26 Aug 14 | 11:26:08 ~
$
That's almost as many times as I can do nothing. ]:D
Interesting note: My AMD Athlon II X3 was 1/2 the price of a AMD Athlon II X4 and was the last one in the store.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
That's almost as many times as I can do nothing. ]:D
Very well said. O:)
Offline
^ Yea, but the scary part is my wife would agree with it.
· ↓ ↓ ↓ ↓ ↓ ↓ ·
BunsenLabs Forums now Open for Registration
· ↑ ↑ ↑ ↑ ↑ ↑ · BL ModSquad
Offline
Purchased a Dell T7500 tower PC a few months ago and it is quite intesting when it comes to CPU features and speed:
# inxi -f
CPU(s): 2 Hexa core Intel Xeon CPU X5660s (-HT-MCP-SMP-) cache: 24576 KB
Clock Speeds: 1: 1596.00 MHz 2: 1596.00 MHz 3: 1995.00 MHz 4: 1596.00 MHz 5: 2660.00 MHz 6: 2794.00 MHz 7: 1596.00 MHz 8: 1596.00 MHz 9: 2527.00 MHz 10: 1995.00 MHz 11: 2794.00 MHz 12: 2527.00 MHz 13: 2660.00 MHz 14: 1596.00 MHz 15: 1596.00 MHz 16: 1596.00 MHz 17: 1596.00 MHz 18: 1596.00 MHz 19: 2794.00 MHz 20: 1596.00 MHz 21: 2794.00 MHz 22: 2794.00 MHz 23: 1596.00 MHz 24: 1596.00 MHz
CPU Flags: acpi aes aperfmperf apic arat arch_perfmon bts clflush cmov constant_tsc
cx16 cx8 dca de ds_cpl dtes64 dtherm dts epb ept est flexpriority fpu fxsr ht ida lahf_lm
lm mca mce mmx monitor msr mtrr nonstop_tsc nopl nx pae pat pbe pcid pclmulqdq pdcm pdpe1gb
pebs pge pni popcnt pse pse36 rdtscp rep_good sep smx ss sse sse2 sse4_1 sse4_2 ssse3
syscall tm tm2 tpr_shadow tsc vme vmx vnmi vpid xtopology xtpr
# cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | paste -sd+ | bc
134063.76
sysanalyst
Offline
On my Thinkpad E530 I'm getting 19955.16 bogomips. I don't have any other machines right save for a Cubieboard and I'm almost afraid of what it would give as an output.
EDIT: Actually it doesn't give any response to the command listed at the beginning of the thread. I doubt it would be much anyways since it's a single core 1ghz device. If anybody has a means of extracting this info from an ARM chip please let me know.
In the end we're all just chalk lines on concrete,
drawn to be washed away....
Offline
2 Hexa core Intel Xeon CPU X5660
...
134063.76
i dream of one day being rich enough to buy a new top spec xeon. i've had that dream since they existed.
barring the intel on the laptop (and server, which i only rent), i've always bought amd for my computers. more bogobips per buck. (or so say the voices in my head)
~ think ~
i have chosen to commit to bedrocklinux.
remember aaron | bad-systemdoze! | without a shot fired
Community #!
Offline
Desktop (FX 6300 @ 4730 Mhz) - 56763.24
Laptop (i5-4510U @ 1.7/Turbo 2.7) - 19155.84
Last edited by jdonaghy (2015-01-02 06:35:18)
"If you can't control your peanut butter, you can't expect to control your life."
--Bill Watterson
Offline
Bogomips! The word alone makes me smile and knowing it is all about doing nothing is the best about it..
for my Workstation i get
8041.60 AMD Athlon 64 X2 Dual Core 3800+ @ 2.01GHz
(the Thinkpad will be updated when its back to life)
naik --greetz
*kaum macht man es richtig, funktioniert es sofort*
Offline
The laptop I'm using now:
19152.44
CPU: Dual core Intel Core i5 M 520 (-HT-MCP-) cache: 3072 KB
Clock Speeds: 1: 1199 MHz 2: 1199 MHz 3: 1199 MHz 4: 1199 MHz
Offline
On my laptop:
g33zr@Linux-Pangolin-Performance ~ $ cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | paste -sd+ | bc
20753.36
g33zr@Linux-Pangolin-Performance ~ $ inxi
CPU~Dual core Intel Core i5-3230M CPU (-HT-MCP-) clocked at 1200.000 Mhz Kernel~3.13.0-37-generic x86_64 Up~39 min Mem~1293.3/3849.3MB HDD~500.1GB(5.2% used) Procs~182 Client~Shell inxi~1.8.4
g33zr@Linux-Pangolin-Performance ~ $
Offline
orion@orion:~/bin$ cat /proc/cpuinfo | grep bogomips | cut -f 2 | cut -d':' -f 2 | paste -sd+ | bc
19157.00
orion@orion:~/bin$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 58
Model name: Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz
Stepping: 9
CPU MHz: 1200.000
CPU max MHz: 2400.0000
CPU min MHz: 1200.0000
BogoMIPS: 4789.25
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 3072K
NUMA node0 CPU(s): 0-3
Last edited by tknomanzr (2015-01-01 02:53:16)
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat