distssh ~master (2021-10-15T05:03:41.2224273)
Dub
Repo
Load
distssh
types
The load of a host.
@
safe
struct
Load {
import
std
.
datetime
:
Duration
;
;
double
loadAvg
;
Duration
accessTime
;
bool
unknown
;
bool
opEquals
(typeof(this) o);
int
opCmp
(typeof(this) o);
}
Members
Functions
opCmp
int
opCmp
(typeof(this) o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(typeof(this) o)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
accessTime
Duration
accessTime
;
Undocumented in source.
loadAvg
double
loadAvg
;
Undocumented in source.
unknown
bool
unknown
;
Undocumented in source.
Meta
Source
See Implementation
distssh
types
aliases
Env
Host
structs
HostLoad
Load
variables
defaultTimeout_s
distCmd
distShell
distsshEnvExport
globalEnvFileKey
globalEnvFilterKey
globalEnvHostKey
globalEnvPurge
globalEnvPurgeWhiteList
topCandidades
The load of a host.