Project

General

Profile

« Previous | Next » 

Revision 07474a92

Added by Max Matveev over 14 years ago

  • ID 07474a92384372a5a9507201b108163af2100ad0

Extract information about network links on Solaris

Use kstat to peek under the aggregated links on Solaris: netmib which
provides information about metrics in the network.interface hierarchy
only deals with top level IP interfaces, if multiple physical interfaces
are aggregated into a single LACP interface netmib does not show any
details about physical interfaces.

kstat's link module provides information about each individual interface
as well as aggregated interface thus allowing one to get an idea
about utilisation of each individual interface.

  • added
  • modified
  • copied
  • renamed
  • deleted