Is there a way to get the SCTP level statistics in Java? I am using com.sun.nio.sctp package. I didn't find information about SCTP statistics in Java. I would be interested to know similar SCTP association level statistics which can be fetched using the below SCTP_GET_ASSOC_STATS API in C.
https://access.redhat.com/solutions/113013
SCTP_GET_ASSOC_STATS Applications can retrieve current statistics about an association, including SACKs sent and received, SCTP packets sent and received. The complete list can be found in /usr/include/netinet/sctp.h in struct sctp_assoc_stats.