Changes between Version 4 and Version 5 of Old/Athstats/ScriptsRepository/AthstatsAppDef
- Timestamp:
- Feb 10, 2006, 4:16:20 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Athstats/ScriptsRepository/AthstatsAppDef
v4 v5 17 17 18 18 # addProperty(name, description, mnemonic, type, isDynamic = false, constraints = nil) 19 # Command-line arguments. 19 20 a.addProperty('interface', 'Use ath0/ath1, ath0 by default', nil, String, false) 20 21 a.addProperty('interval', 'Number of msec between calls to query driver', nil, String, false) 21 22 23 # Metrics reported via OML. 22 24 a.addMeasurement("queryport", nil, [ 23 25 ['succ_tx_attempts','int'], … … 48 50 end 49 51 50 51 52 }}}