替代 tail -f | grep 服务器日志
目前,我正在进行curl调用,检查响应,有时会执行“ssh HOSTNAME”tail -f LOGFILE”| grep PATTERN。是否有一个工具可以简化/概括这个发出某些请求的过程,同时检查某些模式的响应和服务器日志?(哦,获得响应时间等统计数据会更好)
Currently, I'm making curl calls, check the response and some times do a "ssh HOSTNAME "tail -f LOGFILE" | grep PATTERN. Is there a tool out there that streamline/generalize this process of making some request, checking both the response and server logs for certain patterns? (Oh, and getting statistics like response time would be plus)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只回答了你问题的一部分。要从 cURL 中获得良好的统计数据,请尝试如下操作:
I've only got an answer to part of your question. To get good stats out of cURL, try something like this: