Timeline for How can I determine which browser tab is the most network intensive?
Current License: CC BY-SA 4.0
16 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 13, 2022 at 13:26 | history | undeleted | CommunityBot | ||
| Mar 10, 2022 at 15:25 | history | deleted | CommunityBot | via Vote | |
| Mar 10, 2022 at 7:21 | comment | added | Vilinkameni | It's a hack, I admit I didn't know about it. Instead, I know about the idiomatic | grep -v grep. When I think about it, how it works is that the command grep [f]irefox won't get matched because of the characters [ and ] in the second argument, and the pattern happens to match firefox, without the []. | |
| Mar 10, 2022 at 7:08 | comment | added | ReflectYourCharacter | With [f] i don't get the last line with the grep command it self in the output right? @Vilinkameni diff: beetwen "ps aux | grep firefox" and "ps aux | grep [f]irefox" is the last output line. | |
| Mar 9, 2022 at 20:16 | comment | added | Vilinkameni | [] around the "f" in [f]irefox is unnecessary. You probably meant [Ff]irefox. You can also use grep -i firefox to account for all case variants. | |
| Mar 9, 2022 at 11:48 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 67 characters in body |
| Mar 9, 2022 at 8:46 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 12 characters in body |
| Mar 8, 2022 at 19:34 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | deleted 2 characters in body |
| Mar 8, 2022 at 19:18 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 60 characters in body |
| Mar 8, 2022 at 19:11 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 133 characters in body |
| Mar 8, 2022 at 19:04 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 107 characters in body |
| Mar 8, 2022 at 18:54 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 60 characters in body |
| Mar 8, 2022 at 18:48 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 35 characters in body |
| Mar 8, 2022 at 18:36 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 2 characters in body |
| Mar 8, 2022 at 18:29 | history | edited | ReflectYourCharacter | CC BY-SA 4.0 | added 2 characters in body |
| Mar 8, 2022 at 18:21 | history | answered | ReflectYourCharacter | CC BY-SA 4.0 |