Reputation: 431
I am using Google Cloud, I need to know what is max MB of Network bytes for incoming Bytes/sec?
Upvotes: 1
Views: 784
Reputation: 234
The maximum network throughput for a Google Compute service is 2 Gbit per CPU core to a theoretical maximum of 16 Gbit for each virtual machine.
A VM did indeed have a 2 Gbit/s times the number of vCPUs egress limit, up to a maximum of 16 Gbit/s.
However that has changed. For VMs with at least 2 vCPUs, there is now a 10 Gbit/s minimum limit. And if the VM is defined as Skylake or better, the upper limit is 32 Gbit/s rather than 16. As always, these limits are "guaranteed not to exceed" rather than "guaranteed to achieve."
Upvotes: 0
Reputation: 75810
If your concern is about inbound traffic, you have details here
The next chapter is about the outbound traffic.
I think that you will find all your answer in them!
Upvotes: 2
Reputation: 81386
The maximum network throughput for a Google Compute service is 2 Gbit per CPU core to a theoretical maximum of 16 Gbit for each virtual machine.
5 steps to better GCP network performance
It is rare to achieve these numbers with real-world applications. You can achieve this will some network speed tests.
Calculating network throughput
Upvotes: 1