Discover Packages
github.com/brimdata/brimcap
cli
analyzecli
package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Sep 3, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
EnsureWorkDirs creates temporary directories and sets them for a config if
WorkDir is not set. If a temporary directory is needed, the path for the base
directory is returned.
type MsgStatus struct {
Type string `json:"type"`
Ts nano .Ts `json:"ts"`
PcapReadSize int64 `json:"pcap_read_size"`
PcapTotalSize int64 `json:"pcap_total_size"`
RecordsWritten int64 `json:"records_written"`
Span *nano .Span `json:"span,omitempty"`
}
type MsgWarning struct {
Type string `json:"type"`
Warning string `json:"warning"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.