Getting swap info without kvm access

2004-07-02 Thread gomalley
I've written an Afterstep applet that retrieves and displays different time and system information. The Linux port uses a few functions like gmtime() and gethostname() and reads most of the info from /proc files. The FreeBSD port used the function calls and gets most of the info from sysctl()

Re: Getting swap info without kvm access

2004-07-02 Thread Dan Nelson
In the last episode (Jul 02), [EMAIL PROTECTED] said: I've written an Afterstep applet that retrieves and displays different time and system information. The Linux port uses a few functions like gmtime() and gethostname() and reads most of the info from /proc files. The FreeBSD port used the