[Home]

Summary:ASTERISK-00896: [patch] Add CLI command 'cdr mysql status'
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2004-01-22 12:05:46.000-0600Date Closed:2004-09-25 02:20:04
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20040122__cdr_mysql_status.diff.txt
( 1) 20040129__cdr_mysql_userfield.diff.txt
Description:Shows how long cdr_mysql has been connected and how many records it has written since the last reconnect.
Comments:By: jrollyson (jrollyson) 2004-01-25 21:45:54.000-0600

Tested. Appears to work.

By: Mark Spencer (markster) 2004-01-25 22:22:04.000-0600

Although technically it's correct, I would prefer *not* to do the user_add user_del stuff for performance reasons.

By: Tilghman Lesher (tilghman) 2004-01-29 11:13:08.000-0600

Mark's requests have been integrated and uploaded.  Also, I've fixed the userfield code (extra error condition, made userfielddata not global for alloca data).

By: Mark Spencer (markster) 2004-01-29 11:27:06.000-0600

Fixed in CVS.  Your "usecount" handling is particularly clever.