Changes between Version 3 and Version 4 of Old/Athstats/ScriptsRepository/ProtoDefAthstats
- Timestamp:
- Feb 12, 2006, 2:02:29 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Athstats/ScriptsRepository/ProtoDefAthstats
v3 v4 1 [wiki:WikiStart Orbit] > [wiki: Athstats Athstats] > [wiki:Athstats/ScriptsRepository Scripts Repository] > driverqueryapp.rb1 [wiki:WikiStart Orbit] > [wiki:Documentation/Athstats Athstats] > [wiki:Documentation/Athstats/ScriptsRepository Scripts Repository] > driverqueryapp.rb 2 2 3 3 This prototype file translates to running an application, defined by the test_app_athstats.rb or test/app/athstats.rb file. This application has two command-line arguments (--interface and --interval) defined by the bindProperty statement below. It reports three metrics, defined by the addMeasurement statement. … … 30 30 ['succ_tx_attempts'], 31 31 ['fail_xretries'], 32 ['total_frames_rcvd'] 32 ['fail_fifoerr'], 33 ['fail_filtered'], 34 ['short_retries'], 35 ['long_retries'], 36 ['total_frames_rcvd'], 37 ['crc_errors'], 38 ['fifo_errors'], 39 ['phy_errors'] 33 40 ] 34 41 )