Questions tagged [utilization]
106 questions
0
votes
1 answer
JavaScript setTimeout and Chrome memory utilization
I am facing a problem with javascript and browser (Chrome) memory utilization.
There is timer (setTimeout) in my script, which is check location from browser. I have noticed that there is gradual increase in memory utilization (in task manger) by…

Pawan
- 517
- 1
- 9
- 25
0
votes
3 answers
In need of a Linux memory-utilization tool
I'm working on a thesis right now where I have to measure the usage and power consumption of VM's.
To do so, I create a VM, then log into it and start a lookbusy process which utilizes the allocated memory to the max.
However, I noticed that the…

Adnan Pasic
- 49
- 4
0
votes
0 answers
CPU utilization by module for a given period
My Requirement - Find the CPU utilization by a module for a given period. I am using following 2 queries, which are calculating the CPU utilization for a module say XModule less than 1% for last 24 hours (to_date(sysdate-1) )
SELECT OT.*…
0
votes
0 answers
How to calculate the below values for Oracle and SQL Server databases
How to calculate the below values for Oracle and SQL Server databases.
Replication Bandwidth Utilization (in %)
Replication Queue Size
Replication Latency

anandarc
- 15
- 4
0
votes
0 answers
Server's Utilization Monitoring Tools
Regarding VMware VM utilization , vROPs and Nagios monitoring. Which one should we choose ? What metrics that Nagios used to obtain the data ? Anyone ?
Thanks
Comparing performance graph from VMware and Nagios
Checking ESXTOP for utilization
Is…

Jason
- 1
0
votes
0 answers
Calculate Inventory Utilization Over Time with Tableau
I would like to use Tableau to display how well different programs are utilizing their bed inventory over time. Each program has a set number of beds that can be made available to people who need them. People enroll with programs at different times,…

Trent
- 771
- 5
- 19
0
votes
0 answers
How to check CPU utilization% using command line in windows, I have checked but mostly I am getting articles related to CPU load only
I am looking for commandline options to check CPU utilization for an app in windows, I have tried in internet also , all I am getting cpu load only.
C:\> @for /f "skip=1" %p in ('wmic cpu get loadpercentage') do @echo %p%
this command only giving…
0
votes
0 answers
creating a move-object from non-movebank data for spatial analysis via move-package
I need to create a move-object from a large set of telemetric data (>100,000 rows) for e.g. brownian bridge movement modelling. I spent a lot of time today to be sure about the format of the columns but the move()-function still does not work.
This…

Vincent
- 1
- 1
0
votes
1 answer
Generating specific cpu, disk and network utilization workloads on Linux
I am looking for a Linux tool to generate workloads with pre-defined cpu, disk and network utilization. For example, I need to keep my cpu utilization on 55% and the disk utilization on 30% for a minute on my Ubuntu workstation. Is there any tool to…

TonySalimi
- 8,257
- 4
- 33
- 62
0
votes
2 answers
Linux: Trying to monitor different linux filesystem sizes and send mail to 2 or more people
I created a .sh file to monitor 2 file paths and send the disksize to me. It runs and I don't get a mail. And the filesystems are >90%
#!/bin/bash
used=$(df -Ph | grep 'location1' | awk {'print $5'})
used1=$(df -Ph | grep '/location2' | awk {'print…
0
votes
1 answer
How do I check the trend of disk utilization in linux(centos specifically)
I have a centos server which are running MySQL, kafka, and other services, I have separate LVM disks mounted to each of these services.
How do I get the trend of disk utilization for these services? Is there any specific command in Linux through…

Abhishek Anvekar
- 338
- 1
- 5
- 18
0
votes
0 answers
Can one get the RAM Utilization with python and/or Powershell, without Cache?
Is there a way to get the RAM Utilization with powershell/Python, without the cached ram?
We want to monitor the utilization of our System parameters. At the moment I use this in powershell, which gets calles by task scheduler every 30 minutes…

InfiProg
- 13
- 1
- 2
0
votes
1 answer
Virtual Environment for server utilization
I have a django app and I would like to have an experience on scaling-up my project.
http://www.djangobook.com/en/beta/chapter21/
In this document scaling issues of django applications are explained very well but before I buy new servers I would…

brsbilgic
- 11,613
- 16
- 64
- 94
0
votes
1 answer
Retrieve Program Execution Time in Perf Sampling Mode
I am using Perf to detect the number and locations of DRAM accesses in a workload. For locations, I need to trace in sampling mode. Therefore, I trace in sampling mode, and in order to get the total number of accesses, I multiply the number of…

TheAhmad
- 810
- 1
- 9
- 21
0
votes
1 answer
System Simulation - Utilization and average waiting time and length
I've created a simulation project in Pycharm of a drive thru restaurant with a single order window staffed by one employee. This is the results of a single run of the simulation:
Drive Thru Simulation
How do I find what the utilization of the…

SarahCaw
- 11
- 2