Hi,
I need in the physical architecture to modelise Thread and Process.
I’m note sure if i shall use Node PC or Behavior PC.
Any one has an idea ? An explanation
Thank
Hi,
I need in the physical architecture to modelise Thread and Process.
I’m note sure if i shall use Node PC or Behavior PC.
Any one has an idea ? An explanation
Thank
In your context:
I recommend to define also extensions for Behavior PC with PVMT to specify resource requirements for the SW component.
As an example I am using this approach for systems deployed to a Kubernetes cluster, defining pod replicas, ram and cpu limits
spec.resources.limits.cpuspec.resources.limits.memoryspec.resources.requests.cpuspec.resources.requests.memoryThis approach makes it possible to gather system needs in model reports generated with Python4Capella.
Thank for your answers.
Thank for the idea.
Effectivly it can be a good idea.
For the moment i don’tuse PVMT and i’m not familiar with it.
Please find attached a sample of property value definition for HW/SW components.
pa.vpd (9.4 KB)
It could be enlarged to cover more use cases.