Hello!
As the subject states. Is there any way, with a script, or some other method to report traffic usage when performing backup jobs per organization?
In my case i have a backup-job that runs 2 times per day, every day of the week. And i would like to get a summary per month on traffic usage to make our billing-process to our customer easier.
And in the near future we will have several organization that we perform backup-jobs for in O-365.
Anyone got any tips on how to make this possible?
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Mar 21, 2019 10:55 am
- Full Name: Robin Croneld
- Contact:
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Report monthly traffic usage per organization?
This is not built-in directly, v3 does add some reports in terms of storage and license usage for an organization.
The only way I can see how to do this right now is by using a PowerShell script and analyze the backup session logs for the amount of data transferred per job, save this somewhere (in a database for example) and move forward from there.
The only way I can see how to do this right now is by using a PowerShell script and analyze the backup session logs for the amount of data transferred per job, save this somewhere (in a database for example) and move forward from there.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Mar 21, 2019 10:55 am
- Full Name: Robin Croneld
- Contact:
Re: Report monthly traffic usage per organization?
vmniels wrote: ↑Mar 25, 2019 4:25 pm This is not built-in directly, v3 does add some reports in terms of storage and license usage for an organization.
The only way I can see how to do this right now is by using a PowerShell script and analyze the backup session logs for the amount of data transferred per job, save this somewhere (in a database for example) and move forward from there.
Thanks for the reply vmniels. How would i go about doing this? With the inbuilt commands for Veeam O-365 powershell? Do you have any example commands that can write out that kind of info? Like some examples?
Would be most appreciated. I havent worked around alot with scripts for powershell, but i would gladly learn.
-
- Veeam Software
- Posts: 3193
- Liked: 774 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Report monthly traffic usage per organization?
Hi Robin,
Take a look at the scripting example #5 provided in the VBO PowerShell documentation. The data saved to the $stat variable will include TransferredData parameter, which is essentially the amount of traffic transferred during a job run. Moving further you can use these numbers for further analysis.
Hope this helps.
Take a look at the scripting example #5 provided in the VBO PowerShell documentation. The data saved to the $stat variable will include TransferredData parameter, which is essentially the amount of traffic transferred during a job run. Moving further you can use these numbers for further analysis.
Hope this helps.
Who is online
Users browsing this forum: No registered users and 19 guests