创建与 Rails 请求分析器一起使用的脚本的最佳方法是什么?
Rails scirpt script/performance/request
需要会话脚本,生成此会话脚本的最佳方法是什么?
The rails scirpt script/performance/request
require a session script, what is the best way to generate this session script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将此代码添加到您的application.rb文件中
然后您可以在浏览器中访问多个页面,并且会话脚本将被写入您的应用程序根目录下的request_log.txt文件中
Add this code to your application.rb file
Then you can visit several pages in your browser, and the session script will be written into the request_log.txt file in your applications root directory