Quiet cronjobs

Author Message

Brendan Pike

Tuesday 17 June 2003 9:44:38 am

Is there an elegant way of making the cronjobs --quiet ? Removing the output doesn't seem ideal and the million emails a day can quickly kill you.

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

Paulo Almeida

Tuesday 17 June 2003 11:08:00 am

Use this command php -C runcronjobs.php 2>&1 > /dev/null
Should work

Paulo Almeida

PACPI.COM Internet Consulting
http://pacpi.com

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 16:04:32
Script start
Timing: Jan 18 2025 16:04:32
Module start 'layout'
Timing: Jan 18 2025 16:04:32
Module start 'content'
Timing: Jan 18 2025 16:04:32
Module end 'content'
Timing: Jan 18 2025 16:04:32
Script end

Main resources:

Total runtime0.8955 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0047 589.2344152.6094
Module start 'layout' 0.00470.0026 741.843839.4063
Module start 'content' 0.00720.8868 781.2500517.7031
Module end 'content' 0.89410.0014 1,298.95318.2031
Script end 0.8955  1,307.1563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.3548160.0002
Check MTime0.00130.1491160.0001
Mysql Total
Database connection0.00070.081110.0007
Mysqli_queries0.854995.4677540.0158
Looping result0.00060.0699520.0000
Template Total0.867596.920.4337
Template load0.00200.222620.0010
Template processing0.865596.646420.4327
Template load and register function0.00020.026610.0002
states
state_id_array0.00100.115710.0010
state_identifier_array0.00150.165720.0007
Override
Cache load0.00160.183790.0002
Sytem overhead
Fetch class attribute can translate value0.00060.068120.0003
Fetch class attribute name0.00140.160730.0005
XML
Image XML parsing0.00060.062220.0003
class_abstraction
Instantiating content class attribute0.00000.001330.0000
General
dbfile0.00150.1722160.0001
String conversion0.00000.000640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 8
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs