gui no give me vm netout total flow.You can see network traffic on the GUI in the Summary page of each VM (individual) and on the Summary page of each node (combined for all VMs and host). Does that answer your question?
have wish use api get vm all netout flow?You can see network traffic on the GUI in the Summary page of each VM (individual) and on the Summary page of each node (combined for all VMs and host). Does that answer your question?
pvesh get /nodes/mila/rrddata --timeframe hour
.gui just showNetwork traffic stats are recorded by rrdcached, you can retrieve them via the API under '/nodes/mila/rrddata', e.g.pvesh get /nodes/mila/rrddata --timeframe hour
.
If the GUI doesn't display any data, there might be something wrong with your RRD configuration?
forexample. we have a Management promox vm panel, so we wish limit every vm every month bandwith .Network traffic stats are recorded by rrdcached, you can retrieve them via the API under '/nodes/mila/rrddata', e.g.pvesh get /nodes/mila/rrddata --timeframe hour
.
If the GUI doesn't display any data, there might be something wrong with your RRD configuration?
happy, tks so if we want Statistics VM 113 netout traffic. how to write? please give me guide. tksYes, you can use the API as I described.
pvesh get /nodes/yournodename/qemu/XXX/rrddata --timeframe hour --output-format json | jq '.[] | {netin,netout,time}'
We use essential cookies to make this site work, and optional cookies to enhance your experience.