Gerg / virgil

Script for getting Cores from TAS foundations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virgil

Script for getting Cores from TAS foundations. Not intended for production use.

Named after the train/drill thing from The Core (2003).

Inspired by https://cloud.google.com/compute/docs/instances/set-threads-per-core#view_the_number_of_threads_per_core

Instructions

  1. Install python3 and pip3 (should come with most Operating Systems)
  2. Install the bosh CLI.
  3. pip3 install -r requirements.txt (ideally we wouldn't need this step, so it would work in internetless environments)
  4. Target the desired environment and deployment with bosh.
  5. ./virgil.py

Current (Known) Limitations

  1. Only works on Linux stemcells
  2. Doesn't work for Isolation Segments
  3. Unvalidated for all IaaSs and configurations (e.g. vSphere Distributed Resource Scheduler)

About

Script for getting Cores from TAS foundations

License:MIT License


Languages

Language:Python 100.0%