Reputation: 15
How is it possible to retrieve the RAM usage of a server in PERL
e.g.
257MB / 2000MB
Upvotes: 0
Views: 75
Reputation: 46965
Use the Sys::Meminfo module.
Upvotes: 3