1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

feat: add hamster script

This commit is contained in:
Christy Jacob 2023-01-26 17:28:17 +05:30
parent cdf9745a2a
commit 304cb16553
2 changed files with 3 additions and 1 deletions

2
dev/stats_2023-01-26.csv Normal file
View file

@ -0,0 +1,2 @@
"Project ID","Project Name",Functions,Deployments,Members,Domains,Files,Buckets,Databases,Documents,Collections,Storage,Requests,Bandwidth,Users,Sessions,Executions
63d18fd69683bde03f1c,"My First Project",0,0,2,0,0,0,0,0,0,0,2,27919,0,0,0
1 Project ID Project Name Functions Deployments Members Domains Files Buckets Databases Documents Collections Storage Requests Bandwidth Users Sessions Executions
2 63d18fd69683bde03f1c My First Project 0 0 2 0 0 0 0 0 0 0 2 27919 0 0 0

View file

@ -52,7 +52,7 @@ class Hamster extends Action
'Executions' => 'executions.$all.compute.total',
];
protected string $directory = '/usr/local/dev';
protected string $directory = '/usr/local';
protected string $path;
protected string $date;