From owner-freebsd-questions@FreeBSD.ORG Tue May 16 11:58:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DDC816A439 for ; Tue, 16 May 2006 11:58:29 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC7B43D66 for ; Tue, 16 May 2006 11:58:21 +0000 (GMT) (envelope-from jimmiejaz@gmail.com) Received: by wx-out-0102.google.com with SMTP id t11so1013760wxc for ; Tue, 16 May 2006 04:58:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ESaIHTF+IL+jwbK6H5WtxdlwFQvY1oFtJ5r2mR9s0D3tLJIiphR6HwFQvfiILXVQnZBBDE5lOOXL/KMA8meMdrSGWSppQsE8/G5IIlsW0fx3SWiN93xIPBL6XAJNp0hq04k1/r/3FyXLfI9MCWXCMJrQkv32i5I+1KfEsmGf/dU= Received: by 10.70.44.8 with SMTP id r8mr8329863wxr; Tue, 16 May 2006 04:58:18 -0700 (PDT) Received: by 10.70.8.5 with HTTP; Tue, 16 May 2006 04:58:18 -0700 (PDT) Message-ID: <7e148fb90605160458p7a08e277r993883e3eb48ce31@mail.gmail.com> Date: Tue, 16 May 2006 07:58:18 -0400 From: "Jimmie James" To: martinko , "C.J. van Wandelen" In-Reply-To: <4469032C.50105@pobox.sk> MIME-Version: 1.0 References: <7e148fb90605141258y1a2bea95t5b408a7bd029c6fe@mail.gmail.com> <4469032C.50105@pobox.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: looking for torsmo program replacement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 11:58:29 -0000 >thanks! > >i've just installed it and it run w/o config file but since i copied the > >sample config file to ~/.conkyrc it crashes with segmentation fault. :-( > >i'll try to investigate tmrw or so what options if any makes it unhappy. > >the crash shouldn't happen, though, of course. > > m I've not had that problem, maybe something in the config (mine follows), all I've noticed is that after about a week, it's using quite a bit of memory, and the developers on irc.freenode.net #conky have said that using 'tail' is a known memory issue they're working on. Of course, if you tail your logs, you're going to need read permissions on them. Hope this helps Jimmie background yes use_xft yes xftfont Bitstream Vera Sans:size=3D10 xftalpha 0.8 mail_spool $MAIL update_interval 2.0 total_run_times 0 own_window no double_buffer yes maximum_width 1024 minimum_size 620 5 draw_shades yes draw_outline no draw_borders no stippled_borders 8 border_margin 4 border_width 1 default_color white default_shade_color black default_outline_color black alignment bottom_left gap_x 1 gap_y 1 no_buffers yes uppercase no cpu_avg_samples 8 override_utf8_locale yes use_spacer yes TEXT ${alignc -110}${color #FFaa55}${top name 1}${top cpu 1}${top mem 1} $color${font Bitstream Vera Sans:size=3D10} CPU: $cpu% ${cpubar 4,65}${font Bitstream Vera Sans Mono:size=3D10}${alignc -120}${color #FFaa55}${top name 2}${top cpu 2}${top mem 2} ${color grey} RAM:$color $mem/$memmax ${color grey} Swap:$color $swap/$swapmax${alignc -100}${color #aaFF55}${top name 3}${top cpu 3}${top mem 3} ${color red} Up: $color ${upspeedf tun0}k/s${color green} Down: $color ${downspeedf tun0}k/s${alignc -100}${color #55ffdd}${top name 4}${top cpu 4}${top mem 4} ${color green} Uptime:${color green} $uptime ${color green} - Load:${color green} $loadavg${alignc -100}${color #55ffdd}${top name 5}${top cpu 5}${top mem 5} Messages: ${color green}${execi 3 tail -n 3 /var/log/httpd-access.log} ${color red}${execi 3 tail -n 3 /var/log/messages}