Skip to content

Commit a8fa795

Browse files
authored
Update README.md
update readme
1 parent 68c0c38 commit a8fa795

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,19 @@ An SLEdgeScale serverless function consists of a shared library (\*.so) and a JS
7272
```
7373

7474
`port`:Refers to the UDP port.
75+
7576
`request-type` and `path`: Used to determine which serverless function will be served; `request-type` must be unique per function.
77+
7678
`route`: An inherited field from SLEdge. It is not used currently but is kept to avoid parse errors.
79+
7780
`n-resas`: Specifies the number of CPU cores reserved for this serverless function. It is used by the DARC algorithm.
81+
7882
`group-id`: Specifies the group identifier used in the DARC algorithm.
83+
7984
`expected-execution-us`: Currently not used. SLEdgeScale will estimate execution time online.
85+
8086
`relative-deadline-us`: Specifies the request deadline in microseconds.
87+
8188
`http-resp-content-type`: Not used currently but is kept to avoid parse errors.
8289

8390
### Start the SLEdgeScale Server

0 commit comments

Comments
 (0)