Appearance
memdiag TAP
Introduction
This is a tiny Topfield TMS TAP to output free memory statistics every 60 secs to the PVR diagnostics/debug port.
Read the latest documentation or download the latest built TAP.
Installation and usage
To install the TAP, upload it to the ProgramFiles/AutoStart
folder on your PVR using ftp then start it manually or restart your PVR (or copy it via a USB flash stick). There is no configuration or user interaction required for this tap. It merely runs in the background and outputs the PVR TAP_MemInfo()
statistics every 60 secs, if they change.
To see and/or capture the diagnostics, telnet
to port 21 on your PVR from your PC as follows, and type the following commands (as appropriate for your PVR):
telnet 192.168.1.77 21
user guest
pass 0000
tap debug on
Author
- User bulletmark on the oztoppy Australia Forum.
- User bulletmark on github.
License
Copyright (C) 2012 Mark Blakeney.
This program is free software. and is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Change History
Version | Date | Description |
---|---|---|
v1.0 | 2012-04-16 | Original version. |
v1.1 | 2013-02-18 | Added TAPID function to appear in TMSCommander tap list. |