Changes between Version 6 and Version 7 of Old/Athstats/FAQ


Ignore:
Timestamp:
Feb 12, 2006, 2:07:23 AM (18 years ago)
Author:
kishore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Athstats/FAQ

    v6 v7  
    1 [wiki:WikiStart Orbit] > [wiki:Athstats Athstats] > FAQ
     1[wiki:WikiStart Orbit] > [wiki:Documentation/Athstats Athstats] > FAQ
    22
    33= Athstats FAQ =
     
    77=== What is Athstats? ===
    88
    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 1000'' implies that this application will query the interface ''ath0'' every 1 second
     9Athstats 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)
    1010
    1111=== Is Athstats free software? ===
     
    3232Inside this directory, the source code is under tools: athstats-oml.c.
    3333
    34 For all other questions, please refer to the [wiki:OTG/FAQ OTG FAQ] and the [wiki:OML/FAQ OML FAQ].
     34For all other questions, please refer to the [wiki:Documentation/OTG/FAQ OTG FAQ] and the [wiki:Documentation/OML/FAQ OML FAQ].
    3535
    3636=== Are there any dependencies? ===