New Hosting

Woot! I has new hosting!

Finally, the DNS updated at my ISP. I has a shiny new 512MB VPS slice from eNotch Networks.

Some pretty stats for your enjoyment (feel free to compare these to my previous host which I talked about)

$ wget cachefly.cachefly.net/100mb.test
--2010-05-29 21:01:54--http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 205.234.175.175
Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.test'
100%[======================================>] 104,857,600 11.0M/s in 10s
2010-05-29 21:02:04 (9.75 MB/s) – `100mb.test' saved [104857600/104857600]

Nice and shiny 100MB link there

$ free -m
total       used       free     shared    buffers     cached
Mem:           512        151        360          0          0         0

Lots of memory! It can still be optimised because Apache is a pain in the rear, I’m thinking of using nginx to cut down that memory even more (of course, this is an OpenVZ container not a Xen so more memory use is to be expected)

$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 33
model name      : Dual Core AMD Opteron(tm) Processor 280
stepping        : 2
cpu MHz         : 2412.414
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
apicid          : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
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 lm 3dnowext 3dnow pni lahf_lm cmp_legacy
bogomips        : 4422.02
TLB size        : 1024 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp

A bit of an older CPU but hey, I’m not complaining! At least this host works!

Things to do:

  • Install nginx to server static files and proxy to Apache for dynamic files
  • Get SVN working
  • Django and python!
  • Possibly more WordPress to a Python based blog/CMS cause WordPress uses lots of memory
  • Any other suggestions?

I’m going to be testing the link speeds to Australia when I SSH out of my school proxy and past the DET firewall in uTorrent 🙂 yay!

Leave a Reply

Your email address will not be published. Required fields are marked *