Hacker News new | ask | show | jobs
by capitainenemo 100 days ago
Our corporate linux machines have exactly the same monitoring software as Windows - even the servers. The performance is still not even remotely comparable. Could be the hooks are more performant on linux, could be the filesystem, maybe the tools are written more sanely... But loading apps, filesystem operations... Everything is still far faster on the linux dev instance. And I have half the ram allocated to that one.
1 comments

If your benchmark is file systems, this is due to the file system filter model that NT implements, not the file system itself.