-
Not sure whether this behaves correctly or doesn't so I thought a discussion would be more appropriate for now. I've been playing around with v1.0.0 and v1.0.1 and on a server with limited resources (2 cores, 4 GB of RAM). % watch -n 10 `my command` % viddy -n 10 `my command` The CPU consumption is constant for both commands. I tried other commands and it seems that the more output lines the command produces, the higher the CPU usage. With another command that produces less output: % watch -n 10 `my command` % viddy -n 10 `my command` Note that
Is anyone observing similar resource usage? Just curious. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@xfzv Thank you for the feedback. |
Beta Was this translation helpful? Give feedback.
@xfzv Thank you for the feedback.
Yes, Viddy is heavier than Watch because it offers rich features, especially the pager functionality. However, there is potential for optimizing this feature in the future.