On Fri, Sep 5, 2008 at 5:25 PM, Leo Mauler [email protected] wrote:
--- On Fri, 9/5/08, Christofer C. Bell [email protected] wrote:
Then you should feel lucky you've never worked in some of the places I've worked, where the employer felt a brief browse of the system logs once a month wasn't enough. ;-)
b.) Chrome doesn't do what's being discussed. It was mentioned as a wishlist item.
I thought the web comic explained that Chrome already had a separate process per-tab, such that one tab going down didn't take down the whole browser? Wouldn't that allow a ps to reveal all of the tabs?
What someone mentioned was a desire to see each tab's process displaying the URL as an argument so they could see which process what looking at what (and monitor the memory, CPU use, etc, of that process). What it actually does is something like this:
2467 chrome 2490 chrome 3186 chrome
Rather than this:
2467 chrome http://www.cnn.com/ 2490 chrome http://www.digg.com/ 3186 chrome http://www.goatse.cx/
The actual behavior may give away how many tabs you have open, but says nothing about what you're looking at. The second example can lead to some embarrassment.