Re: How to maintain/debug OpenBSD

2018-04-20 Thread sunny . naqvi
Thank's IL KA! Sunny Naqvi On Fri, Apr 20, 2018 at 08:01 PM, IL Ka wrote: This book is quite old, but it has a good chapter about BSD performance tools and about performance measurement in general https://www.amazon.com/Optimizing-UNIX-Performance-Amir-Majidimehr/dp/0131115510 (

Re: How to maintain/debug OpenBSD

2018-04-20 Thread sunny . naqvi
Is there any books that describe how to deal with these tools ? Sunny Naqvi On Fri, Apr 20, 2018 at 04:42 PM, IL Ka wrote: high load top, vmstat. You can also try to profile app with dtrace. low space disk ``du -d1 -h`` to find huge dir see opened files fstat On Fri, Apr 20, 2018 at 9:56 AM

Re: vmstat

2018-04-20 Thread sunny . naqvi
Sorry for the noise. Sunny Naqvi On Fri, Apr 20, 2018 at 05:08 PM, Janne Johansson wrote: 2018-04-20 14:54 GMT+02:00 : Hi, Can you explain me how to use vmstat to detect which software are taking more memory ? Instead of asking every little detail about this OS, one mail at a time, could I

vmstat

2018-04-20 Thread sunny . naqvi
Hi, Can you explain me how to use vmstat to detect which software are taking more memory ? Thank's Sunny Naqvi

How to maintain/debug OpenBSD

2018-04-19 Thread sunny . naqvi
you use guys ? any tricks when things go wrong ? Like for example facing to 'high load', 'low space disk', 'see opened files'... Thanks Sunny Naqvi