Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all articles
Browse latest Browse all 175326

net.throughput.usage.average

$
0
0

Get-VM *db* |

Select Name, @{N="Avg Network Throughput MBPs";E={

    [math]::Round((Get-Stat -Entity $_ -Start (Get-Date).AddDays(-1) -Stat "net.throughput.usage.average" |

    where {$_.Instance -eq ""} |

    Measure-Object -Property Value -Average | Select -ExpandProperty Average)/1KB,2)

}}

 

I got the output as below

 

 

  

NameAvg Network Throughput MBPs
x0
y2.16
z0.11

 

 

 

now Questions Or Clarifications that are needed  :-

 

 

1.

net.throughput.usage.averageNet Throughput UsageKBps

The current network bandwidth usage for the host

 

 

 

 

Why then the o/p shows MBPs & not KBPs

 

 

2. So per second in last 1 day the vm did network traffic worth say 2.16 for vm y ?  Does this include inbound & outbound both ?

 

Thanks


Viewing all articles
Browse latest Browse all 175326

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>