How Many HTTP Requests can a $6 VPS Handle?

  Рет қаралды 26,827

CoderOne

CoderOne

Күн бұрын

Пікірлер: 109
@Mr.BinarySniper
@Mr.BinarySniper 2 ай бұрын
Honestly, I am also running a server + frontend + DB (mongodb ) on same server 2Core 4gb ram. 80gb storage. which is 7 per month. my app never crossed 80% of my CPU usage. from then I am recommending to use VPS server which doesn't give you crazy email of 100k bill.
@marctre9004
@marctre9004 2 ай бұрын
Which service are u using please???
@ridabrahim7604
@ridabrahim7604 Ай бұрын
number of requests you was able to handle ? which service you're using ?
@muhammadtouhid998
@muhammadtouhid998 Ай бұрын
Aws will cost 40 I guess for same config
@wanarchives
@wanarchives Ай бұрын
the bandwith is too small
@Dipj01
@Dipj01 Ай бұрын
What's your provider? Digital ocean?
@wlan2
@wlan2 2 ай бұрын
No offence but your test doesn't have any relevance, you only loaded the home page. Does it even fetch data form a DB or it only shows static data? And I don't think the guy with a single VPS is good example either. Does it have the DB and backend on the same VPS? Is his setup fault tolerant, redundant? How does he monitor the server? Does he manage the logs?
@oussaber
@oussaber 2 ай бұрын
Yeah, I agree with you on the homepage test not being relevant, but does redundancy and logs really matter? As long as you have happy clients and a good product it doesn't matter.
@qhkmdev
@qhkmdev 2 ай бұрын
@@oussaber if you have SLA uptime requirement of like 99% or something you'll probably need it, and logs gonna matter when the time comes (security issue etc)
@gildas_dev
@gildas_dev 2 ай бұрын
To add some Db using vercel will be x2 slower I guess
@helloworld7796
@helloworld7796 Ай бұрын
I agree with the most you say. But the guy with the single VPS is actually pretty good. He does host everything on a single VPS, true it's not the best practice but it works. People generally think that you need ton of power, with clusters and everything, but you don't. The only downside is the DB and storage on the same server, other than that it's pretty fine. Also most of the VPS providers offer you some kind of monitor, so it's fine. And you should check him out. If he manage to run all those services with ton of traffic, most of us should be fine with smaller services
@perli216
@perli216 Ай бұрын
​@@qhkmdevIf you have those requirements you're not gonna use a $6 VPS
@mattd5419
@mattd5419 2 ай бұрын
OVH has a cheaper and also more powerful VPS available. Crazy no-one ever talk about OVH.
@daliovic24
@daliovic24 2 ай бұрын
Their customer support is as bad as it can get. Their dashboard isn't that user friendly and it's not a great experience overall
@mattd5419
@mattd5419 2 ай бұрын
@@daliovic24 I never got any issues with customer support, and you don't really need to use the dashboard when using a VPS anyway
@humblepeanut
@humblepeanut 2 ай бұрын
@@daliovic24 True, their dashboard suck, confusing and really slow
@AkshayParkad
@AkshayParkad 2 ай бұрын
it takes 2 minutes to load their website, but i've never faced issues with the VPS
@viruxer
@viruxer 2 ай бұрын
Their UI/UX is just horrible.
@hayder775
@hayder775 Ай бұрын
Does your request will do some processing in the backend? Cuz the benchmark it's depend on what kind of process is doing.
@krispibiskit
@krispibiskit Ай бұрын
Awesome video. Thanks a lot to share your experience and knowledge.
@xMinasi
@xMinasi Ай бұрын
I wonder, how can you actually stress test real app on prod without being considered as dos attacker and getting blocked by server company?
@oSpam
@oSpam Ай бұрын
With AWS you can, just contact them first, they have a dedicated load testing contact. You can get your IPs whitelisted. They just need to know how many requests and how long for :)
@semsomify
@semsomify 2 ай бұрын
Thanks a lot man! Great video. I've always wondered that but never had a chance to make this test. I really look forward to more complex examples (such as ones with databases, etc.)
@gamingwolf3385
@gamingwolf3385 2 ай бұрын
I am the first comment too in last video , what a record , so interesting , can you do another video with 20$ vps ? I am interesting in this price no more 😂 And can you explain how to start getting more valuable jobs ? Thank you my freind
@CoderOne
@CoderOne 2 ай бұрын
@@gamingwolf3385 thanks!! I loved the experiment, So I think I’ll explore doing of these self hosting and VPS videos
@nahuelfernandez2352
@nahuelfernandez2352 2 ай бұрын
It would be awesome to see more videos exploring different tiers of vps
@zakimimit
@zakimimit Ай бұрын
Thank you Islem for your video. Can you do a benchmark video on Render, Railway, Digitalocean and Hostinger so we know which is the better choice, especially when using Docker ? (I am using Django with celery + React ,any advice + which one is better for my situation) My best regards
@RyleeFerguson-vx7ti
@RyleeFerguson-vx7ti 2 ай бұрын
1 million and 29
@rtorcato
@rtorcato 8 күн бұрын
Vercel must have some server that sits in between the requests for analytics, ddos protection etc. So not really a fair test.
@EdwinMartin
@EdwinMartin 2 ай бұрын
I’m very curious whether the response time will become (much) lower with 2GB or 4 GB
@LoneRanger.801
@LoneRanger.801 2 ай бұрын
What about the DB? Any suggestions?
@craeckor2643
@craeckor2643 28 күн бұрын
Why are these VPSs so much expensive. For 6 Dollars i get like 4 VCPUs, 8 GB of RAM and 256GB SSD storage.
@logicweaver7152
@logicweaver7152 25 күн бұрын
What provider are you using?
@craeckor2643
@craeckor2643 7 күн бұрын
Netcup
@vorlabongsithilath3358
@vorlabongsithilath3358 Ай бұрын
Could i ask if 6$/m enough to run nextjs app and mysql database or not?
@aaronpage8878
@aaronpage8878 Ай бұрын
Yes but depends on the amount of traffic it will receive
@vorlabongsithilath3358
@vorlabongsithilath3358 Ай бұрын
@@aaronpage8878 Thanks
@rjtdas
@rjtdas 2 ай бұрын
Great overview, but I found it a bit basic. Could you create a video on building a scalable video transcoder using FFmpeg? It would be great to see best practices for handling high loads, ensuring efficiency, and managing concurrent processing. Thanks!
@ChrissyCode
@ChrissyCode Ай бұрын
German hosts, with KVM you can get with 5€ like 2 cores 8gb ram lol
@hmariam9235
@hmariam9235 Ай бұрын
Just checked it. Am i wrong or the bandwidth is really unlimited?
@LikeFunnyMovies
@LikeFunnyMovies Ай бұрын
Which Provider?
@habibosaye
@habibosaye Ай бұрын
@@hmariam9235where exactly?
@jan.tichavsky
@jan.tichavsky 24 күн бұрын
​@@LikeFunnyMovies Netcup for example
@VincentFulco
@VincentFulco 2 ай бұрын
I don't believe levels can run all those businesses on the hardware claimed. mad props to him but the business risk to one or all of his sites, if something gets f-ed up are way too great. It sounds like ancient dev lore at this point.
@qhkmdev
@qhkmdev 2 ай бұрын
he's not running something critical like peopel would get killed if the server is down, so probably it's legit
@webdancer
@webdancer Ай бұрын
Surely he'll backup his stuff, so no real danger.
@oSpam
@oSpam Ай бұрын
@@qhkmdevand the people that have data/paid plans on his stuff? Just “ok” to not serve them anymore.
@henrygreaves4962
@henrygreaves4962 Ай бұрын
My understanding is a lot of the heavy lifting (i.e his AI projects) is done through other services and he uses their apis.
@noriller
@noriller 2 ай бұрын
maybe you would need to "warm up" the vercel instance first, because by then the test could already be over or giving that huge delay. also noticed that the vercel one seems to have taken less time... as if it's accepting more, but then some bottleneck makes all slow down there are other tools that give more insights, like gatling, there you can start "slow", then "ramp up" and it shows better graphs of when it starts to break down, then if you add some observability tool...
@Cygx
@Cygx Ай бұрын
I think digital ocean uses aws in the backend
@jitxhere
@jitxhere Ай бұрын
They manage their own infra
@Cygx
@Cygx Ай бұрын
@@jitxhere oh didn’t know that
@thebahrimedia
@thebahrimedia Ай бұрын
2:10 don't use gmail. Use a business email
@parkerrex
@parkerrex 2 ай бұрын
Should make a vid on ci pipelines using a vps!
@anishjoshi1999
@anishjoshi1999 Ай бұрын
Love from nepal
@A-Jaradat-Z
@A-Jaradat-Z 2 ай бұрын
6$ can offer you a 4-6 cores 12gb ram
@marctre9004
@marctre9004 2 ай бұрын
Where
@pt_trainer9244
@pt_trainer9244 Ай бұрын
​Contabo , I rent a vps for about $5, it's 6gb of ram though​@@marctre9004. Id like to know where I can get double the ram for just a bit more
@t.crow9531
@t.crow9531 Ай бұрын
Where did you get it?
@jitxhere
@jitxhere Ай бұрын
Most probably a scam. Don't fall for it.
@bobderbraumeister6919
@bobderbraumeister6919 Ай бұрын
Hetzner, Strato (strato UI sucks)
@agentbayabas
@agentbayabas Ай бұрын
Please make another video with database having backend to test it out
@MrAlao675
@MrAlao675 2 ай бұрын
Contabo has the cheapest VPS I have ever seen.
@medemirbouhamar3001
@medemirbouhamar3001 2 ай бұрын
the pricings are just wow (they look fake 😆), have you tried running something on it ?
@devfren
@devfren 2 ай бұрын
@@medemirbouhamar3001it works great for me
@MrWeb4live
@MrWeb4live 2 ай бұрын
Contabo have a very bad and irritating support ever, use them at your peril
@MrAlao675
@MrAlao675 2 ай бұрын
@@medemirbouhamar3001 lol, they absolutely look fake, but I know someone that has been using them for years, and I have a vps with them too.
@MrAlao675
@MrAlao675 2 ай бұрын
@@MrWeb4live you are very right, but I'm using them anyway.
@JokeryEU
@JokeryEU Ай бұрын
i host my own server at home, and its faster and has as many cores i want
@JoseGonzalez-i2n
@JoseGonzalez-i2n 2 ай бұрын
Davis Joseph Allen John Moore Daniel
@gamingwolf3385
@gamingwolf3385 2 ай бұрын
Hello , i think first comment
@CoderOne
@CoderOne 2 ай бұрын
Definitely!!
@gamingwolf3385
@gamingwolf3385 2 ай бұрын
I wrote another comment 😅 in this video ​@@CoderOne
Setting up a production ready VPS is a lot easier than I thought.
29:50
I'm now VPS red pilled (and protecting with CloudFlare)
8:12
Web Dev Cody
Рет қаралды 43 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 16 МЛН
UFC 308 : Уиттакер VS Чимаев
01:54
Setanta Sports UFC
Рет қаралды 794 М.
My browser got hacked and it cost me $2,000
21:40
Theo - t3․gg
Рет қаралды 125 М.
Everything You Need to Know About React 19
21:42
CoderOne
Рет қаралды 18 М.
Why More People Dont Use Linux
18:51
ThePrimeTime
Рет қаралды 290 М.
Why did OpenAI move from Next.js to Remix?
10:41
Wes Bos
Рет қаралды 178 М.
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 138 М.
Why I'd never host my apps on a VPS
13:43
Web Dev Cody
Рет қаралды 62 М.
Why Rust is NOT a Passing Fad...
8:54
Travis Media
Рет қаралды 41 М.
How to Roll Your Own Auth
13:05
Ben Awad
Рет қаралды 117 М.
Why I don't change SSH from port 22
13:31
Dreams of Code
Рет қаралды 55 М.
Why is Everyone Lying About The Best VPS? Full Analysis
12:17
Emit.Reviews
Рет қаралды 21 М.
Когда отец одевает ребёнка @JaySharon
00:16
История одного вокалиста
Рет қаралды 16 МЛН