Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adavies42 committed Jul 13, 2021
1 parent c48cc66 commit 6cf53de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q/psutil/psutil.q
@@ -1,12 +1,12 @@
// only implemented for linux
if["l"<>first string .z.o;
if[not(first string .z.o)in"l";
'`nyi;
]

.finos.dep.include"../util/util.q"

///
// Get memory information about a process, possibly including USS, PSS and swap.
// Get memory information about a process, possibly including USS, PSS, and swap.
// @param x pid
// @return A dictionary of memory information about the process.
.finos.psutil.memory_full_info:{
Expand Down

0 comments on commit 6cf53de

Please sign in to comment.