mesos-cli icon indicating copy to clipboard operation
mesos-cli copied to clipboard

Alternative Apache Mesos CLI

Results 2 mesos-cli issues
Sort by recently updated
recently updated
newest added

`mesos tasks` works alright. `mesos top` crashes. Pasting the output, including stacktrace below. ``` ──────────┬─────┬──────┬──────────┐ │containers│tasks│agents│frameworks│ └ ┴─────┴──────┴──────────┘ ID | CPU_USR | CPU_SYS | MEM_RSS | MEM_AVLpanic: runtime error: invalid...

When following a file that does not update very frequently, the offset is continually increased even when it exceeds the total file size and no data is returned. Seems like...