Well, first it's hosted on VMWare, so there are sort of two questions there.
Here are the stats on the VMWare server:
root@Vetinari:~# uptime
19:03:57 up 7 days, 2:17, 1 user, load average: 0.14, 0.06, 0.02
root@Vetinari:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 3
cpu MHz : 3193.459
cache size : 2048 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
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 dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc up pni monitor ds_cpl est cid cx16 xtpr
bogomips : 6393.41
root@Vetinari:~# cat /proc/meminfo
MemTotal: 2068400 kB
MemFree: 53512 kB
Buffers: 59480 kB
Cached: 1725776 kB
SwapCached: 0 kB
Active: 1281052 kB
Inactive: 555360 kB
HighTotal: 1171136 kB
HighFree: 2668 kB
LowTotal: 897264 kB
LowFree: 50844 kB
SwapTotal: 1951856 kB
SwapFree: 1951856 kB
Dirty: 1104 kB
Writeback: 0 kB
Mapped: 587160 kB
Slab: 118760 kB
CommitLimit: 2986056 kB
Committed_AS: 343480 kB
PageTables: 1088 kB
VmallocTotal: 114680 kB
VmallocUsed: 4448 kB
VmallocChunk: 110068 kB
root@Vetinari:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 2.8G 2.3G 308M 89% /
/dev/hda2 1.9G 152M 1.6G 9% /usr/local
/dev/hda3 1.9G 259M 1.5G 15% /home
/dev/hda6 218G 151G 57G 73% /vmware
root@Vetinari:~#
And here are the stats for the virtual Web server:
ron@Weatherwax:~$ uptime
20:19:22 up 7 days, 2:12, 1 user, load average: 0.02, 0.01, 0.00
ron@Weatherwax:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 8
cpu MHz : 3193.094
cache size : 2048 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
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 dts acpi mmx fxsr sse sse2 ss constant_tsc up pni ds_cpl
bogomips : 6398.18
ron@Weatherwax:~$ cat /proc/meminfo
MemTotal: 126964 kB
MemFree: 3284 kB
Buffers: 8416 kB
Cached: 43008 kB
SwapCached: 312 kB
Active: 83488 kB
Inactive: 30324 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 126964 kB
LowFree: 3284 kB
SwapTotal: 1193464 kB
SwapFree: 1191984 kB
Dirty: 100 kB
Writeback: 0 kB
Mapped: 67068 kB
Slab: 7564 kB
CommitLimit: 1256944 kB
Committed_AS: 126780 kB
PageTables: 492 kB
VmallocTotal: 909268 kB
VmallocUsed: 2100 kB
VmallocChunk: 906852 kB
ron@Weatherwax:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 1.9G 1.1G 652M 63% /
/dev/sda1 16G 1.4G 14G 10% /web
/dev/sdb1 16G 9.4G 5.6G 63% /home
ron@Weatherwax:~$
And finally, here are the stats on the DB server (which was at one time used by multiple servers, but now is only used by the Web server so it's kinda silly keeping it separate):
root@Albert:~# uptime
20:22:48 up 7 days, 2:11, 1 user, load average: 0.00, 0.00, 0.00
root@Albert:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping : 8
cpu MHz : 3193.521
cache size : 2048 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
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 dts acpi mmx fxsr sse sse2 ss constant_tsc up pni ds_cpl
bogomips : 6398.53
root@Albert:~# cat /proc/meminfo
MemTotal: 256912 kB
MemFree: 60960 kB
Buffers: 4948 kB
Cached: 125112 kB
SwapCached: 0 kB
Active: 142276 kB
Inactive: 18312 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 256912 kB
LowFree: 60960 kB
SwapTotal: 1193464 kB
SwapFree: 1193464 kB
Dirty: 48 kB
Writeback: 0 kB
Mapped: 37524 kB
Slab: 33792 kB
CommitLimit: 1321920 kB
Committed_AS: 107544 kB
PageTables: 284 kB
VmallocTotal: 778196 kB
VmallocUsed: 1824 kB
VmallocChunk: 776048 kB
root@Albert:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 1.9G 1.3G 470M 74% /
Is that everything you wanted to know?
<edit> incidentally, it's a desktop running on my home DSL connection. Soon I'm going to bring the server to Calgary, and I'm going to look into getting a business line and a UPS, the whole deal.