I want to monitor what requests some command line tool is making. App itself doesn't show this information only final result. Is there any option to watch the urls to which this application sends request?
Asked
Active
Viewed 313 times
1
-
Do you mean "monitor network or internet traffic?" – Redbob Aug 18 '17 at 12:05
-
@Redbob I mean internet traffic. Application requests some data from internet resources. And I want to know which resources it uses. – vrom911 Aug 18 '17 at 12:13
-
Probably a duplicated issue. See this: https://askubuntu.com/questions/532424/how-to-monitor-bandwidth-usage – Redbob Aug 18 '17 at 12:18
-
Look into Wireshark. – fkraiem Aug 18 '17 at 12:22