Skip to content

Enhance thread API  #64

Open
Open
@tzach

Description

@tzach

Current thread API
http://osv.io/api/swagger-ui/dist/index.html#!/os.json/listThreads_get_10
capture minimal information per thread.
For monitoring and debugging it will be useful to include more information per thread:

"father": { "type": "long",
"description": "created by thread id" 
}, 
"priority": { "type": "float" }, 
"sched-policy": { "type": "long" }, 
"stack-size": { "type": "long" }, 
"status": { 
"type": "string", 
"description": "thread status", 
"enum": [ 
"invalid", 
"prestarted", 
"unstarted", 
"waiting", 
"running", 
"queued", 
"waking", 
"terminating", 
"terminated" 
] 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions