|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Chuck Amadi (chuck.amadi
rokcorp.com)
Date: Mon Apr 02 2007 - 04:58:01 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Victor Duchovni wrote:
> On Sat, Mar 31, 2007 at 10:12:30PM -1000, Julian Cowley wrote:
>
>
>> On Fri, 30 Mar 2007, Victor Duchovni wrote:
>>
>>> On Fri, Mar 30, 2007 at 10:02:37AM -0700, Eric Frazier wrote:
>>>
>>>
>>>>> sudo find /var/spool/postfix/deferred -type f -print | wc -l
>>>>>
>>> This has to stat every file and so incurs a lot of I/O, by far faster on
>>> systems with leaf-directory optimization is:
>>>
>>> sudo find /var/spool/postfix/deferred/. ! -name . ! -name '?' -print | wc -l
>>>
>> That's pretty nice. Unless I'm missing something, looks like it can
>> be further reduced to:
>>
>> sudo find /var/spool/postfix/deferred/. ! -name '?' -print | wc -l
>>
>>
>
> Provided you are willing to subtract 1 at the end, yes.
>
>
Very simple line of::
mailq | tail -1
Cheers
--
Chuck Amadi
ROK Corporation Limited
Ty ROK,
Dyffryn Business Park,
Llantwit Major Road,
Llandow,
Vale Of Glamorgan.
CF71 7PY
Tel: 01446 795 839
Fax: 01446 794 994
International Tel: +44 1446 795 839
email: chuck.amadi
rokcorp.com
This email is confidential to the addressee only. If you do not believe
that you are the intended recipient, do not pass it on or copy it in any
way. Please delete it immediately.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]