获取从您的 IP 地址发出的所有 url 调用的列表
我使用 fedora 操作系统,并且正在运行一个递归函数,该函数调用rest api。它进行了大约 5000 次调用,并且执行整个脚本确实需要一段时间。因此,作为双重检查,我想看看我是否真的可以获得我的计算机正在访问的所有网址的列表。
类似于 top 或 ps aux 命令,列出了当前正在访问的所有 url 以及它们使用了多少内存等的任何信息。
我是一个 Linux 新手,所以我试图绕过命令行来学习更多的。
I use a fedora operating system and I am running a recursive function which makes a call to a rest api. It makes around 5000 calls, and it does take a while to execute the whole script. So just as a double check I wanted to see if I really can get a list of all the urls that my computer is hitting.
Something similar to top or ps aux command that lists all the urls that are being currently hit and any information of how much memory are they using etc.
I am kind of a linux novice, so I am trying to get around the command line to learn more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能的解决方案:
我认为最简单的方法是使用wireshark。
查看来自 SO 的链接
Possible solution :
I think the easiest way is using wireshark.
Check out this link from SO