Results 1 to 5 of 5

Thread: Wrong RAM reading from system monitor?

  1. #1
    Join Date
    May 2009
    Beans
    68
    Distro
    Ubuntu 11.04 Natty Narwhal

    Wrong RAM reading from system monitor?

    OK, straight to the point, look at the screen shot, conky shows I am using lots of RAM when System Monitor shows otherwise but
    Code:
    free -m
    gives the output
    Code:
                 total       used       free     shared    buffers     cached
    Mem:           749        626        122          0        107        239
    -/+ buffers/cache:        279        469
    Swap:          713          0        713
    This shows that the system isn't using just ~287MB RAM

    This is my .conkyrc file-

    Code:
    use_xft yes
    xftfont verdana:size=8
    alignment top_right
    xftalpha 0.8
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 10
    border_margin 4
    border_width 1
    default_shade_color grey
    default_outline_color black
    default_color BADCDD
    use_spacer none
    no_buffers yes${color ffffff}${font StyleBats:size=16}P${font}
    uppercase no
    color1 F8DF58
    update_interval 1.0
    
    
    
    TEXT
       ${font PizzaDude Bullets:size=16}v${font}   Up: ${upspeed eth0}
       ${font PizzaDude Bullets:size=16}r${font}   Down: ${downspeed eth0} 
    
       ${font PizzaDude Bullets:size=16}M${font}   Upload: ${totalup eth0}
       ${font PizzaDude Bullets:size=16}S${font}   Download: ${totaldown eth0}
    
       ${color ffffff}${font StyleBats:size=16}A${font}  CPU: ${cpu cpu0}% ${cpubar cpu0}
    
       ${color ffffff}${font StyleBats:size=16}I${font}  RAM: ${memperc}% ${membar}
      
       ${color ffffff}${font StyleBats:size=16}J${font} Disk: ${fs_used_perc}% ${fs_bar}
       
       ${color ffffff}${font StyleBats:size=16}J${font} Swap: ${swapperc}% ${swapbar} 
       
       ${color ffffff}${font StyleBats:size=18}P${font}  CPU Temp: ${execi 3 sensors | grep "temp2:" | cut --characters 15-16} °C
    
       ${font StyleBats:size=18}P${font}  Uptime:  ${uptime}
    
    
     ${font Radio Space:size=14}${time %A %d %Y}
          ${font Radio Space:size=55}${time %H:%M}
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Wrong RAM reading from system monitor?

    Quote Originally Posted by josepaul View Post
    OK, straight to the point, look at the screen shot, conky shows I am using lots of RAM when System Monitor shows otherwise but
    Code:
    free -m
    gives the output
    Code:
                 total       used       free     shared    buffers     cached
    Mem:           749        626        122          0        107        239
    -/+ buffers/cache:        279        469
    Swap:          713          0        713
    This shows that the system isn't using just ~287MB RAM
    .........
    Yes it does, just as your System Monitor reports.

    And 626 used out of 749 is the 84% that Conky reports, so everything is working exactly as it should.
    Last edited by dcstar; March 14th, 2010 at 11:56 PM.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  3. #3
    Join Date
    May 2009
    Beans
    68
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wrong RAM reading from system monitor?

    Quote Originally Posted by dcstar View Post
    Yes it does, just as your System Monitor reports.

    And 626 used out of 749 is the 84% that Conky reports, so everything is working exactly as it should.
    Sorry you lost me, conky shows that I'm using 84% whilst System monitor reports that I'm using 38.3%, are these referring to 2 different values?

  4. #4
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Wrong RAM reading from system monitor?

    I believe that System Monitor doesn't show cached memory. I could be wrong.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  5. #5
    Join Date
    May 2009
    Beans
    68
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Wrong RAM reading from system monitor?

    Oh right I get it, thanks for the replies guys

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •