ballhogjoni Posted February 10, 2014 Share Posted February 10, 2014 I've searched google with no luck. I'm wondering if there's a way to follow the full processlist in mysql from the command line. I'm looking for something like the tail command. Link to comment https://forums.phpfreaks.com/topic/286091-follow-full-processlist/ Share on other sites More sharing options...
kicken Posted February 10, 2014 Share Posted February 10, 2014 You can use the watch utility to just re-issue the request every x seconds. that is the closest you'd get to a continuous monitoring like tail. watch mysqladmin -u user -v processlist When it comes to the password, see End-User Guidelines for Password Security for options. Link to comment https://forums.phpfreaks.com/topic/286091-follow-full-processlist/#findComment-1468397 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.