Forum Moderators: LifeinAsia
How do I actually know I have a dedicated server? I mean the control panel WHM I have looks identical to my VPS WHM control panel.
How do I know if its now a dedicated server or its still a VPS server.
Cheers
mrix
With a VPS you get root access, so that won't tell you anything. Rebooting won't tell you much either, you can reboot a VPS.
If you don't trust your host, maybe you should find a new one. :)
1) Try to install VPS software... I understand many of those don't install on a VPS environment.
2) Write something to use ALL the memory. See if it can allocate the total amount listed.
3) Really overload the processor. Put things into very intensive loops. Tie up as much memory and disk read time as possible at the same time. See if your ISP decides to boot you for disturbing other users on the dedicated server!
ls -l /proc/xen - Will show if you are on xen
grep -i user /proc/cpuinfo - Will show if you are on usermode linux
ls -l /proc/user_beancounters or /dev/vzfs will show if you are on Virtuozzo
lspci ¦ grep -i vmware - Will show if you are on VMWare
df ¦ grep vn on FreeBSD should show if you are in a jail. However things like ping won't work which is more of a give away
(replace broken pipes with proper ones)
While the server stays down, my pages are 404s, so you can imagine the effect on rankings. I have to reboot a few times a week. I hope VPSs in general are more stable.
For high traffic or mission-critical sites, I'd go with dedicated. For others, a VPS should be fine.