Tag: networking

python @ Freshers.in

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…

Continue Reading Python script for monitoring GPU metrics (temperature and utilization) on a server
python @ Freshers.in

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…

Continue Reading Python script to track the health of Kubernetes pods
python @ Freshers.in

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…

Continue Reading Monitor server Docker container resource utilization using python
python @ Freshers.in

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…

Continue Reading Monitoring disk space using Python.
python @ Freshers.in

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,…

Continue Reading Python CPU usage monitoring for Windows, Linux, and macOS
good to read @Freshers.in

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…

Continue Reading Able ping the IP address of your server but not the domain name – Resolved
AWS EC2 @ Freshers.in

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…

Continue Reading How to SSH or connect between two AWS EC2 instance ?