Pregunta de entrevista de MongoDB

So, which Linux CLIs would you use to isolate a performance problem?

Respuestas de entrevistas

Anónimo

19 ene 2016

Since I have never been a Linux SysAdmin responsible for isolating performance problems, I did not know. I described how I would do it in Windows, but the interviewer seemed unimpressed.

Anónimo

11 feb 2016

They're looking for tools such as iostat, netstat, and top. Those are CLI tools which can show what's happening on a server. There are also MongoDB command line tools such as mongostat and mongotop, although those are Mongo tools, not Linux tools.