Skip to content

Instantly share code, notes, and snippets.

@pcdv
Last active December 23, 2015 17:29
Show Gist options
  • Save pcdv/6668734 to your computer and use it in GitHub Desktop.
Save pcdv/6668734 to your computer and use it in GitHub Desktop.
Kimsufi KS 2G (dual core version)
STANDARD SOCKET
$ /opt/jdk1.7.0_25/bin/java -Dtcp=true -cp jocket-0.5.0pre1.jar:jocket-bench-0.5.0pre1.jar jocket.bench.BenchClient
Warmup (50000) ... 
Running test (300000) ...
Done in 58681ms. Dumping results in Socket
1.0%          ( 297000) :   101,54 (us)
10.0%         ( 270000) :   193,04 (us)
50.0%         ( 150000) :   194,36 (us)
99.0%         (   3000) :   242,23 (us)
99.9%         (    300) :   255,54 (us)
99.99%        (     31) :   357,68 (us)
99.999%       (      3) :  3429,40 (us)
99.9999%      (      1) :  3965,48 (us)
JOCKET
$ /opt/jdk1.7.0_25/bin/java -cp jocket-0.5.0pre1.jar:jocket-bench-0.5.0pre1.jar jocket.bench.BenchClient
Warmup (50000) ...
Running test (300000) ...
Done in 618ms. Dumping results in Jocket
1.0% ( 297000) : 1,77 (us)
10.0% ( 270000) : 1,81 (us)
50.0% ( 150000) : 1,85 (us)
99.0% ( 3000) : 1,94 (us)
99.9% ( 300) : 4,37 (us)
99.99% ( 31) : 155,74 (us)
99.999% ( 3) : 197,31 (us)
99.9999% ( 1) : 202,68 (us)
CPUINFO (extract)
vendor_id : GenuineIntel
cpu family : 6
model : 54
model name : Intel(R) Atom(TM) CPU N2800 @ 1.86GHz
stepping : 1
microcode : 0x10d
cpu MHz : 798.000
cache size : 512 KB
siblings : 4
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts nopl nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm arat dtherm
bogomips : 3733.54
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment