Prints discovery events within specified timeframe.
Prints discovery events within specified timeframe.
<ex>disco "-r"</ex> Prints all discovery events sorted chronologically in reversed order (newest first).
<ex>disco "-t=2m"</ex> Prints discovery events fired during last two minutes.
Prints all discovery events.
Prints all discovery events.
<ex>disco</ex> Prints all discovery events sorted chronologically (oldest first).
Overview
Visor 'disco' command implementation.
Help
Specification
disco disco "{-t=s|m|h|d} {-r} {-c=}" Arguments
-t=<num>s|m|h|d Defines timeframe for querying events: =<num>s Events fired during last <num> seconds. =<num>m Events fired during last <num> minutes. =<num>h Events fired during last <num> hours. =<num>d Events fired during last <num> days. -r Defines whether sorting should be reversed. -c=<n> Defines the maximum events count that can be shown.Examples
disco Prints all discovery events sorted chronologically (oldest first). disco "-r" Prints all discovery events sorted chronologically in reversed order (newest first). disco "-t=2m" Prints discovery events fired during last two minutes sorted chronologically.