Hi All,
There are 13 linux machines that run a particular application, and all the instances of that application connect to a single db. Is there any way to know how much percentage of the database does each of those application instances are using??
i.e, can we say,
app_instance a is using x percentage of the db
app_instance b is using y percentage of the db and the like.
please help me.