
1,313
Downloads
60
Downloads of v 6.70.0.20190214
2/14/2019
Last update
LatencyMon checks if a system running Windows is suitable for processing real-time audio and other tasks. LatencyMon analyzes the possible causes of buffer underruns by measuring kernel timer latencies and reporting DPC and ISR excecution times as well as hard pagefaults. It will provide a comprehensible report and find the kernel modules and processes responsible for causing audio latencies which result in drop outs. It also provides the functionality of an ISR monitor, DPC monitor and a hard pagefault monitor.
LatencyMon will display the highest latencies of a kernel timer and report the highest execution times of ISR and DPC routines as well as hard pagefaults. In most cases it will also find the drivers and processes responsible for executing them. It will create a comprehensible report which also displays all sampled data in a detailed manner allowing you to perform in-depth analysis.
To install LatencyMon, run the following command from the command line or from PowerShell:
C:\> choco install latencymon
To upgrade LatencyMon, run the following command from the command line or from PowerShell:
C:\> choco upgrade latencymon
Files
Hide- tools\chocolateyinstall.ps1
Show
$packageArgs = @{ PackageName = 'LatencyMon' fileType = 'EXE' SilentArgs = '/SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART' url = 'http://www.resplendence.com/download/LatencyMon.exe' checksum = 'a88bcc5b64761371b3023705b29798938bf06f711b61a1c178b55a536e7819c9' checksumType = 'SHA256' } Install-ChocolateyPackage @packageArgs
- tools\chocolateyuninstall.ps1
Show
$ErrorActionPreference = 'Stop'; $packageArgs = @{ packageName = 'latencymon' softwareName = 'latencymon*' fileType = 'EXE' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" validExitCodes= @(0, 3010, 1605, 1614, 1641) } $uninstalled = $false [array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName'] if ($key.Count -eq 1) { $key | % { $packageArgs['file'] = "$($_.UninstallString)" if ($packageArgs['fileType'] -eq 'MSI') { $packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])" $packageArgs['file'] = '' } Uninstall-ChocolateyPackage @packageArgs } } elseif ($key.Count -eq 0) { Write-Warning "$packageName 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 | % {Write-Warning "- $($_.DisplayName)"} }
Virus Scan Results
- latencymon.6.70.0.20190214.nupkg (ee807e322388) - ## / 59 - Log in or click on link to see number of positives
- LatencyMon.exe (a88bcc5b6476) - ## / 71 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Copyright 1997-2015
Tags
Release Notes
http://www.resplendence.com/latencymon_whatsnew
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
LatencyMon 6.70.0.20190214 | 60 | Thursday, February 14, 2019 | approved |
LatencyMon 6.70 | 346 | Monday, June 25, 2018 | approved |
LatencyMon 6.51 | 595 | Tuesday, January 17, 2017 | approved |
LatencyMon 6.50 | 312 | Wednesday, December 23, 2015 | approved |
Discussion for the LatencyMon Package
Ground rules:
- This discussion is only about LatencyMon and the LatencyMon 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 LatencyMon, 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.