Cpu and network speed plugin, Conky or not Conky?

Is there a working software package that will show cpu usage and network speed up/down?

I compile the deepin ones in AUR without error but they don’t show up in the dock even after a reboot. The old app netspeed had both a plasm and a xfce plugin but nothing that will work for deepin.

As a last resort does anyone have a working conky configuration with cpu and network speed that works well with deepin?

1 Like

in the Terminal already installed by default :

htop

While I appreciate the reply a text based system monitor isn’t what I’m talking about…if it was I could just run the GUI deeping-system-monitor which shows both cpu and network speed but if you just want something on the desktop or in the dock those are not gonna cut it. A quick “show desktop” would let you look at conky for example so you could see if the cpu is pegged (which on my laptop is rather easy to do).

If you look for conky to see your CPU all the time you have on the forum :

@famewolf

If you are running MATE DE, there is ‘MATE System Monitor’ that shows resources usage. I think you can install that on other DEs, but you have to find out where it was installed to launch it.

1 Like

I am using htop and iftop (and also iotop for hard drive speed).

deepin currently have some issues on dependencies changing e.t.c. so hopefully updates will solve this soon…

You can give this a try… Bashtop → Resource Monitor

It works well.

1 Like

It shouldn’t be hard to find a conky that works - but one that you want running on your desktop is another matter! If you end up wanting that, can you describe how you want it to appear (and where, and what size, and text or graph, and…) :grin:

I could easily get you some example code, and perhaps throw the basics together for your spec…
Here’s what I use for each:
Arch_proc
and Netstuff
Arch_net
I run the same Conky on Arch and Endeavour (and a few other places!) so it shouldn’t have any trouble with Deepin, but I have not yet migrated it there yet. BTW - the net stuff can be done graphically too.

Freebird54

1 Like

What these things are written in? Lua? :slight_smile:

1 Like

Some are yes :grinning:

2 Likes

Mostly not (built ins from conky) but the segmented bars are in lua. If I did them in straight conky, they would look more like the temp display. The temp display uses a tiny bash script to test the temp value before display to determine the colour to show (green=normal, red=getting warm).

Also built into conky (but not shown here) is a speed graph for the up and down load stats. I have a whole ‘toolkit’ of lua goodies for displaying weather, clocks, calendars and bar graphs, but most of it can be worked around if not needed/wanted. I think my current desktop setup is visible in "show us your conky’ and/or in “show us your desktop” if you cruise through them (and manage not to be distracted by how many good ones there are).

Freebird54

1 Like

Seems too complicated for me :confused: I think I saw the screenshots of your desktop full of them. They look cool and it’s probably fun setting it all up knowing how to do it :slight_smile:

Your display looks fantastic. The last one I used years ago was on the right side of the screen…it showed everything from cpu usage, temp, network, swap usage and even the top cpu use apps. The problem I’m running into is apparently conky changed at some point and many of these older scripts no longer run…I get a message about it trying to convert it and then an error. I did do some googling before asking. I also know how to comment out “extra cpu’s” etc but your skills are lightyears ahead.

Most of the change is in the first, or setup part of the scripts. I think the idea was to harmonize a bit more with lua and its conventions. If you can point me to a copy of your problem script, I may be able to get it going for you - or a reasonable substitute! I also have access to large number of possible scripts, that currently run with conky 1.10 and above - from MX linux and Arcolinux for 2. They ship with a bunch, so I could just raid their conky directories (even from a VBox install, but I have them on the metal here).

Anyway - always happy to try to make more conkys - they make the world a better place (and they are NOT as complicated as they first seem - most of them are setup the same for a given system, and only need changes in the {TEXT} section for what they actually DO). I got my start about 2011 from a huge conky thread over on the Ubuntu forums -and that thread is still going! It remains a good tutrial on how things work, and why, even though the setup syntax has some minor changes.

Freebird54

3 Likes

In 2011 I didn’t even have an idea that Linux exists :joy: Not surprising it doesn’t seem complicated to you.

Anyway, I’ve found a wiki - https://github.com/brndnmtthws/conky/wiki. Looks like a good read to get started :slight_smile:

1 Like

One I tried and liked the look of was the “Black Diamond” layout here: http://www.linuxandubuntu.com/home/5-best-linux-conky-themes

