Command Line Based Job Timing Tool.
go buildNote: Fixed yaml configuration file is
stats.yamlin the current directory
# get online
stats up
# get offline
stats down
# export as csv by year and month
stats out
# aggregate the record by year and month
stats
# list the record by year and month
stats lsUsage of ./stats:
-m int
stats month (default current month)
-y int
stats year (default current year)db: sqlite3_db_path
project: project_name
cursor: current_up_id| Project | Year | Month | Up | Down |
|---|---|---|---|---|
| cornerstone | 2023 | 10 | 1698466065 | 1698466107 |
| cornerstone | 2023 | 10 | 1698465826 | 1698466057 |
| Project | Year | Month | Hours |
|---|---|---|---|
| cornerstone | 2023 | 10 | 5.00 |