0

Could you please help in getting , how to get uptime or creation time for a network interface on linux?

Thanks S Sarath

sarath azad
  • 31
  • 2
  • 7

1 Answers1

3

AFAIK there is no standard uptime tracking for network interfaces in Linux. Most linux distributions allow hooks for networking interface events, you can use these for setting your own tracking (these are distro-specific).

See this answer: Get notified about network interface change on Linux

Community
  • 1
  • 1
Paulo Scardine
  • 73,447
  • 11
  • 124
  • 153