Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1094582
  • 博文数量: 187
  • 博客积分: 1156
  • 博客等级: 少尉
  • 技术积分: 2163
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-16 15:01
个人简介

go!go!go!

文章分类

全部博文(187)

文章存档

2024年(1)

2023年(11)

2022年(13)

2021年(15)

2020年(38)

2019年(3)

2018年(6)

2016年(1)

2015年(16)

2014年(13)

2013年(24)

2012年(46)

发布时间:2023-03-21 20:41:37

1.给对应的node 进程发送信号SIGUSR1kill -SIGUSR1 71942.连接进入该node进程node inspect -p 71943.执行pasue指令,可以看到对应的执行文件及行号4.输入bt,可以看到看到堆栈......【阅读全文】

阅读(504) | 评论(0) | 转发(0)

发布时间: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. 手动清理历史.........【阅读全文】

阅读(885) | 评论(0) | 转发(0)

发布时间: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错误,因此在从分发流到我的输出时,我不得不添加一些标志。命令为:我注意到.........【阅读全文】

阅读(252) | 评论(0) | 转发(0)

发布时间:2023-02-09 17:45:53

临时解决办法:......【阅读全文】

阅读(257) | 评论(0) | 转发(0)

发布时间:2022-12-03 09:23:49

ps -eo etimes,pid,args --sort=etimes| awk 'BEGIN{now=systime()} {$1=strftime("%Y-%m-%d %H:%M:%S", now-$1); print $0}'......【阅读全文】

阅读(271) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册