Simple script to get any linux process uptime.
It could have been done using the /proc/PID too.
Here is the code:
#!/bin/bash # Script to get a process uptime, alerts…
System Administrator
Simple script to get any linux process uptime.
It could have been done using the /proc/PID too.
Here is the code:
#!/bin/bash # Script to get a process uptime, alerts…