Downloads:
13,729
Downloads of v 0.10.2:
850
Last Update:
06 Aug 2024
Package Maintainer(s):
Software Author(s):
- Clement Tsang
Tags:
cli cross-platform terminal top tui monitoring bottom btm- 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
bottom
- 1
- 2
- 3
0.10.2 | Updated: 06 Aug 2024
- 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:
13,729
Downloads of v 0.10.2:
850
Maintainer(s):
Software Author(s):
- Clement Tsang
bottom 0.10.2
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Clement Tsang. The inclusion of Clement Tsang trademark(s), if any, upon this webpage is solely to identify Clement Tsang goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install bottom, run the following command from the command line or from PowerShell:
To upgrade bottom, run the following command from the command line or from PowerShell:
To uninstall bottom, 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 bottom --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 bottom -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 bottom -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 bottom
win_chocolatey:
name: bottom
version: '0.10.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'bottom' do
action :install
source 'INTERNAL REPO URL'
version '0.10.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller bottom
{
Name = "bottom"
Version = "0.10.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'bottom':
ensure => '0.10.2',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 05 Nov 2024.
A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows. Inspired by gtop, gotop and htop.
Usage
To use, run btm
in a terminal.
For more documentation and usage information, go to the official repo.
Please report any issues with the Chocolatey package here.
Note
This package currently depends on Visual C++ Redistributable for Visual Studio 2015 https://chocolatey.org/packages/vcredist2015.
Log in or click on link to see number of positives.
- bottom.0.10.2.nupkg (4624781746da) - ## / 69
- bottom_x86_64-pc-windows-msvc.zip (1a6baa8e635e) - ## / 68
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 |
---|---|---|---|---|
bottom 0.10.2 | 850 | Tuesday, August 6, 2024 | Approved | |
bottom 0.10.1 | 224 | Thursday, August 1, 2024 | Approved | |
bottom 0.10.0 | 27 | Thursday, August 1, 2024 | Approved | |
bottom 0.9.7 | 257 | Friday, July 26, 2024 | Approved | |
bottom 0.9.6 | 2108 | Sunday, August 27, 2023 | Approved | |
bottom 0.9.5 | 80 | Saturday, August 26, 2023 | Approved | |
bottom 0.9.4 | 377 | Saturday, August 5, 2023 | Approved | |
bottom 0.9.3 | 480 | Sunday, June 25, 2023 | Approved | |
bottom 0.9.2 | 335 | Monday, June 12, 2023 | Approved | |
bottom 0.9.1 | 602 | Sunday, May 14, 2023 | Approved | |
bottom 0.9.0 | 255 | Wednesday, May 10, 2023 | Approved | |
bottom 0.8.0 | 978 | Sunday, January 22, 2023 | Approved | |
bottom 0.7.1 | 352 | Friday, January 6, 2023 | Approved | |
bottom 0.7.0 | 231 | Sunday, January 1, 2023 | Approved | |
bottom 0.6.8 | 1445 | Thursday, February 3, 2022 | Approved | |
bottom 0.6.7 | 69 | Thursday, February 3, 2022 | Approved | |
bottom 0.6.6 | 78 | Thursday, February 3, 2022 | Approved | |
bottom 0.6.5 | 349 | Sunday, December 19, 2021 | Approved | |
bottom 0.6.4 | 450 | Sunday, September 12, 2021 | Approved | |
bottom 0.6.3 | 359 | Sunday, July 18, 2021 | Approved | |
bottom 0.6.2 | 277 | Saturday, June 26, 2021 | Approved | |
bottom 0.6.1 | 294 | Wednesday, May 12, 2021 | Approved | |
bottom 0.6.0 | 182 | Sunday, May 9, 2021 | Approved | |
bottom 0.5.7 | 398 | Sunday, January 31, 2021 | Approved | |
bottom 0.5.6 | 244 | Friday, December 18, 2020 | Approved | |
bottom 0.5.5 | 153 | Tuesday, December 15, 2020 | Approved | |
bottom 0.5.4 | 114 | Sunday, December 13, 2020 | Approved | |
bottom 0.5.3 | 186 | Friday, November 27, 2020 | Approved | |
bottom 0.5.2 | 139 | Thursday, November 26, 2020 | Approved | |
bottom 0.5.1 | 140 | Monday, November 23, 2020 | Approved | |
bottom 0.5.0 | 127 | Saturday, November 21, 2020 | Approved | |
bottom 0.4.7 | 310 | Thursday, August 27, 2020 | Approved | |
bottom 0.4.6 | 162 | Tuesday, August 25, 2020 | Approved | |
bottom 0.4.5 | 243 | Wednesday, July 8, 2020 | Approved | |
bottom 0.4.3 | 236 | Sunday, May 17, 2020 | Approved | |
bottom 0.4.1 | 124 | Wednesday, May 6, 2020 | Approved | |
bottom 0.3.0 | 168 | Thursday, April 9, 2020 | Approved | |
bottom 0.2.2 | 179 | Tuesday, March 10, 2020 | Approved | |
bottom 0.2.1 | 147 | Saturday, February 22, 2020 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about bottom and the bottom 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 bottom, 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.