Search:

Type: Posts; User: proxess; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: Fetching system resources per process group through CLI

    The whole purpose of this command is to fetch the RAM usage per php-fpm profile, so we can reprimand the correct resource-hogging developers (possibly depriving them from their caffeine). We already...
  2. Re: Fetching system resources per process group through CLI

    You're right. I was convinced awk's default delimiter was tab so I didn't force a delimiter, then when it didn't work as I had intended, I got creative.

    The following works correctly - CPU:

    ps...
  3. Re: Fetching system resources per process group through CLI

    That's the most wonderful haiku I've ever come across!!
    Unfortunately my command line grew quite a bit. Fortunately, it does exactly as it's told to!

    CPU usage:

    export LC_ALL=C && ps haxo...
  4. Re: Fetching system resources per process group through CLI

    So what I currently get is:

    ~]$ ps aux | grep -v '\[' | awk 'NR != 1 {x[$11] += $4} END{ for(z in x) {print z, x[z]"%"}}' | sort -k2,2r
    /usr/sbin/glusterfs 1.3%
    clamd 0.1%
    auditd 0%
    -bash 0%...
  5. Fetching system resources per process group through CLI

    I've got a pretty nifty CLI one liner which will fetch me process names and their RAM (or CPU) and sum it all up (say for instance you have more than one php-fpm process).
    ps aux | grep -v '\[' |...
  6. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Damn, everyone's doing some nice stuff! How I miss my conky fun. :(
  7. Replies
    2
    Views
    1,093

    [all variants] Re: Sound Output Device in Input List

    I was able to fix it myself. I'll share the fix in case someone else gets the same problem.


    It seems that alsa started reading the devices in a different way.

    After listing my cards and...
  8. Replies
    2
    Views
    1,093

    [all variants] Re: Sound Output Device in Input List

    *bump*
  9. Replies
    2
    Views
    1,093

    [all variants] Sound Output Device in Input List

    I've got an M-Audio FastTrack Pro. Until yesterday it was working well. Unfortunately it suddenly stopped working, the sound settings couldn't detect it. I unplugged it and plugged it back in and it...
  10. Replies
    592
    Views
    54,768

    Re: Nifty November Screenshots

    Nice to know you're still around. :)
  11. Replies
    828
    Views
    72,220

    Re: Serendipitous September 2011 screenshots

    http://dl.dropbox.com/u/1298388/Printscreens/Screenshot%20at%202011-09-07%2023%3A17%3A41.png

    This is my desktop, running 11.10.
    It's lack an INSANE number of basic features (change font,...
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Looking gooooooood! :)
  13. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It's broken'ish. I haven't achieved the desired effect so it's not working properly. That's just a showcase. I'll give you the necessary scripts tho.

    All you need to change are the package paths...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    http://dl.dropbox.com/u/1298388/Printscreens/Screenshot-51_small.png

    main.lua

    require 'cairo'
    package.path = "/home/yuusou/.conkygui/scripts/?.lua"
    require 'text'


    function conky_pre()
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    http://dl.dropbox.com/u/1298388/Printscreens/Screenshot-48.v01.png

    Playing around with Conky.
  16. Replies
    698
    Views
    62,222

    Re: Jolly July Screenshots

    http://dl.dropbox.com/u/1298388/Printscreens/Screenshot-48.v01.png

    Playing around with Conky.
  17. Replies
    601
    Views
    58,017

    Re: June 2011 Screenshots

    Thank you very much!
  18. Replies
    601
    Views
    58,017

    Re: June 2011 Screenshots

    Pleaaaaaaaaase share those wallpapers! Specially the first one! It was sooooooo cute! ^__^
  19. Replies
    29,712
    Views
    1,262,142

    Re: Count to 200 - BEFORE MOD RESETS BACK TO ONE!

    Três.
  20. Replies
    689
    Views
    74,085

    Re: Merry May 2011 Screenshots

    http://dl.dropbox.com/u/1298388/Printscreens/Screenshot-41%20%28small%29.png
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I'm working on a new version of my CCCC Lua Library (CCCCLL), hopefully it'll be rocking your socks off.
  22. Replies
    567
    Views
    67,350

    Re: Marvelous March 2011 Screenshots

    I approve of your SomaFM Groove Salad.
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Can you make only her clothing transparent?
  24. Replies
    567
    Views
    67,350

    Re: Marvelous March 2011 Screenshots

    http://dl.dropbox.com/u/1298388/Printscreens/Screenshot-33%20%28small%29.png

    My current setup.
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I've seen that wallpaper somewhere...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4