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

DontReview Garnitin/add gke load testing/v1 #2225

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2024

  1. Add gsheet utilities

    Utilities:
    1. Append given tabular data to the given gsheet
       id and worksheet name.
    2. Return url for a gsheet given its ID.
    3. Adds unit tests for the above utilities.
    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0228c49 View commit details
    Browse the repository at this point in the history
  2. fix gsheet unit tests

    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    6a18b04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    895e2ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c55ac5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f273dd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b05a353 View commit details
    Browse the repository at this point in the history
  7. Support exporting outputs to gsheet

    add generic utility to append to a gsheet
    
    Add utility for gsheet
    
    improve gsheet utility
    
    export fio output to gsheet
    
    encapsulate cpu/memory calculation in fio
    
    disable repeat operations for quick testing
    
    add dlio output export to gsheet
    
    fix a bug in dlio output parsing
    
    fix a column-name in fio csv output
    
    Revert "disable repeat operations for quick testing"
    
    This reverts commit 04bf834.
    
    add log of successful addition to gsheet
    
    clean-up code changes
    
    added some error-checking
    
    wip
    
    wip
    
    fix calls to download_gcs_objects
    
    support key-file on gcs in gsheet
    
    put back cpu/memory metrics
    
    fix couple of logs
    
    fix couple of help messages
    
    put back accidentally deleted command
    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    680b887 View commit details
    Browse the repository at this point in the history
  8. rename some utilities

    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    94f9b10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06c280e View commit details
    Browse the repository at this point in the history
  10. Add try-catch for exception during parsing

    Adds row with "ERROR" for all values
    rather than crashing during printing in
    CSV file.
    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1b3ec7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c475333 View commit details
    Browse the repository at this point in the history
  12. Replace mash with monitoring-api everywhere

    Purposes.
    * Consistent behavior across all machines
    * Monitoring API has faster runtime than mash.
    * Monitoring API is supported on GCE VM too.
    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    34d2b98 View commit details
    Browse the repository at this point in the history
  13. fix some var names

    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d7194ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e3cdbc2 View commit details
    Browse the repository at this point in the history
  15. empty commit

    gargnitingoogle committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    74b5bd8 View commit details
    Browse the repository at this point in the history