Created
February 20, 2022 19:35
-
-
Save JosephTLyons/355e7f9c11b4ad5bc3325a5ea32a7886 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/josephlyons/Desktop/rust_temp/nushell/docs〉ps | first 2 | to json -i 4 02/20/2022 02:29:47 PM | |
[ | |
{ | |
"pid": 47434, | |
"name": "nu", | |
"status": "Running", | |
"cpu": 1.8518518518518519, | |
"mem": 14471168, | |
"virtual": 5180243968 | |
}, | |
{ | |
"pid": 47420, | |
"name": "mdworker_shared", | |
"status": "Sleep", | |
"cpu": 0, | |
"mem": 23609344, | |
"virtual": 5080944640 | |
} | |
] | |
/Users/josephlyons/Desktop/rust_temp/nushell/docs〉ps | first 2 | to json -i 2 02/20/2022 02:29:49 PM | |
[ | |
{ | |
"pid": 47434, | |
"name": "nu", | |
"status": "Running", | |
"cpu": 1.8867924528301887, | |
"mem": 16293888, | |
"virtual": 5180243968 | |
}, | |
{ | |
"pid": 47420, | |
"name": "mdworker_shared", | |
"status": "Sleep", | |
"cpu": 0, | |
"mem": 25112576, | |
"virtual": 5080944640 | |
} | |
] | |
/Users/josephlyons/Desktop/rust_temp/nushell/docs〉ps | first 2 | to json -i 0 02/20/2022 02:29:53 PM | |
[ | |
{ | |
"pid": 47434, | |
"name": "nu", | |
"status": "Running", | |
"cpu": 1.9047619047619047, | |
"mem": 16539648, | |
"virtual": 5180243968 | |
}, | |
{ | |
"pid": 47420, | |
"name": "mdworker_shared", | |
"status": "Sleep", | |
"cpu": 0, | |
"mem": 32346112, | |
"virtual": 5223550976 | |
} | |
] | |
/Users/josephlyons/Desktop/rust_temp/nushell/docs〉ps | first 2 | to json -i -1 02/20/2022 02:29:56 PM | |
memory allocation of 18446744073709551615 bytes failed | |
zsh: abort cargo run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment