Ich habe mir mal einen geholt. War innerhalb von 20min nach Bestellung mit CentOS online und brauchte dann nochmal eine knappe Stunde für den Wechsel auf Debian.
Fühlt sich recht flott an, man stößt aber wahrscheinlich schnell an irgendwelche Grenzen und sollte den beancounter im Auge behalten.
Für ein Tor Replay z.B. wegen niedrigem numtcpsock Limit nicht geeignet.
Es ist auch eine Domain (de, com, org, net, co) im Paket enthalten.
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$ cat /proc/user_beancounters
Version: 2.5
uid resource held maxheld barrier limit failcnt
78253042: kmemsize 10545105 11554816 33554432 41943040 0
lockedpages 0 0 256 256 0
privvmpages 38398 40885 524288 576716 0
shmpages 9184 9184 20480 20480 12
dummy 0 0 9223372036854775807 9223372036854775807 0
numproc 31 48 128 128 0
physpages 175712 177641 524288 524288 0
vmguarpages 0 0 262144 262144 0
oomguarpages 4921 4921 262144 262144 0
numtcpsock 5 5 360 360 0
numflock 2 3 188 206 0
numpty 1 1 16 16 0
numsiginfo 0 12 256 256 0
tcpsndbuf 89512 89512 1720320 2703360 14801
tcprcvbuf 81920 81920 1720320 2703360 14
othersockbuf 55488 57040 1126080 2097152 0
dgramrcvbuf 0 0 262144 288358 0
numothersock 39 41 360 360 0
dcachesize 6288407 6291021 5242880 6291456 0
numfile 667 720 4096 4096 0
dummy 0 0 9223372036854775807 9223372036854775807 0
dummy 0 0 9223372036854775807 9223372036854775807 0
dummy 0 0 9223372036854775807 9223372036854775807 0
numiptent 66 66 100 105 0
|
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 2
model name : Quad-Core AMD Opteron(tm) Processor 2354
stepping : 3
cpu MHz : 1100.000
cache size : 512 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs npt lbrv svm_lock
bogomips : 4420.01
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate
|
|
Source code
|
1
2
3
4
5
6
7
8
9
10
|
$ ./speedtest_cli.py
Retrieving speedtest.net configuration...
Retrieving speedtest.net server list...
Testing from 1&1 Internet AG (213.165.xxx.xxx)...
Selecting best server based on latency...
Hosted by Vodafone DE (Frankfurt) [100.73 km]: 10.354 ms
Testing download speed........................................
Download: 86.01 Mbits/s
Testing upload speed..................................................
Upload: 80.66 Mbits/s
|