Skip to main content

Questions tagged [metrics]

-1 votes
1 answer
61 views

I use idera for monitoring database servers but recently I noticed that some servers (no all of them) are not monitoring the disk part properly. The error I get is: TITLE: Monitored SQL Server ...
Carolina's user avatar
2 votes
1 answer
955 views

How do I find the execution time of a query? I tried these methods: pgbench - pgbench -n -t 1 -f ./query.sql <database name> got: latency average = 9.787 ms <- should i take this as the ...
Prasanna's user avatar
-3 votes
1 answer
197 views

I am trying to understand and analyse a CPU intensive select query in SQL Server, however, I see something strange which is a negative number as logical reads. I wonder if it is a mathematical ...
Hossein POURAKBAR's user avatar
-1 votes
1 answer
160 views

I am load testing my web app which is Azure App Server + Azure SQL Database. I am looking at the the Azure data dashboard metrics as we load test it and most measures (DTU percentage, CPU percentage, ...
David Thielen's user avatar
0 votes
1 answer
574 views

This is with Azure Sql managed Instance, We have observed a case in our database where the CPU percentage is 100% for quite some time but my application are still able to hit & operate over DB, is ...
Manoj's user avatar
  • 1
1 vote
1 answer
777 views

I am new to Oracle, and I am not quite understanding the size calculations shown in OEM under tablespaces. I know it should be simple and my well be. I need to monitor the table space but not sure ...
jmichaelwDBA's user avatar
0 votes
1 answer
102 views

Background I'm reviewing a database currently where someone applied indexes to almost everything in the database. Since we are now experiencing performance issues related to updating records, I'm ...
Tolure's user avatar
  • 111
0 votes
1 answer
413 views

I am tasked with creating a new central database, with an all-new ERD / data schema, to replace a poorly designed database used by a range of applications. To assist with both design and capacity ...
Brent Arias's user avatar
2 votes
1 answer
904 views

I have a requirement to report monthly metrics on SQL Server uptime, by application/database. This would be at the cluster level. I.E., if a secondary replica went offline, but a primary was still ...
Brendan McCaffrey's user avatar
0 votes
1 answer
424 views

I've got a pretty complex batch processing procedure that takes hours to run on real data. I've found that some CPU and I/O counters are stored in the master.sys.dm_exec_sessions table, and so thought ...
liori's user avatar
  • 289
5 votes
1 answer
163 views

Short Version After enabling AUTO_CREATE_STATISTICS & AUTO_UPDATE_STATISTICS_ASYNC on a database, what performance metric will best display the changes? Long Version We just realized that the ...
DBADon's user avatar
  • 325
1 vote
1 answer
3k views

I am trying to implement user based quota system in MySQL to limit MAX_QUERIES_PER_HOUR for a particular user. I have an option to set this limit via MAX_UPDATES_PER_HOUR 10. But my problem is that I ...
salmanarshad1999's user avatar
1 vote
1 answer
97 views

I'm still learning a lot about SQL Server and pretty green, but doing the best I can as an accidental DBA. We have recently purchased a SQL monitoring software package, and after adjusting the ...
Isaac A.'s user avatar
0 votes
2 answers
624 views

I've newly taken over administration of a system with about 25 databases. Using Redgate Monitor to chart some metrics, I see that each day, one database shows values for log flushes / second that look ...
youcantryreachingme's user avatar
1 vote
2 answers
324 views

What steps would you do to be sure that STANDARD edition with its 128GB RAM limit is enough for your production? My subjective feeling is that we are somehow on the edge and I am looking for strong ...
jericzech's user avatar
  • 977

15 30 50 per page