{
    "schema_version":  "occ-system-bandwidth-v3",
    "generated_at":  "2026-05-11T14:16:45.2308091-04:00",
    "machine_name":  "LIMITLESS",
    "ps_version":  "5.1.26100.8115",
    "disclosure":  [
                       "This is NOT file compression. This is a session-level bandwidth model.",
                       "It compares (a) every session pulling the full package from the cloud",
                       "against (b) installing the package once locally and pulling only small",
                       "update packets after that.",
                       "The 5% update-packet figure is a SIMULATED placeholder, not measured.",
                       "The savings percentage is therefore a model prediction, not an",
                       "empirical compression result."
                   ],
    "inputs":  [
                   {
                       "file":  "JSON_AGENT_SAMPLE.json",
                       "bytes":  5458
                   },
                   {
                       "file":  "SIMPLE_HTML_SAMPLE.html",
                       "bytes":  6904
                   },
                   {
                       "file":  "TEXT_ARTICLE_SAMPLE.txt",
                       "bytes":  8824
                   }
               ],
    "initial_package_bytes":  21186,
    "simulated_update_bytes":  1060,
    "simulated_update_ratio_of_initial_pct":  5,
    "rows":  [
                 {
                     "sessions":  1,
                     "initial_package_bytes":  21186,
                     "simulated_update_bytes":  1060,
                     "cloud_full_download_bytes":  21186,
                     "local_install_plus_updates_bytes":  21186,
                     "bytes_saved":  0,
                     "savings_pct":  0
                 },
                 {
                     "sessions":  5,
                     "initial_package_bytes":  21186,
                     "simulated_update_bytes":  1060,
                     "cloud_full_download_bytes":  105930,
                     "local_install_plus_updates_bytes":  25426,
                     "bytes_saved":  80504,
                     "savings_pct":  76
                 },
                 {
                     "sessions":  10,
                     "initial_package_bytes":  21186,
                     "simulated_update_bytes":  1060,
                     "cloud_full_download_bytes":  211860,
                     "local_install_plus_updates_bytes":  30726,
                     "bytes_saved":  181134,
                     "savings_pct":  85.5
                 },
                 {
                     "sessions":  30,
                     "initial_package_bytes":  21186,
                     "simulated_update_bytes":  1060,
                     "cloud_full_download_bytes":  635580,
                     "local_install_plus_updates_bytes":  51926,
                     "bytes_saved":  583654,
                     "savings_pct":  91.83
                 },
                 {
                     "sessions":  100,
                     "initial_package_bytes":  21186,
                     "simulated_update_bytes":  1060,
                     "cloud_full_download_bytes":  2118600,
                     "local_install_plus_updates_bytes":  126126,
                     "bytes_saved":  1992474,
                     "savings_pct":  94.05
                 }
             ]
}