What are the security implications?
Using htop to generate a live website background
51–60 of 63 posts
Re: Using htop to generate a live website background
#52Well that was kind of fun. Ran apache bench on it just to see the two cores go to 100% :)
Re: Using htop to generate a live website background
#53Re: Using htop to generate a live website background
#54Earlier quoted context omitted.
Thanks! Every now and then I want to see individual CPU usage (usually when I want to check if a program is multithreaded) and I Google to find a way to do it. I always end up doing `sudo apt-get install htop`.
If htop is unavailable, then you can hit the number 1 key in regular top on Linux to see individual CPU utilization.
Re: Using htop to generate a live website background
#55Hi, htop author here: this brought a smile to my face! Wondering if I should do the same in htop's own website. Would be fun to follow the activity spike when the new major release comes later this year! Major kudos to the author for the idea!
Check out htop running my laptop while I had an "ssh-multi" tmux session opened up on an Apache Spark cluster, doing computation 32 cores x 25 nodes = 800 cluster cores! It's so fun to watch all of those cores light up green while doing a big batch job.
https://www.flickr.com/photos/amontalenti/21512617686/in/dat...
We are big fans of htop at Parse.ly. We install it on every one of our nodes.
Re: Using htop to generate a live website background
#56Direct link to the generated background image: http://104.233.86.94/background/background.png
Re: Using htop to generate a live website background
#57Hi, htop author here: this brought a smile to my face! Wondering if I should do the same in htop's own website. Would be fun to follow the activity spike when the new major release comes later this year! Major kudos to the author for the idea!
Re: Using htop to generate a live website background
#58Re: Using htop to generate a live website background
#59Hi, htop author here: this brought a smile to my face! Wondering if I should do the same in htop's own website. Would be fun to follow the activity spike when the new major release comes later this year! Major kudos to the author for the idea!
htop is one of my favorite UNIX tools in existence! Check out htop running my laptop while I had an "ssh-multi" tmux session opened up on an Apache Spark cluster, doing computation 32 cores x 25 nodes = 800 cluster cores! It's so fun to watch all of those cores light up green while doing a big batch job. https://www.flickr.com/photos/amontalenti/21512617686/in/dat... We are big fans of htop at Parse.ly. We install it…
Re: Using htop to generate a live website background
#60Earlier quoted context omitted.
thank you :)
Is there any good reason not to use an ordinary pipe there? In zsh, strace blah |& read sid
For more information on the subject: http://stackoverflow.com/questions/13763942/bash-why-piping-...