Downloads:
4,252
Downloads of v 4.1.3:
1,909
Last Update:
18 Feb 2022
Package Maintainer(s):
Software Author(s):
- Caleb Bassi & Sean E. Russell
Tags:
top system process unix cli foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
gotop
- 1
- 2
- 3
4.1.3 | Updated: 18 Feb 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,252
Downloads of v 4.1.3:
1,909
Maintainer(s):
Software Author(s):
- Caleb Bassi & Sean E. Russell
gotop 4.1.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Caleb Bassi & Sean E. Russell. The inclusion of Caleb Bassi & Sean E. Russell trademark(s), if any, upon this webpage is solely to identify Caleb Bassi & Sean E. Russell goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install gotop, run the following command from the command line or from PowerShell:
To upgrade gotop, run the following command from the command line or from PowerShell:
To uninstall gotop, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gotop --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gotop -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gotop -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gotop
win_chocolatey:
name: gotop
version: '4.1.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gotop' do
action :install
source 'INTERNAL REPO URL'
version '4.1.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gotop
{
Name = "gotop"
Version = "4.1.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gotop':
ensure => '4.1.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 21 Oct 2024.
Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!
Join us in #gotop:matrix.org (matrix clients).
See the mini-blog for updates on the build status, and the change log for release updates.
Installation
If you install gotop by hand, or you download or create new layouts or colorschemes, you will need to put the layout files where gotop can find them. To see the list of directories gotop looks for files, run gotop -h
. The first directory is always the directory from which gotop is run.
Extension builds
An evolving mechanism in gotop are extensions. This is designed to allow gotop to support feature sets that are not universally needed without blowing up the application for average users with usused features. Examples are support for specific hardware sets like video cards, or things that are just obviously not a core objective of the application, like remote server monitoring.
The path to these extensions is a tool called gotop-builder. It is easy to use and depends only on having Go installed. You can read more about it on the project page. If you want less than an all-inclusive build, or one for a different OS/architecture, you can use gotop-builder itself to create your own.
Console Users
gotop requires a font that has braille and block character Unicode code points; some distributions do not provide this. In the gotop repository is a pcf
font that has these points, and setting this font may improve how gotop renders in your console. To use this, run these commands:
curl -O -L https://raw.githubusercontent.com/xxxserxxx/gotop/master/fonts/Lat15-VGA16-braille.psf
setfont Lat15-VGA16-braille.psf
Usage
Run with -h
to get an extensive list of command line arguments. Many of these can be configured by creating a configuration file; see the next section for more information. Key bindings can be viewed while gotop is running by pressing the ?
key, or they can be printed out by using the --list keys
command.
In addition to the key bindings, the mouse can be used to control the process list:
- click to select process
- mouse wheel to scroll through processes
For more information on other topics, see:
More screen shots
'-l kitchensink' + colorscheme
"-l battery"
"-l minimal"
Custom (layouts/procs)
Maintainer warning: UPX usage might cause anti-viruses to falsely flag this program.
The MIT License (MIT)
Copyright (c) 2020 Sean E. Russell <[email protected]> 87651D71
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/xxxserxxx/gotop, enter to releases and download from there.
i686: https://github.com/xxxserxxx/gotop/releases/download/v4.1.3/gotop_v4.1.3_windows_386.zip
x86_64: https://github.com/xxxserxxx/gotop/releases/download/v4.1.3/gotop_v4.1.3_windows_amd64.zip
to download the zip files. You may wish to rename one of the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum: 9cf2e896cd198ee8c765a264aa07dde8d29daebba4690192137d30f1eac4c3cbeb09a4173ff6a69f9ea7d385e1d2db1cc8cc9159741aeea687d79a8e4c55fd73
checksum64: b1696cd551f55a66c6ceb48df62aa5282ac46e1fa5acf9829ee2f66165d5f9b060f03631f722c9666d8e0be7a980b0239bcdec402cd55b60808a3fe98096a42a
File 'LICENSE.txt' obtained from:
https://github.com/xxxserxxx/gotop/blob/v4.1.3/LICENSE
md5: BC680AD5C68A1B3B5B4852656CF2FB5C | sha1: 2722FB981221F0F79A3A3EB1C626C824304136EE | sha256: 3E414E7E2FC74B1A7613CA0D31A236EE7B166BB650DBA3920297E89A1FB0A381 | sha512: 9CF2E896CD198EE8C765A264AA07DDE8D29DAEBBA4690192137D30F1EAC4C3CBEB09A4173FF6A69F9EA7D385E1D2DB1CC8CC9159741AEEA687D79A8E4C55FD73
md5: 6940BC947B58E121CD374982EC499CAC | sha1: A173C9C114330B3DC0A696B5CAE198BAA3C6DE97 | sha256: B754D81B88C9F477BA5CE60C36B331BAD5D9CADD076DB8BE8F01CFBED60C1386 | sha512: B1696CD551F55A66C6CEB48DF62AA5282AC46E1FA5ACF9829EE2F66165D5F9B060F03631F722C9666D8E0BE7A980B0239BCDEC402CD55B60808A3FE98096A42A
Log in or click on link to see number of positives.
- gotop.4.1.3.nupkg (add67c881d32) - ## / 60
- gotop_v4.1.3_windows_386.zip (3e414e7e2fc7) - ## / 63
- gotop_v4.1.3_windows_amd64.zip (b754d81b88c9) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
gotop 4.1.3 | 1909 | Friday, February 18, 2022 | Approved | |
gotop 4.1.1 | 743 | Saturday, February 6, 2021 | Approved | |
gotop 4.1.0 | 168 | Thursday, January 28, 2021 | Approved | |
gotop 4.0.1 | 288 | Sunday, October 11, 2020 | Approved | |
gotop 4.0.0 | 124 | Sunday, October 11, 2020 | Approved | |
gotop 3.5.3 | 124 | Sunday, October 11, 2020 | Approved | |
gotop 3.5.2 | 107 | Sunday, October 11, 2020 | Approved | |
gotop 3.5.1 | 122 | Sunday, October 11, 2020 | Approved | |
gotop 3.5.0 | 111 | Friday, October 9, 2020 | Approved | |
gotop 3.3.2 | 122 | Friday, October 9, 2020 | Approved | |
gotop 3.3.1 | 131 | Friday, October 9, 2020 | Approved | |
gotop 3.3.0 | 146 | Thursday, October 1, 2020 | Approved |
Copyright © 2018-2021 Caleb Bassi; Copyright © 2020-2021 Sean E. Russell
-
- chocolatey-core.extension (≥ 1.3.5.1)
Ground Rules:
- This discussion is only about gotop and the gotop package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or gotop, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.