1.0.0 • Published 1 year ago

memused v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

maxmem

A simple program to print the maximum memory usage of a process.

$ bunx maxmem echo hello
hello
Max memory usage: 1.36 MB

If you want to control the prefix of the output, you can use the --prefix flag:

$ bunx maxmem --prefix="maxmem: " echo hello
hello
maxmem: 1.36 MB

--prefix is the only flag, besides --help.

1.0.0

1 year ago