 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
I just published an ncurses based cluster CPU monitoring tool on GitHub, see:
https://github.com/koppi/ccm
Think of htop with SSH access. It helps me to monitor my POV-Ray render farm
which runs on Ubuntu 26.04 LTS.
Give it a try, it is an early release. Feedback with bug reports and patches is
welcome.
Kind regards,
koppi
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
hi,
"koppi" <jak### [at] gmail com> wrote:
> I just published an ncurses based cluster CPU monitoring tool on GitHub, see:
>
> https://github.com/koppi/ccm
>
> Think of htop with SSH access. It helps me to monitor my POV-Ray render farm
> which runs on Ubuntu 26.04 LTS.
>
> Give it a try, it is an early release. Feedback with bug reports and patches is
> welcome.
very interesting idea, "bookmarked", thank you.
regards, jr.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"jr" <cre### [at] gmail com> wrote:
> very interesting idea, "bookmarked", thank you.
I updated the ccm source code to also monitor memory usage as well as CPU
temperature.
Kind regards,
koppi
Post a reply to this message
Attachments:
Download 'ccm.gif' (1033 KB)
Preview of image 'ccm.gif'

|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
hi,
"koppi" <jak### [at] gmail com> wrote:
> I updated the ccm source code to also monitor memory usage as well as CPU
> temperature.
thanks, downloaded, "todo" in the coming days.
fwiw, I know it's early days etc, but you do use GNU and the Linux distributions
... vary. suggest the following in the Makefile:
CFLAGS += $(shell pkg-config --flags ncursesw)
LDFLAGS = $(shell pkg-config --libs ncursesw)
regards, jr.
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
"jr" <cre### [at] gmail com> wrote:
> fwiw, I know it's early days etc, but you do use GNU and the Linux distributions
> ... vary. suggest the following in the Makefile:
> CFLAGS += $(shell pkg-config --flags ncursesw)
> LDFLAGS = $(shell pkg-config --libs ncursesw)
>
jr, thank's for the feedback. I just updated the GNUmakefile:
https://github.com/koppi/ccm/commit/b2dbc57eca62e3c767ef099a017b8eb0105c6af1
regards, koppi
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Are you aware of Dick Balaska's work:
BuckoSoft Animation Controller (bsac) is a client/server renderfarm distribution
system. The bsac manages many networked computers running the POV-Ray program to
distribute work and collect frames of an animation.
http://buckosoft.com/bsac/
- BW
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |