Task duration does not represent resource usage - duration

In Microsoft Project 2016 if you:
Set the project options > schedule > hours per day to 10 hours and 50 hours a week.
Create a task with one resource in it and then add 10 hours a day for 10 consequative days the tasks duration is 8 days and not 10 days!

Change the default calendar Standard. Change times for each day from 8 to 12 1 to 5
to
8 to 1 and 2 to 7.
Then it will level resources out at 10 hours per day and then 100hours will be 10 hours for 10 days with a task duration of 10 days.

Related

In Jmeter, i want 50 users(from csv) to login every 2 hours for 24 hours, how can i do it ? i am new to jmeter

I have a csv file with say 500 users details (id, pwd)
i want 50 users to login every 2 hours
for ex , at morning 8 am 50 users should login, at 10 am 50, 12 pm - 50 users and so on
please help in details i am complete newbie
image
You can try custom thread groups
You will need to install JMeter Plugins Manager first.
Add Stepping thread group in your Test Plan
Just specify the relevant ramp-up period.
Given you have 500 users and you need 50 users to log in during 1 hour it means that
Each hour 25 users will log in
Your test duration will be 20 hours
Ramp-up period would be 20 hours as well
So it would be sufficient to use "normal" Thread Group configured like:
More information: JMeter Ramp-Up Period: The Ultimate Guide

Elastalert2 reaalert every 5 minutes and group the number of hits

Seeking your advice and help.
Currently my Heartbeat will monitor system health for every 5 minutes. Then, it will save the data to Elasticsearch. My Elastalert2 will retrieve the date from Elasticsearch.
I have 2 system being monitored
Application 1
Application 2
Below is my expectations
monitor every 5 minutes and if it hit 6 down for group or individual of 6 hits for past 30 minutes to trigger and alert
Below is my Elastalert2 code
config.yml
run_every:
minutes: 1
buffer_time:
minutes: 5
rule.yml
type: "frequency"
index: "filebeat-*"
realert:
minutes: 5
num_events: 6
timeframe:
minutes: 30
filter:
- term:
monitor.status.keyword : "down"
- terms:
monitor.id.keyword : ["Application-1", "Application-2"]
Let's say below is the timing the Elastalert2 executed
5:00
5:05
5:10
5:15
5:20
5:25
5:30
5:35
and let's say below is the timing the Heartbeat executed
5:00
5:05
5:10
5:15
5:20
5:25
5:30
5:35
Not what it happens is that
It is counting number of hits separately as Application-1 as 3 hits and Application-2 as 3 hits causing it to trigger alert at 5:10 rather than grouping together as Application-1 and Application-2 as 6 hits and trigger alert at 5:25
Also once it trigger alert, it wait for anotehr 6 even to trigger. I want it to count from current time to last 30 minutes do the checking and trigger allert. Example 5:25, 5:30, 5:35 as the system is still down for the past 30 minutes form current time

DBMS_SCHEDULING Repeat Interval - Half Hourly, 9-5, Mon-Fri

I'm trying to work out if I can put together a repeat interval to apply to a Schedule that runs every half an hour between 9-5 on Monday to Friday.
I have this so far but am struggling to limit the time to within 9-5
FREQ=DAILY; BYDAY=MON,TUE,WED,THU,FRI; BYHOUR=9,10,11,12,13,14,15,16,17;BYMINUTE= 30;
If I run this, it will execute correctly during the 9-5 period; however, it will also execute every 30 minutes past every hour before 9 and after 5. I need to to only begin running >= 09:00 and <=17:00
I'd say that you're close - replace
BYMINUTE= 30
with
BYMINUTE= 0,30

Heroku Dyno Free Hours Reset Monthly?

I have still 981hours for today's month what if I will not consume this hours. In the following month does this 981 hours will reset to 1000 hours ?
Thank you in advance.
Yes. If you don't use some hours at the end of the month, your quota goes back to the base value.
You cannot keep unused dyno hours month over month.

dhtmlx scheduler custom timeline

Currently i'm working on a project where i need to use dhtmlxSchedular whats new to me.
i'm struggling to change the timeline header view. For example this timeline: http://docs.dhtmlx.com/scheduler/samples/06_timeline/08_time_scale.html
Here you can see a timeline with a second time scale for one day
timescale 1: minutes
timescale 2: hours
What i want is a view for a week and one day has 10 hours. For example
Monday 12 dec till Sunday 18 dec
Where every day has 10 cells from 00:00 till 10:00.
So shortly saying, one day consists of 10 hours to be planned.
Is this possible with scheduler timeline.
Yes, it is possible. To hide hours in the scale you need to use scheduler.ignore_timeline property.
More info how to change the default time interval
Demo with Timeline scale you want to implement

Resources