logs

package
v0.0.0-...-7035aeb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2019 License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventMonitor

type EventMonitor struct {
	// contains filtered or unexported fields
}

func NewEventMonitor

func NewEventMonitor(
	o PassiveObserver,
	netmap overlay.LatencyMap,
	outFile string,
) *EventMonitor

func (*EventMonitor) GatherEvents

func (em *EventMonitor) GatherEvents()

func (*EventMonitor) Log

func (em *EventMonitor) Log(event interface{})

type JoinEntry

type JoinEntry struct {
	Time int    `json:"time"`
	Node string `json:"node"`
}

type UnderlayPacketEntry

type UnderlayPacketEntry struct {
	Time int `json:"time"`

	Src string `json:"src"`
	Dst string `json:"dst"`
	Rtr string `json:"rtr"`

	SrcUid string `json:"src_uid"`
	DstUid string `json:"dst_uid"`
	RtrUid string `json:"rtr_uid"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL