Changes between Version 6 and Version 7 of Old/Athstats/FAQ
- Timestamp:
- Feb 12, 2006, 2:07:23 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Athstats/FAQ
v6 v7 1 [wiki:WikiStart Orbit] > [wiki: Athstats Athstats] > FAQ1 [wiki:WikiStart Orbit] > [wiki:Documentation/Athstats Athstats] > FAQ 2 2 3 3 = Athstats FAQ = … … 7 7 === What is Athstats? === 8 8 9 Athstats is a C application which runs in Unix/Linux environment: ''/usr/bin/athstats-oml''. It takes two arguments, an interface to query and an interval period (between successive queries) in milliseconds. For e.g. ''/usr/bin/athstats-oml --interface ath0 --interval 100 0'' implies that this application will query the interface ''ath0'' every 1 second.9 Athstats is a C application which runs in Unix/Linux environment: ''/usr/bin/athstats-oml''. It takes two arguments, an interface to query and an interval period (between successive queries) in milliseconds. For e.g. ''/usr/bin/athstats-oml --interface ath0 --interval 100'' implies that this application will query the interface ''ath0'' every 100ms. Note that this application will run as fast as the kernel allows any user-space process to (going below 10ms may not make sense). 10 10 11 11 === Is Athstats free software? === … … 32 32 Inside this directory, the source code is under tools: athstats-oml.c. 33 33 34 For all other questions, please refer to the [wiki: OTG/FAQ OTG FAQ] and the [wiki:OML/FAQ OML FAQ].34 For all other questions, please refer to the [wiki:Documentation/OTG/FAQ OTG FAQ] and the [wiki:Documentation/OML/FAQ OML FAQ]. 35 35 36 36 === Are there any dependencies? ===