IpfsStatsCommand class

Constructors

IpfsStatsCommand()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bitswap({bool? verbose, bool? human}) Future<Map<String, dynamic>>
Show some diagnostic information on the bitswap agent. /api/v0/stats/bitswap
bw({String? peerId, String? proto, bool? poll, String? interval}) Future<Map<String, dynamic>>
Print IPFS bandwidth information. /api/v0/stats/bw
dht({List<String>? tables}) Future<Map<String, dynamic>>
Returns statistics about the node's DHT(s). /api/v0/stats/dht
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provide() Future<Map<String, dynamic>>
Returns statistics about the node's (re)provider system. /api/v0/stats/provide
repo({bool? sizeOnly, bool? human}) Future<Map<String, dynamic>>
Get stats for the currently used repo. /api/v0/stats/repo
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited