how can one know that each process or a thread is consuming how much memory in MYSQL?
|
1
|
|||
|
|
|
Assuming you just want just the memory usage of the mysql server program. On windows you can use Process Explorer On linux you can use the top command.
|
||
|
|
|
|
on linux you can also use top|grep mysql to get a running report of the stats of the mysql process, 1 row per top refresh period. |
||
|
|
