Skip to content

Harshavardhanchary/Bash-scripts

Repository files navigation

This repo contains Bash scripts that I have Developed in my DevOps journey So far.

  1. aws-resources-list.sh

This script lists the aws resources.

Example:

  ./aws-resources-list.sh us-east-1 ec2

The above command lists the ec2 instace in the specified region. Note that you have AWS-CLI istalled and configured in the machine you execute this script.

  1. k8s.sh

This script when executed monitors the kubernetes resources like namespace, nodes and pods at that particular instance and generates a log file.

alt text

  1. sys.sh

This script when executed generates a log file which contains the monitoring information of the machine.

  ./sys.sh
  1. system-monitoring.sh

This is also a system monitoring script where you can specify which resource of the system you want to know about. Example:

  ./system-monitoring.sh disk

The above command displays the disk utilisation of the machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages