Not directly, but you could try: sh# netstat -tnp
to check if there are any pending connections on ports 8070 (netrpc) or 8069 (xmlrpc) or psql# select * from pg_stat_activity; to check for database activity. Since tcp connections can stall and OE pools db connections, it's recommended doing production server maintenance off-hours :) -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=54183#54183 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
