Project

General

Profile

Feature #603

Add website availability percentage

Added by Luke Murphey almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/27/2013
Due date:
% Done:

100%


Associated revisions

Revision 42 (diff)
Added by lukemurphey almost 11 years ago

Added availability calculation. Closes #603.

History

#1 Updated by Luke Murphey almost 11 years ago

  • Status changed from New to In Progress

#2 Updated by Luke Murphey almost 11 years ago

This search should get the percentage:

source="web_ping://textcritical_net" | eval success=if(response_code<400,1,0) | stats count by success | transpose | tail 1 | rename "row 1" as failures,"row 2" as successes | eval availability=(successes/(failures+successes))*100

#3 Updated by Luke Murphey almost 11 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF