HP-UX IPQoS A.01.00 Programmer's Guide (October 2005)

Function Calls
Statistics-Related Function Calls
Appendix A48
Statistics-Related Function Calls
The following table lists the HP-UX IPQoS API function calls related to statistics. Refer to the
IpqosStats (3c) manpage for detailed information on these functions.
Table A-6 Statistics-Related Functions
Description Function
Get Statistics Counters
of policy (plus all its
filters)
uint32_t IpqosGetPolicyStats(IpqosPolicy policy)
Reset Statistics
Counters of policy
uint32_t IpqosResetPolicyStats(IpqosPolicy policy)
Get Byte Count
statistic of policy
uint32_t IpqosGetPolicyStatsByteCount(IpqosPolicy
policy, uint64_t * count)
Get Packet Count
statistic of policy
uint32_t IpqosGetPolicyStatsPacketCount(IpqosPolicy
policy, uint64_t * count)
Get Dropped Byte
Count statistic of policy
uint32_t
IpqosGetPolicyStatsDroppedByteCount(IpqosPolicy
policy, uint64_t * count)
Get Dropped Packet
Count statistic of policy
uint32_t
IpqosGetPolicyStatsDroppedPacketCount(IpqosPolicy
policy, uint64_t * count)
Get Byte Count
statistic of filter
uint32_t IpqosGetFilterStatsByteCount(IpqosFilter
filter, uint64_t * count)
Get Packet Count
statistic of filter
uint32_t IpqosGetFilterStatsPacketCount(IpqosFilter
filter, uint64_t * count)