Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TBD ¶
type TBD struct {
// contains filtered or unexported fields
}
Data coming from unique connection table aggregation
func (*TBD) TBDanalysis ¶
TBDanalysis runs the TBD analysis on the dataset
type TBDInput ¶
type TBDInput struct { ID bson.ObjectId `bson:"_id,omitempty"` Ts []int64 `bson:"tss"` Src string `bson:"src"` Dst string `bson:"dst"` LocalSrc bool `bson:"local_src"` LocalDst bool `bson:"local_dst"` Dpts []int `bson:"dst_ports"` Dur []float64 `bson:"duration"` Count int `bson:"connection_count"` Bytes int64 `bson:"total_bytes"` BytesAvg float64 `bson:"avg_bytes"` Uid []string `bson:"uid"` }
Data coming from unique connection table aggregation
Click to show internal directories.
Click to hide internal directories.