1

Is it possible to grab (from a shell command line or a command line tools), the memory consumption of eachs Firefox tabs ?

Example:

$ magiccommand
tab1 14Mb
tab2 70Mb
...
Nicolargo
  • 124
  • 1
  • 1
  • 9
  • Pretty related: [How to measure actual memory usage of an application or process?](http://stackoverflow.com/q/131303/1983854). – fedorqui Apr 20 '16 at 09:55
  • @fedorqui Nope, i do not want to get Firefox global memory consumption but per tabs. A lot of plugins exists but i want to get the stats from the command line. – Nicolargo Apr 20 '16 at 10:02
  • At least in Chrome, every tab has a different process (`ps -ef | grep [c]hrome | wc -l` returns the number of opened tabs I have) – fedorqui Apr 20 '16 at 10:04
  • Unfortunatly not in Firefox (only one system process called firefox) – Nicolargo Apr 20 '16 at 11:51

0 Answers0