4个版本 (2个重大更新)
0.3.0 | 2021年4月23日 |
---|---|
0.2.2 | 2021年3月2日 |
0.2.1 | 2021年1月26日 |
0.1.0 | 2021年1月14日 |
在#exporter中排名第42
每月下载量25次
用于libp2p-rs
495KB
9K SLoC
libp2prs-infoserver
关于指标的图形界面。
这是一个观察swarm指标的web API服务器。
用法
let keypair = Keypair::generate_ed25519_fixed();
let swarm = Swarm::new(keypair.public());
let control = swarm.control();
let monitor = InfoServer::new(control);
monitor.start("127.0.0.1:8999".to_string());
依赖项
~29–42MB
~784K SLoC