• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

load

GCP Load Balancer Logging

June 21, 2020

Go to Logging > Logs Viewer to monitor a GCP Load Balancer.

resource.type="http_load_balancer" AND resource.labels.url_map_name="your-lb" AND resource.labels.project_id="your-project-id"

resource.type="http_load_balancer" AND resource.labels.url_map_name="your-lb" AND resource.labels.project_id="your-project-id"

Filed Under: Cloud Tagged With: balancer, gcp, google, load, logging

Crontab File

June 12, 2019

How to load crontab from file.

crontab /path/to/file.txt

crontab /path/to/file.txt

Save crontab to a file.

crontab -l > /path/to/file.txt

crontab -l > /path/to/file.txt

Filed Under: Linux Tagged With: crontab, file, load, write

  • Home
  • About
  • Archives

Copyright © 2023