Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment eh, whatever (Score 1) 236

Eh, whatever. I use facebook to talk to friends around the country and share daily stuff, and people who own fieros as well. (for info sharing, parts sale/trade/etc)

There was a time I was away for 1-2 years, got emails like explained and just sent the first one or two to the spam folder. After that, no more issues.
This wasn't the first website I've had this issue with... are people new?

Comment Re:They are not coming out with new HW because.... (Score 1) 525

right.. it's called vm_stat, and sar was removed from MacOS since sierra but there's still the official Apple repository for sar:
https://opensource.apple.com/s...
Download sar.c, sar.h and also sadc.h and sadc.c from a sibling folder.

Compile and test:

clang sar.c -o sar -I .
clang sadc.c -o sadc -I . -framework Foundation -framework IOKit ./sar -A -f test > testout
terminated by signal SIGFPE (Floating point exception)

And output, testout looks like this:

17:32:23 %usr %nice %sys %idle

17:32:23 pgout/s

17:32:23 pgin/s pflt/s vflt/s

17:32:23 device r+w/s blks/s

17:32:23 IFACE Ipkts/s Ibytes/s Opkts/s Obytes/s

17:32:23 IFACE Ierrs/s Oerrs/s Coll/s Drop/s
New Disk: [disk0] IODeviceTree:/PCI0@0/SATA@1F,2/PRT0@0/PMP@0/@0:0

17:32:23 %usr %nice %sys %idle
17:32:23 0 0 0 0

17:32:23 pgout/s
17:32:23 nan

17:32:23 pgin/s pflt/s vflt/s
17:32:23 nan nan inf

So it compiles, data can be collected and kindof processed, but not fully.

I've found the Apple repository of SAR thanks to this superuser answer: https://superuser.com/a/581128

Comment Re:Apple is the Sharper Image of computer hardware (Score 1) 525

I wouldn't consider what you said true since "geek cred" hardly means upgrading video cards.

The days of Windows and DOS having all the software has gone on the wayside for yearly a decade or longer. I run nearly all OSes side by side on MacOS anyway, it's not like there's any problem there, either.

Comment weak... (Score 1) 68

The fact that it's so isolated to each task being done by one person only makes it a weak candidate for any Linux distribution.
At that point, it's only a matter of time before one piece of it's weak foundation breaks and it comes tumbling down.
Not to mention.. I've never heard of it.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...