module Netstat

Defined in:

tasks/utils/netstat.cr

Class Method Summary

Class Method Detail

def self.parse(output) : Array(NamedTuple(proto: String, recv: String, send: String, local_address: String, foreign_address: String, state: String)) #

[View source]
def self.parse_line(no_header_output) #

[View source]
def self.remove_header(output) #

[View source]