Forrest logo
back to context overview

gnomon

List of commands for gnomon:

  • gnomon:tldr:172c2 gnomon: Set a medium threshold of 0.2 seconds (Timestamp will be colored bright yellow).
    $ ${npm test} | gnomon --medium ${0-2}
    try on your machine
    explain this command
  • gnomon:tldr:3153b gnomon: Use UNIX (or DOS) pipes to pipe the `stdout` of any command through gnomon.
    $ ${npm test} | gnomon
    try on your machine
    explain this command
  • gnomon:tldr:35671 gnomon: Set a high threshold of 0.5 seconds for the elapsed time; exceeding which the timestamp will be colored bright red.
    $ ${npm test} | gnomon --high ${0-5}
    try on your machine
    explain this command
  • gnomon:tldr:42ae5 gnomon: Show number of seconds since the start of the process.
    $ ${npm test} | gnomon --type=elapsed-total
    try on your machine
    explain this command
  • gnomon:tldr:d2888 gnomon: Show an absolute timestamp in UTC.
    $ ${npm test} | gnomon --type=absolute
    try on your machine
    explain this command
back to context overview