Downloads:
1,530
Downloads of v 1.71.0:
296
Last Update:
26 Sep 2023
Package Maintainer(s):
Software Author(s):
- VENEA.NET
Tags:
nettraffic network traffic bandwidth data throughput speed ping nslookup ipconfig netstat route arp freeware- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
NetTraffic (Install)
- 1
- 2
- 3
1.71.0 | Updated: 26 Sep 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,530
Downloads of v 1.71.0:
296
Maintainer(s):
Software Author(s):
- VENEA.NET
NetTraffic (Install) 1.71.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by VENEA.NET. The inclusion of VENEA.NET trademark(s), if any, upon this webpage is solely to identify VENEA.NET 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 NetTraffic (Install), run the following command from the command line or from PowerShell:
To upgrade NetTraffic (Install), run the following command from the command line or from PowerShell:
To uninstall NetTraffic (Install), 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 nettraffic --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 nettraffic -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 nettraffic -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 nettraffic
win_chocolatey:
name: nettraffic
version: '1.71.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'nettraffic' do
action :install
source 'INTERNAL REPO URL'
version '1.71.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller nettraffic
{
Name = "nettraffic"
Version = "1.71.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'nettraffic':
ensure => '1.71.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.
This package was approved as a trusted package on 30 Oct 2024.
NetTraffic is a free, simple and lightweight widget-like utility that displays real-time data about the network data usage of your computer. NetTraffic works with any network connection, of any type and with any selected network interface. You can view the traffic in a graph that is visible near the system tray icon. The statistics generated by NetTraffic can be exported.
Key Features
- Network traffic, network monitoring, network data rate (sent / received), network bandwidth, network throughput, network speed meter, network activity, network usage history, network usage predictions.
- Data flow rate (download / upload) - instant view.
- Traffic monitoring, traffic counter, traffic usage, traffic monitor.
- Bandwidth speed, bandwidth monitor, bandwidth usage, bandwidth meter, bandwidth monitoring.
- Link throughput, network interface throughput, connection throughput.
- Parser HTTP(S). Live bandwidth usage monitoring of remote / local devices (routers, modems, hosts with any OS) providing statistics (counters) page over HTTP(S). Optional authentication: Basic, Digest and form based (POST / GET).
- Internet connection speed monitoring, Internet link data rate.
- Quota counter, data transfer limit usage meter, data plan usage. Feature usable for users with limited Internet connection. In some cases (e.g. mobile Internet) data amount is limited or / and speed over exceeding data limit is limited. Quota counter show usage of data limit and lapse of (billing) period.
- Usage statistics, data transfer usage tracking, data meter, data sent, data received, data usage charts.
- Realtime, real time statistics, real time data rate chart, live link speed plot, live throughput graph.
- Network tray icon (network activity indicator), customizable networking tray icon, classic network tray icon, notify icon.
- Network interfaces, adapters, cards, links, connections monitor.
- Tool, software, application.
- Network utilities: ping, nslookup, tracert, ipconfig, netstat, route, arp, nbstat, hostname.
- Multi-language.
- Lightweight.
- Freeware, free.
Install options
/Launch
- Start NetTraffic upon install./Autorun
- Set NetTraffic to start on login for all users.
Example :
choco install nettraffic --params '"/autorun"'
$ErrorActionPreference = 'Stop'
[array]$key = Get-UninstallRegistryKey -SoftwareName $env:ChocolateyPackagename
if ($key.Count -eq 1) {
# The NetTraffic installer is a per-user install. On install, this package
# attempts to convert it to a machine-wide install. However, then the
# default uninstall doesn't fully work. Thus, it needs to be converted
# back to a per-user install even if the user is not the same user who
# did the initial install.
if (Get-OSArchitectureWidth -compare 64) {
$SystemUninstall = 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\NetTraffic'
} else {
$SystemUninstall = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\NetTraffic'
}
if (Test-Path $SystemUninstall) {
Write-Debug 'Moving uninstall registry key from machine back to user.'
$UserUninstall = 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall'
Copy-Item -Path $SystemUninstall -Destination $UserUninstall -Recurse
Remove-Item -Path $SystemUninstall -Recurse
}
$AllUSM = "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\NetTraffic"
if (Test-Path $AllUSM) {
Write-Debug 'Moving Start Menu shortcuts from all users to user.'
$UserSM = "$env:USERPROFILE\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
Copy-Item -Path $AllUSM -Destination $UserSM -Recurse
Remove-Item -Path $AllUSM -Recurse
}
} elseif ($key.Count -eq 0) {
Write-Warning 'NetTraffic does not appear to be installed.'
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning 'To prevent accidental data loss, No settings will be reset.'
$key | % {Write-Warning "- $_.DisplayName"}
}
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'NetTraffic*'
fileType = 'EXE'
silentArgs = '/S /DELDATA=0'
validExitCodes= @(0)
}
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$packageArgs['file'] = "$($key[0].UninstallString)"
Uninstall-ChocolateyPackage @packageArgs
if (Get-OSArchitectureWidth -compare 64) {
$RegPath = 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run'
} else {
$RegPath = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run'
}
if (Get-ItemProperty $RegPath -name 'nettraffic' -ea silentlycontinue) {
$null = Remove-ItemProperty -Path $RegPath -Name 'NetTraffic' -force
}
} elseif ($key.Count -eq 0) {
Write-Warning "$env:ChocolateyPackageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- nettraffic.1.71.0.nupkg (d7ed54c4470e) - ## / 64
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 |
---|---|---|---|---|
NetTraffic (Install) 1.71.0 | 296 | Tuesday, September 26, 2023 | Approved | |
NetTraffic (Install) 1.68.2 | 92 | Saturday, August 5, 2023 | Approved | |
NetTraffic (Install) 1.66.8 | 187 | Saturday, July 1, 2023 | Approved | |
NetTraffic (Install) 1.66.2 | 659 | Sunday, June 13, 2021 | Approved | |
NetTraffic (Install) 1.66.1 | 296 | Tuesday, October 27, 2020 | Approved |
Copyright © 2023 VENEA.NET
-
- dotnetfx (≥ 4.8.0)
Ground Rules:
- This discussion is only about NetTraffic (Install) and the NetTraffic (Install) 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 NetTraffic (Install), 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.