sunny.na...@igreen.pk(sunny.na...@igreen.pk) on 2018.04.20 06:56:01 +0000:
> Hi
> 
> Sometimes we need to maintain or debug OpenBSD.
> I found these links useful : 
> https://www.openbsd.org/ddb.html (https://www.openbsd.org/ddb.html)
> https://man.openbsd.org/crash (https://man.openbsd.org/crash)
> https://www.openbsd.org/report.html (https://www.openbsd.org/report.html)
> But what do you use guys ? any tricks when things go wrong ?

Normal sysadmin tools:

> Like for example facing to 'high load'

 systat
 top

> 'low space disk'

 df
 rm
 a credit card to buy more disks
 disklabel and growfs

> 'see opened files'...

 fstat
 netstat

(this is probably not the answer you expected, but if you have a concrete
problem, thats easier to answer).

Reply via email to