Hacker News new | ask | show | jobs
by dowskitest 5709 days ago
I use 'watch' to continuously run my suite of unit tests. I write a new test, it starts failing while looping under 'watch', then I write code to make it pass.
1 comments

I have used it for ram memory (free) and processes (ps) monitoring.
Doesn't top do the same job?