Plotting » History » Version 1
Aurynn Shaw, 03/15/2007 12:47 PM
1 | 1 | Aurynn Shaw | == Plotting == |
---|---|---|---|
2 | |||
3 | PG Graph 2 plots its graphs using one of two methods: |
||
4 | |||
5 | * Backends are plotted absolutely, by number of backends at any given time. |
||
6 | * All other plot deltas between now() and now()-interval. FX: |
||
7 | * at 12:20, the value is 5305219037, and at 12:30, the number is 5308526897. This is a delta of 3,307,860, which is then plotted. |
||
8 | * Had the value at 12:30 not increased, it would have been a delta of 0, or no commits(in this case) being done. |