forked from cjbassi/gotop
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
137 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Scale graphs to this level; 7 is the default, 2 is zoomed out. | ||
graphhorizontalscale=7 | ||
# If true, start the UI with the help visible | ||
helpvisible=false | ||
# The color scheme to use. See `--list colorschemes` | ||
colorscheme=default | ||
# How frequently to update the UI, in nanoseconds | ||
updateinterval=1000000000 | ||
# If true, show the average CPU load | ||
averagecpu=false | ||
# If true, show load per CPU | ||
percpuload=true | ||
# Temperature units. C for Celcius, F for Fahrenheit | ||
tempscale=C | ||
# If true, display a status bar | ||
statusbar=false | ||
# The network interface to monitor | ||
netinterface=all | ||
# A layout name. See `--list layouts` | ||
layout=default | ||
# The maximum log file size, in bytes | ||
maxlogsize=5000000 | ||
# If set, export data as Promethius metrics on the interface:port. | ||
# E.g., `:8080` (colon is required, interface is not) | ||
#metricsexportport= | ||
# Display network IO in mpbs if true | ||
mbps=false | ||
# A list of enabled temp sensors. See `--list devices` | ||
#temperatures= | ||
# Enable NVidia GPU metrics. | ||
nvidia=false | ||
# To configure the NVidia refresh rate, set a duration: | ||
#nvidiarefresh=30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,27 @@ | ||
name: "gotop" | ||
arch: "amd64" | ||
platform: "linux" | ||
version: "v${VERSION}" | ||
section: "default" | ||
priority: "extra" | ||
maintainer: "Sean Russell <ser@ser1.net>" | ||
description: | | ||
A terminal based graphical activity monitor inspired by gtop and vtop | ||
vendor: "Sean Russell" | ||
homepage: "https://github.com/xxxserxxx/gotop" | ||
license: "GNU Affero General Public License v3.0" | ||
bindir: "/usr/local/bin" | ||
files: | ||
build/gotop: "/usr/local/bin/gotop" | ||
name: gotop | ||
arch: amd64 | ||
platform: linux | ||
version: v${VERSION} | ||
version_schema: semver | ||
version_metadata: git | ||
section: default | ||
priority: extra | ||
maintainer: Sean Russell <ser@ser1.net> | ||
description: A terminal based graphical activity monitor inspired by gtop and vtop | ||
vendor: Sean Russell | ||
homepage: https://github.com/xxxserxxx/gotop | ||
license: The MIT License (Festival variant) | ||
contents: | ||
# The executable | ||
- src: gotop | ||
dst: /usr/bin/gotop | ||
|
||
# Default configuration | ||
- src: build/gotop.conf | ||
dst: /etc/gotop/gotop.conf | ||
type: config|noreplace | ||
|
||
# Contributed layouts | ||
- src: layouts/htop | ||
dst: /etc/gotop/htop | ||
type: config|noreplace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cpu mem | ||
2:procs | ||
net temp disk |