Frage im Vorstellungsgespräch bei MongoDB

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

Antworten zu Vorstellungsgespräch

Anonym

19. Jan. 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.

Anonym

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.