This commit is contained in:
2024-07-28 08:41:44 +02:00
parent 77094a835b
commit 11fcf9e804
15 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
# Simulation for Nodes of Type ai
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'ai_new_per_month'
period_type:quarter
Nr of nodes sold per month.
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'ai_nr_active'
period_type:quarter
Nr of nodes active at end of quarter.
## Financials
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'ai_utilization'
period_type:quarter
Utilization
!!sheet.graph_bar_row sheetname:'tfgridsim_run1'
rowname:'ai_rev_month'
period_type:quarter
Revenue as can be made per node (after discount and at utilization)
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'ai_rev_total'
period_type:quarter
Revenue per month for all nodes of this type.
## Overview
!!sheet.sheet_wiki sheetname:'tfgridsim_run1' includefilter:'nodetype:ai'
<br>
## Details Month
!!sheet.sheet_wiki sheetname:'tfgridsim_run1' period_type:month includefilter:'nodetype:ai'

View File

@@ -0,0 +1,30 @@
# Node Stats
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
period_type:quarter
includefilter:'nrnodes_new'
Nr of nodes sold per month.
<br>
<br>
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
period_type:quarter
includefilter:'utilization'
Utilization of the nodes over time.
## Financials
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'noderev'
period_type:quarter
Revenue per month for all nodes of this type.
## Overview Stats for all Type of Nodes
!!sheet.sheet_wiki sheetname:'tfgridsim_run1' includefilter:'nodestats_total'

View File

@@ -0,0 +1,44 @@
# Simulation for Nodes of Type platinum
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'platinum_new_per_month'
period_type:quarter
Nr of nodes sold per month.
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'platinum_nr_active'
period_type:quarter
Nr of nodes active at end of quarter.
## Financials
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'platinum_utilization'
period_type:quarter
Utilization
!!sheet.graph_bar_row sheetname:'tfgridsim_run1'
rowname:'platinum_rev_month'
period_type:quarter
Revenue as can be made per node (after discount and at utilization)
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'platinum_rev_total'
period_type:quarter
Revenue per month for all nodes of this type.
## Overview
!!sheet.sheet_wiki sheetname:'tfgridsim_run1' includefilter:'nodetype:platinum'
<br>
## Details Month
!!sheet.sheet_wiki sheetname:'tfgridsim_run1' period_type:month includefilter:'nodetype:platinum'

View File

@@ -0,0 +1,44 @@
# Simulation for Nodes of Type Silver
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'silver_new_per_month'
period_type:quarter
Nr of nodes sold per month.
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'silver_nr_active'
period_type:quarter
Nr of nodes active at end of quarter.
## Financials
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'silver_utilization'
period_type:quarter
Utilization
!!sheet.graph_bar_row sheetname:'tfgridsim_run1'
rowname:'silver_rev_month'
period_type:quarter
Revenue as can be made per node (after discount and at utilization)
!!sheet.graph_line_row sheetname:'tfgridsim_run1'
rowname:'silver_rev_total'
period_type:quarter
Revenue per month for all nodes of this type.
## Overview
!!sheet.sheet_wiki sheetname:'tfgridsim_run1' includefilter:'nodetype:silver'
<br>
## Details Month
!!sheet.sheet_wiki sheetname:'tfgridsim_run1' period_type:month includefilter:'nodetype:silver'