Questions tagged [spike]

In the Scrum agile software development framework, a Spike is a time boxed period used to research a concept and/or create a simple prototype.

A Spike is a time boxed period used to research a concept and/or create a simple prototype.

Spikes can either be planned to take place in between sprints or, for larger teams, a spike might be accepted as one of many sprint delivery objectives.

Spikes are often introduced before the delivery of large or complex product backlog items in order to secure budget, expand knowledge, and/or produce a proof of concept. The duration and objective(s) of a spike will be agreed between the Product Owner and Delivery Team before the start. Unlike sprint commitments, spikes may or may not deliver tangible, shippable, valuable functionality. For example, the objective of a spike might be to successfully reach a decision on a course of action. The spike is over when the time is up, not necessarily when the objective has been delivered.

36 questions
0
votes
1 answer

Weird spikes in MySQL query times

I'm running a NodeJS with MySQL (InnoDB) for a game server (player info, savedata, stuff). Server is HTTP(S) based so nothing realtime. I'm having these weird spikes as you can see from the graphs below (first graph is requests/sec and last graph is…
Joonas Alhonen
  • 322
  • 1
  • 11
0
votes
1 answer

RISCV and Spike: Add something and read value

I want to write a simple RISCV program in assembly and then test it. The program should simply load a value into a register and add a value to it: .file "hello.c" .text .align 2 .globl main .type main, @function main: li a0, 2 add…
今天春天
  • 941
  • 1
  • 13
  • 27
0
votes
3 answers

Can a task done for next sprint be classified as a spike?

If all the user stories for the current sprint are completed and we work on a task that will be for the next sprint, then how can we classify it? Can it be called as "Spike"?
Vignesh Subramanian
  • 7,161
  • 14
  • 87
  • 150
-1
votes
2 answers

Recreate a Load runner scenario using Ultimate thread group in Jmeter

I want to recreate the load runner scenario in Jmeter using ultimate thread group But iam Lost This is the Load runner scenario Load runner Specification Attached the Scheduled Graph Below Load runner Scheduled Graph Below is the formation of…
-2
votes
1 answer

python script in relation to the spike fuzzer connecting to vulnserver.exe

ok so i have vulnserver.exe running on my win7 box waiting for input on port 9999. It takes in certain commands with parameters one of which is TRUN and is designed to trigger a buffer overflow if the TRUN parameters are the right length: this is…
Damian Moore
  • 1
  • 1
  • 1
-2
votes
1 answer

Spike Filtering in Real time C++

I'm trying to implement a spike filter on some torque that I'm reading in from an SEA in real time. As of now, we're using a moving average to replace the spike values that cross a certain threshold. (We're getting spikes b/c the actuator sometimes…
1 2
3