带时间戳的 websocat 服务器

带时间戳的 websocat 服务器

我在跑步websocathttps://github.com/vi/websocat/) 在 macOS 服务器模式下用于调试目的。

我想在每条传入消息上显示时间戳。

但是:我正在努力解决参数语法:运行时如何添加覆盖参数服务器模式。

我当前的命令行看起来像这样websocat -s <myip>:<myport>,一切都按预期工作,但我无法向其中添加时间戳覆盖

知道我缺少什么吗?

答案1

试试这个命令

websocat - log:timestamp:"wss://echo.websocket.events"

输出

websocat:建议显式设置 --binary 或 --text

阅读 59“1671395858.65176 echo.websocket.events 由 Lob.com 赞助”

1671395858.65176 echo.websocket.events 由 Lob.com 赞助

结果并不完全是时间戳。时间以秒为单位(纳秒精度)(使用https://www.epochconverter.com/转换回时间戳)

你也可以尝试--时间戳单调单调性标志。

相关内容