Tag: networking
Python script for monitoring GPU metrics (temperature and utilization) on a server
Monitoring server GPU temperature and utilization is a critical task for ensuring the health and performance of systems, particularly those…
Python script to track the health of Kubernetes pods
Creating a Python script to track the health of Kubernetes pods involves interacting with Kubernetes’ APIs to monitor and report…
Monitor server Docker container resource utilization using python
Creating a Python script to monitor resource utilization of Docker containers involves using Docker’s APIs and Python libraries to interact…
Monitoring disk space using Python.
Python script to monitor disk space on Windows, Linux, and macOS involves using cross-platform libraries and system-specific commands. Here’s a…
Python CPU usage monitoring for Windows, Linux, and macOS
Monitor CPU usage using Python Monitoring CPU usage is a crucial aspect of system performance analysis, whether you’re running Windows,…
Able ping the IP address of your server but not the domain name – Resolved
If you can successfully ping the IP address of your Jira server but not the domain name (https://test.hello.com), this suggests…
Shell : Sync a folder from one Linux instance to another Linux instance in a specific path.
In Linux-based operating systems, it is common to synchronize files between different instances. One way to do this is by…
How to SSH or connect between two AWS EC2 instance ?
You can use the SSH command to connect to another AWS EC2 instance from the command line. Here are the…