go!go!go!
全部博文(188)
发布时间:2023-03-21 20:41:37
1.给对应的node 进程发送信号SIGUSR1kill -SIGUSR1 71942.连接进入该node进程node inspect -p 71943.执行pasue指令,可以看到对应的执行文件及行号4.输入bt,可以看到看到堆栈......【阅读全文】
发布时间:2023-03-02 16:02:13
以下是官方回答:The data model in etcd keeps an exact history of the keyspace. Without periodically compacting this history (e.g., by setting --auto-compaction.可以确认下使用空间ETCDCTL_API=3 etcdctl --write-out=table endpoint status解决办法:1. 手动清理历史.........【阅读全文】
发布时间:2023-03-01 14:24:10
ffmpeg -i rtmp://127.0.0.1/main/stream1 -c copy rtmp://127.0.0.1/distribute/stream1ffmpeg -i rtmp://127.0.0.1/backup/stream1 -c copy rtmp://127.0.0.1/distribute/stream1这里唯一的问题是,在切换后我得到了非单调的DTS错误,因此在从分发流到我的输出时,我不得不添加一些标志。命令为:我注意到.........【阅读全文】