How to watch database additions
Posted: Wed Apr 29, 2020 12:15 am
Is there a perl script I can run with --debugX to watch database additions to find out whats going on during astgui functions to try to debug errors?
VICIDIAL astGUIclient discussion forum
http://forum.eflo.net/VICIDIALforum/
http://forum.eflo.net/VICIDIALforum/viewtopic.php?f=4&t=40053
NEWPASS=RootMySQLPass
watch -n1 "mysql asterisk -p$NEWPASS -e \"select * from information_schema.processlist where command not in ('Sleep') and info not like '%processlist%' and info is not null and STATE not like '%Waiting%'\""