top
not only shows 'firefox' but also its individual tabs, each identified as 'Isolated Web Co'.
So it is possible to find which tab is hogging the processor and kill it with kill <PID>
.
Is there a network monitoring tool that gives the equivalent information?
nethogs
only shows 'firefox', but doesn't break it down by tab.
Edit:
Even if Firefox added this info to about:networking
, killing a tab can be more useful than closing: a closed tab is 'gone' (except 'Reopen Closed Tab', or via history), but a killed tab remains in place and can be recovered with F5
or <ctrl>r
.