http://www.webhostingtalk.com/showthread.php?t=940167
-
True RAM of VPS webmin - Virtualmin webmin
I am newb so please tell me about RAM of VPS
See 2 pic about controlpanel.
http://img121.imageshack.us/img121/8291/vps2b.jpg
http://img401.imageshack.us/img401/5240/vps1.jpg
total used free shared buffers cached
Mem: 768
688 79 0 68 353
-/+ buffers/cache: used 266 ------- free 501
Swap: 1023 0 1023
Q1 :Who can tell me, how many RAM, used ?! -true
Controlpanel: 285 MB or Shell: 688 MB ?
Q2: Free RAM in shell 79MB goes to zero, VPS down ?!
tell me more "buffers/cach" ?!
Q3: This VPS can use for about 15K visit/ days ?
Thank to much !
P/s : how to post image ?!
-
The "free -m" command will show you memory usage.
---=== RoseHosting.com Admin ===---
Linux Cloud Hosting - linuxcloudvps.com
Linux VPS Hosting - rosehosting.com
High Quality Linux virtual servers with lots of Guaranteed RAM and HDD space, Impeccable Service.
-
www.linuxatemyram.com
^ explains it all
free -m and your webmin output are correct and accurate.
〓〓 QuadraNet ├ CLOUD ├ DEDICATED ├ COLOCATION〓〓 Locations: Los Angeles, Dallas, Miami and Atlanta!! 〓〓 andrew.moore[at]quadranet.com〓〓 http://www.QuadraNet.com
-
You could also use
# cat /proc/meminfo | grep Committed
or
# cat /proc/meminfo
Q1/Q2 is answered by LinuxFugleman's post
Q3 depends entirely on the design of the website, if it is very basic/static content etc and minimal database (optimized db as well) then likely yes.
I am just trying to get you thinking a bit...
15,000 requests per 24 hours -> 86,400 seconds in 24 hours
This seems more than adequate if a server is tuned correctly and the webpage isn't designed with horrible code.
-
thank so much !
I 'll optimized my db (180 MB)and 40,000 requests per 24 hours .