Downloads:
13,689
Downloads of v 1.85.0:
902
Last Update:
21 Jan 2025
Package Maintainer(s):
Software Author(s):
- zhongyang219
Tags:
foss productivity network traffic monitor- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Traffic Monitor
- 1
- 2
- 3
1.85.0 | Updated: 21 Jan 2025
- Software Specific:
- Software Site
- 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,689
Downloads of v 1.85.0:
902
Software Author(s):
- zhongyang219
Traffic Monitor 1.85.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by zhongyang219. The inclusion of zhongyang219 trademark(s), if any, upon this webpage is solely to identify zhongyang219 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 Traffic Monitor, run the following command from the command line or from PowerShell:
To upgrade Traffic Monitor, run the following command from the command line or from PowerShell:
To uninstall Traffic Monitor, 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 traffic-monitor --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 traffic-monitor -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 traffic-monitor -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 traffic-monitor
win_chocolatey:
name: traffic-monitor
version: '1.85.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'traffic-monitor' do
action :install
source 'INTERNAL REPO URL'
version '1.85.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller traffic-monitor
{
Name = "traffic-monitor"
Version = "1.85.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'traffic-monitor':
ensure => '1.85.0',
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 21 Jan 2025.
TrafficMonitor is a network monitoring suspension window software in Windows platform. It can display the current network speed, CPU and memory usage. It also support the functions of display in the taskbar, change skin and historical traffic statistics.
Main Features
- Displays the current network transfer speed, CPU and memory usage.
- Support automatic or manual selection of network connections if there are multiple network adapters.
- Display the network connection details.
- Support the window displayed in the taskbar.
- Support for changing skin and customizing skin.
- Historical traffic statistics.
Get-Process "TrafficMonitor" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue
$ErrorActionPreference = 'Stop';
$shortcutsPath = [Environment]::GetFolderPath("Programs")
Remove-Item -Path (Join-Path -Path $shortcutsPath -ChildPath 'Traffic Monitor.lnk') -ErrorAction SilentlyContinue
Remove-Item -Path (Join-Path -Path "$Env:LOCALAPPDATA" -ChildPath "TrafficMonitor") -Recurse -Force -ErrorAction SilentlyContinue
Copyright (c) <2019> <copyright zhongyang219>
"Anti 996" License Version 1.0 (Draft)
Permission is hereby granted to any individual or legal entity
obtaining a copy of this licensed work (including the source code,
documentation and/or related items, hereinafter collectively referred
to as the "licensed work"), free of charge, to deal with the licensed
work for any purpose, including without limitation, the rights to use,
reproduce, modify, prepare derivative works of, distribute, publish
and sublicense the licensed work, subject to the following conditions:
1. The individual or the legal entity must conspicuously display,
without modification, this License and the notice on each redistributed
or derivative copy of the Licensed Work.
2. The individual or the legal entity must strictly comply with all
applicable laws, regulations, rules and standards of the jurisdiction
relating to labor and employment where the individual is physically
located or where the individual was born or naturalized; or where the
legal entity is registered or is operating (whichever is stricter). In
case that the jurisdiction has no such laws, regulations, rules and
standards or its laws, regulations, rules and standards are
unenforceable, the individual or the legal entity are required to
comply with Core International Labor Standards.
3. The individual or the legal entity shall not induce, suggest or force
its employee(s), whether full-time or part-time, or its independent
contractor(s), in any methods, to agree in oral or written form, to
directly or indirectly restrict, weaken or relinquish his or her
rights or remedies under such laws, regulations, rules and standards
relating to labor and employment as mentioned above, no matter whether
such written or oral agreements are enforceable under the laws of the
said jurisdiction, nor shall such individual or the legal entity
limit, in any methods, the rights of its employee(s) or independent
contractor(s) from reporting or complaining to the copyright holder or
relevant authorities monitoring the compliance of the license about
its violation(s) of the said license.
THE LICENSED WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN ANY WAY CONNECTION WITH THE
LICENSED WORK OR THE USE OR OTHER DEALINGS IN THE LICENSED WORK.
md5: E502F2BC193BC16C3B350AA57B25767B | sha1: E98337022D24EA10E167AC0ADAAFDDAD5C7FEEF1 | sha256: E7BF816EFDEBF4F30A83AD9E7A85CD8C5C9FAC3C733864E954373ADD6E717317 | sha512: 8CF78F5F246426250895E4BD87098A6E834B14F33DC405BEF52F30D47E774E666C8818DBB8EF0AA81C414F6CD8BE7C519656F33A75D66CDDF05DEC0E2B7F7AD2
md5: 3E2F54B36AFFF1C3E2CDD6C2DCDA4D61 | sha1: C5D411D93DCDC740225162B33A3D032280C50BA5 | sha256: 899211D9B91993D7A1A89BFEF39B8AEFD3AB59F9F2EB10F8194E6CAEAA8404F8 | sha512: 4AEDC74987B16932DB2D8CA756BDB2FC3F295AA84D202B69C0E3AAF953E62AAD90271C65DFFB2E9CD0C05E422EB88497B1DBF07399B87190BE36A8D19DEBCEED
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:
1. Download the following installers:
32-Bit : https://github.com/zhongyang219/TrafficMonitor/releases/download/V1.85/TrafficMonitor_V1.85_x86.zip
64-Bit : https://github.com/zhongyang219/TrafficMonitor/releases/download/V1.85/TrafficMonitor_V1.85_x64.zip
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'
checksum_type : sha256
checksum32 : 899211D9B91993D7A1A89BFEF39B8AEFD3AB59F9F2EB10F8194E6CAEAA8404F8
checksum64 : E7BF816EFDEBF4F30A83AD9E7A85CD8C5C9FAC3C733864E954373ADD6E717317
Log in or click on link to see number of positives.
- traffic-monitor.1.85.0.nupkg (de8f261fca71) - ## / 67
- TrafficMonitor_V1.85_x64.zip (e7bf816efdeb) - ## / 65
- TrafficMonitor_V1.85_x86.zip (899211d9b919) - ## / 67
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 |
---|---|---|---|---|
Traffic Monitor 1.85.0 | 902 | Tuesday, January 21, 2025 | Approved | |
Traffic Monitor 1.84.1 | 7850 | Friday, November 18, 2022 | Approved | |
Traffic Monitor 1.83 | 1245 | Friday, February 4, 2022 | Approved | |
Traffic Monitor 1.82 | 220 | Thursday, January 20, 2022 | Approved | |
Traffic Monitor 1.81 | 884 | Tuesday, July 27, 2021 | Approved | |
Traffic Monitor 1.80.3 | 824 | Saturday, May 29, 2021 | Approved | |
Traffic Monitor 1.80.2 | 175 | Saturday, May 22, 2021 | Approved | |
Traffic Monitor 1.80.1 | 174 | Tuesday, May 18, 2021 | Approved | |
Traffic Monitor 1.80 | 155 | Sunday, May 16, 2021 | Approved | |
Traffic Monitor 1.79.1 | 486 | Friday, August 7, 2020 | Approved | |
Traffic Monitor 1.79 | 138 | Thursday, July 30, 2020 | Approved | |
Traffic Monitor 1.78 | 303 | Saturday, March 21, 2020 | Approved | |
Traffic Monitor 1.77 | 291 | Wednesday, October 23, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Traffic Monitor and the Traffic Monitor 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 Traffic Monitor, 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.