1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2021-04-08 16:42:57 -07:00
parent 125edc9c90
commit d8ea9bde82
3 changed files with 16 additions and 16 deletions

View File

@ -19,14 +19,14 @@ Schema:
[ [
{ {
"user": string, # '-'' = null "user": string, # '-' = null
"tty": string, # '-'' = null "tty": string, # '-' = null
"from": string, # '-'' = null "from": string, # '-' = null
"login_at": string, # '-'' = null "login_at": string, # '-' = null
"idle": string, # '-'' = null "idle": string, # '-' = null
"jcpu": string, "jcpu": string,
"pcpu": string, "pcpu": string,
"what": string # '-'' = null "what": string # '-' = null
} }
] ]

View File

@ -17,14 +17,14 @@ Schema:
[ [
{ {
"user": string, # '-'' = null "user": string, # '-' = null
"tty": string, # '-'' = null "tty": string, # '-' = null
"from": string, # '-'' = null "from": string, # '-' = null
"login_at": string, # '-'' = null "login_at": string, # '-' = null
"idle": string, # '-'' = null "idle": string, # '-' = null
"jcpu": string, "jcpu": string,
"pcpu": string, "pcpu": string,
"what": string # '-'' = null "what": string # '-' = null
} }
] ]

Binary file not shown.