Search found 1 match: conky

Searched query: conky

by HaloJones
Mon Apr 27, 2020 10:14 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

pr0ti3n wrote:
I like your execibar even better. Thanks.
I found that on a forum and just added the first grep on the slot and doubled it up.

I have very little knowledge of how conky works but it's quite easy to fiddle someone else's clever ideas to make it work how I want.
by pr0ti3n
Mon Apr 27, 2020 10:12 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

For two slots ${font Ubuntu:bold:size=10}FOLDING@HOME MONITOR ${hr 2} ${font sans-serif:normal:size=8}Slot 1 Progress: ${execi 15 cat /var/lib/fahclient/log.txt | grep -E "FS00" | tr '(' '\n' |tr ')' '\n' | grep -E "(%|percent)"|tail -n 1 | tr -d 'percent' | tr -d '%'} % ${font ...
by HaloJones
Mon Apr 27, 2020 9:34 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

For two slots ${font Ubuntu:bold:size=10}FOLDING@HOME MONITOR ${hr 2} ${font sans-serif:normal:size=8}Slot 1 Progress: ${execi 15 cat /var/lib/fahclient/log.txt | grep -E "FS00" | tr '(' '\n' |tr ')' '\n' | grep -E "(%|percent)"|tail -n 1 | tr -d 'percent' | tr -d '%'} % ${font s...
by pr0ti3n
Mon Apr 27, 2020 8:48 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

Heres my conky: https://i.imgur.com/9u4BbNx.png background yes use_xft yes xftalpha 0 xftfont Terminus:size=8 text_buffer_size 256 override_utf8_locale yes cpu_avg_samples 2 out_to_console no own_window_transparent yes xftalpha ...
by jimerickson
Sun Nov 17, 2019 11:10 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

well i am currently remotely monitoring 16 gpus with it. these are multi-slot clients. seems to work fine for me.
by bruce
Sun Nov 17, 2019 10:57 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

I didn't know that. Wouldn't it provide the necessary display for clients with multiple slots?
by jimerickson
Sun Nov 17, 2019 8:43 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

bruce,
hfm runs fine under mono on linux. running right now as a matter of fact!
by bruce
Sun Nov 17, 2019 8:05 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

Somebody can rewrite HFM.Net for Linux. It's open-source, and the script above is a good start.
by sashmxm
Sun Nov 17, 2019 2:50 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

Hi!
How to adopted this conky command for dual GPU?
by Dark_Vera
Mon Oct 28, 2019 12:57 pm
Forum: V7.5.1 Public Release Windows/Linux/MacOS X [deprecated]
Topic: Folding@Home RAM usage grows until exceeded, then PC crashes
Replies: 32
Views: 5404

Re: Folding@Home RAM usage grows until exceeded, then PC cra

... quick reply. All 8 of my GPUs are working on FahCore_21 / 0x21. Also I'm attaching a screenshot of my desktop which shows memory and GPU usage via Conky, as well as attaching my FAH logfile. Let me know if you see anything out of the ordinary. https://imgur.com/a/4ouDdno *********************** ...
by JLloyd13
Fri Jul 06, 2012 2:23 am
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

fixed it!!!! finial readout: ${font sans-serif:bold:size=8}${color FF9900}FOLDING AT HOME ${hr 2}${font sans-serif:normal:size=8} ${color yellow}Work Unit: ${execi 15 cat /var/lib/fahclient/log.txt | tr '(' '\n' |tr ')' '\n' | grep -E "(%|percent)"|tail -n 1 | tr -d 'percent' | tr -d '%'} ...
by JLloyd13
Thu Jul 05, 2012 2:49 pm
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

I have something that sort of works: ${font sans-serif:bold:size=8}${color FF9900}FOLDING AT HOME ${hr 2}${font sans-serif:normal:size=8} ${color yellow}${execi 15 cat /var/lib/fahclient/log.txt | tr '(' '\n' |tr ')' '\n' | grep -E "(%|percent)"|tail -n 1 | tr -d 'percent' | tr -d '%'} % $...
by Jesse_V
Thu Jul 05, 2012 6:21 am
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

Conky is not mentioned a lot on this forum. search.php?keywords=conky but there may be some useful info on some of the older threads, idk.
by calxalot
Thu Jul 05, 2012 5:52 am
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

I think V7 on linux uses
/var/lib/fahclient/log.txt
The log will look different than the fah6 FAHlog.txt.

You might want to check out net-fahclient as a command line monitoring tool to call from conky. Announcement thread is here.
by JLloyd13
Thu Jul 05, 2012 4:21 am
Forum: 3rd party contributed software
Topic: conky read out?
Replies: 19
Views: 40748

Re: conky read out?

Anyone?