Skip to content

Commit 260189c

Browse files
Alexandra Iordacheacatangiu
authored andcommitted
readme: express process startup time as CPU time
Add disclaimer that the SLA is expressed in CPU ms. Signed-off-by: Alexandra Iordache <[email protected]>
1 parent 291bf05 commit 260189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ The **API endpoint** can be used to:
9191
- The boot-time SLA is enforced in `tests/performance/test_boottime.py`.
9292
- The process startup time SLA is enforced in
9393
`tests/performance/test_process_startup_time.py`. This value corresponds to
94-
the time elapsed between `jailer` starting and `bind` being called on the API
95-
socket.
94+
the CPU time (time that the process actually spent on the CPU) elapsed
95+
between `jailer` starting and `bind` being called on the API socket.
9696

9797
### Measuring boot time
9898

0 commit comments

Comments
 (0)