Athough the music player I use is clementine it usually works with minor changes for amarok configs. I’ll admit i like how you did the bars rather than conky default. I’d be happy to contribute to your paypal if you felt like coming up with a conky deepin users could use “out of the box” whether or not that one works.

The original conky I used was more boxlike and I think it was for opensuse. I have not been able to relocate it but it was all one square top down with cpu usage, ram, swap, wifi and at very bottom was the first 3 or 4 apps using most cpu. It wasn’t overly complicated but would look good on the deepin default desktop. This one is close although the one I used was thinner and longer…smaller font maybe.

Well - sorry to be so slow - but the Deepin I had loaded wouldn’t let me login! So - I re-installed off the new version, and it came up OK. Anyway - the simple conky you posted above needed very little tweaking - here it is running on a fresh Deepin:
DeepinScreenshot_20200419152722
Not sure what all the backslashes are for - but it all works (once I told it where the IP link was (enp3s0 on this system, not the eth0 it was expecting)).

What would you prefer to see?

Freebird54

2 Likes

I think those 's are escape characters? Perhaps what you changed affected it as it’s not in original? Could it be a missing font or similar issue? Certainly farther along then I managed. The average user will probably have wlan0 and eth0. I never did find a suitable way to have it auto switch based on which was active short of having two conky’s and using ifup and ifdown hooks to swap them.

Heck that’s even the wallpaper I’m still using.

I guess they were meant to be - so I just eliminated them all. Here’s the result on my EndeavourOS XFCE - not that it needed any changes!
deeprc
Any suggestions on improvements? Or should I just cruise through some I have and display them? BTW - here’s the code - as I said - very simple:

conky.config = {
  use_spacer = 'left',
  pad_percents = 3,
  background = true,
  double_buffer = true,
  font = 'DejaVu Sans Mono:size=10',
  use_xft = true,
  alignment = 'top_left',
  gap_x = 100,
  gap_y = 40,
  own_window_argb_visual = true,
  own_window_argb_value = 100,
  own_window_type = 'normal',
  own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
  own_window = true,
  update_interval = 1.0,
}

conky.text = [[
 ${color orange}Hostname:  ${color} ${nodename}
 ${color orange}Kernel:    ${color} ${sysname}  ${kernel} on  ${machine}
 ${color orange}Uptime:    ${color} ${uptime}
 ${hr}
 ${color orange}CPU: ${color}  ${freq_g} GHz
 ${color orange}0: ${color}  ${cpu cpu1}%  ${cpubar cpu1}
 ${cpugraph}
 ${color orange}Name              PID   CPU%   MEM%
 ${color lightgrey}  ${top name 1}  ${top pid 1}  ${top cpu 1}  ${top mem 1}
 ${color lightgrey}  ${top name 2}  ${top pid 2}  ${top cpu 2}  ${top mem 2}
 ${color lightgrey}  ${top name 3}  ${top pid 3}  ${top cpu 3}  ${top mem 3}
 ${color lightgrey}  ${top name 4}  ${top pid 4}  ${top cpu 4}  ${top mem 4}
 ${color orange}Load average:  ${color} ${loadavg}
 ${color orange}Processes:  ${color} ${processes}
 ${color orange}Running: ${color}  ${running_processes}
 ${hr}
 ${color orange}RAM:   ${color} ${mem}/ ${memmax}
 ${memperc}%  ${membar 4}
 ${color orange}Swap:  ${color} ${swap}/ ${swapmax}
 ${swapperc}%  ${swapbar 4}
 ${memgraph}
 ${hr}
 ${color orange}/  ${color} ${fs_used /}/ ${fs_size /}  ${fs_bar 6 /}
 ${hr}
 ${color orange}IP:    ${color} ${addr enp3s0}
 ${color orange}Up:    ${color} ${upspeed enp3s0}
 ${color orange}Down:  ${color} ${downspeed enp3s0}
]];

So - what’ s missing? How many cores does your CPU have? What disk partitions do you want tracked? Fancy fonts and Endeavour logos? :grin: Oh - and for what resolution? If I make 'em for mine, they may be a trifle large for yours! (3840x2160 here)

Freebird54

1 Like