You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.
Verify the functionality of galaxia networking metrics mainly
container_network_receive_packets_total
container_network_transmit_packets_total
Step1:
Launch a Container.
Step2:
Create a dashboard via Galaxia and attach network monitoring metrics associated with above container.
Step3:
Login to Container and initiate a ping to external IP( ping -c command where we can mention how many packets(ICMP Echo Requests) we need to transmit out so that we can evaluate the dashboard metrics against the data/no.of packets(both RX(Echo Replies) and TX(Echo Requests))
Step4:
Verify that statistics graph/dashboard is reflecting TX and RX metrics.
The text was updated successfully, but these errors were encountered:
Verify the functionality of galaxia networking metrics mainly
container_network_receive_packets_total
container_network_transmit_packets_total
Step1:
Launch a Container.
Step2:
Create a dashboard via Galaxia and attach network monitoring metrics associated with above container.
Step3:
Login to Container and initiate a ping to external IP( ping -c command where we can mention how many packets(ICMP Echo Requests) we need to transmit out so that we can evaluate the dashboard metrics against the data/no.of packets(both RX(Echo Replies) and TX(Echo Requests))
Step4:
Verify that statistics graph/dashboard is reflecting TX and RX metrics.
The text was updated successfully, but these errors were encountered: