Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script Generate Azcopy Throughput Report #2152

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Commits on Apr 11, 2023

  1. Script Generate Azcopy Throughput Report

    - Analyzes the azcopy log, and collects transfer metrics to generate a repot Example:
                 .\AzcopyThroughput.ps1 -F "C:\Users\tml\.azcopy\f2435d64-57ea-6949-7e62-006aa4ecf930.log"
    tilimpo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a5b2d9e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    5a28973 View commit details
    Browse the repository at this point in the history
  2. Delete Report.html

    tilimpo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f86af29 View commit details
    Browse the repository at this point in the history
  3. report under utils

    mover Report.html under utils directory
    tilimpo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8573fe4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    3854597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d3f89d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Update AzcopyThroughput.ps1

    typos already corrected
    tilimpo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    89eea38 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Update AzcopyThroughput.ps1

    1) Correction of CSV path
    2) Adding any column for possible warning messages like "(Disk may be limiting speed)"
    tilimpo committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4b39b94 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update AzcopyThroughput.ps1

    removing the quotes signal from CSV
    tilimpo committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a12e4b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Update AzcopyThroughput.ps1

    improvement: can analyze the log even if the log is not completed, created a validation if the variable $tf is empty or not to avoid dividing a int per zero.
    
    Also create a validation if the auxiliar file exists, to avoid send a instruction to delete something that not exists.
    tilimpo committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4f2d670 View commit details
    Browse the repository at this point in the history