Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano authored Jul 30, 2024
1 parent 0258805 commit f9e0f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ Count requests from the last hour:
$ ngtop -s 1h
$ ngtop

Count requests from the last minute, day, or month:
Count requests from the last second, minute, day, week, or month:

$ ngtop -s 1s
$ ngtop -s 1m
$ ngtop -s 1d
$ ngtop -s 1w
$ ngtop -s 1M

Count requests from the day before:
Expand Down

0 comments on commit f9e0f0e

Please sign in to comment.