mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +00:00
Applets: Add a network graph applet
This resource graph applet shows incoming network traffic graphically, and the tooltip shows both TX and RX. The data of all adapters is combined. The scale of the applet auto-adapts to the shown traffic load. Co-authored-by: bgianfo <bgianf@serenityos.org>
This commit is contained in:
parent
7a0cd6793e
commit
8da0cf7912
3 changed files with 85 additions and 4 deletions
|
@ -3,7 +3,7 @@ Priority=low
|
|||
KeepAlive=true
|
||||
|
||||
[ResourceGraph.Applet]
|
||||
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb
|
||||
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb --network=NetworkGraph,#bbbb00
|
||||
Priority=low
|
||||
KeepAlive=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue