refactor continues
This commit is contained in:
parent
c038774f2c
commit
51f1eab127
30 changed files with 1373 additions and 474 deletions
|
|
@ -12,4 +12,13 @@ type CmdOptions struct {
|
|||
Detached bool
|
||||
}
|
||||
|
||||
type SchedTask struct{ Name string }
|
||||
type SchedTask struct{ Name string }
|
||||
|
||||
type ProcessMsg struct {
|
||||
Name string `json:"name"`
|
||||
Pid int `json:"pid"`
|
||||
MemBytes uint64 `json:"membytes"`
|
||||
Username string `json:"username"`
|
||||
UID int `json:"id"`
|
||||
CPU string `json:"cpu_percent"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue