danIT Posted July 22, 2009 Posted July 22, 2009 Im use: mysqladmin processlist | grep to view specific processes happening on a specific database. Is it possible to 'tail' the processlist?
powdarrmonkey Posted July 22, 2009 Posted July 22, 2009 You mean, refresh the list? watch --interval= "mysqladmin processlist |grep " where n is an integer of seconds, 2 by default.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now