Synthetic Task Monitor Conf Net Icmp
data class SyntheticTaskMonitorConfNetIcmp(val interval: Int? = null, val packageNum: Int? = null, val packageSize: Int? = null, val splitPackage: Boolean? = null, val targetUrl: String, val timeout: Int? = null, val tracertEnable: Boolean? = null, val tracertNumMax: Int? = null, val tracertTimeout: Int? = null)
Properties
Link copied to clipboard
Number of ICMP(Ping) packets sent. The minimum value is 1, the maximum value is 50, and the default is 4.
Link copied to clipboard
The size of the sent ICMP(Ping) packet. The unit is byte. The ICMP(PING) packet size is limited to 32, 64, 128, 256, 512, 1024, 1080, and 1450.
Link copied to clipboard
Whether to split ICMP(Ping) packets. The default is true.
Link copied to clipboard
Whether to enable tracert. The default is true.
Link copied to clipboard
The maximum number of hops for tracert. The minimum value is 1, the maximum value is 128, and the default value is 20.
Link copied to clipboard
The time-out of tracert. The unit is milliseconds (ms), the minimum value is 1000, the maximum value is 300000, and the default value is 60000.