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.