Changes between Version 4 and Version 5 of Old/Athstats/ScriptsRepository/AthstatsAppDef


Ignore:
Timestamp:
Feb 10, 2006, 4:16:20 PM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Athstats/ScriptsRepository/AthstatsAppDef

    v4 v5  
    1717
    1818# addProperty(name, description, mnemonic, type, isDynamic = false, constraints = nil)
     19# Command-line arguments.
    1920a.addProperty('interface', 'Use ath0/ath1, ath0 by default', nil, String, false)
    2021a.addProperty('interval', 'Number of msec between calls to query driver', nil, String, false)
    2122
     23# Metrics reported via OML.
    2224a.addMeasurement("queryport", nil, [
    2325  ['succ_tx_attempts','int'],
     
    4850end
    4951
    50 
    5152}}}