Laptop: Ende 2013, i7, 500G SSD, 16G RAM
El Capitan 10.11.1
Wenn ich versuche, pbcopy und pbpaste auf der Kommandozeile auszuführen, laufen sie furchtbar langsam. Dies hängt mit einem Emacs-Problem zusammen, das ich auch habe, aber da pbcopy / paste die Wurzel davon ist, frage ich hier ...
Hier ist ein Beispiel für eine Ausgabe:
~❯ time echo 'test' | pbcopy
echo 'test' 0.00s user 0.00s system 24% cpu 0.003 total
pbcopy 0.01s user 0.01s system 1% cpu 0.830 total
~❯ time echo 'test' | pbcopy
echo 'test' 0.00s user 0.00s system 38% cpu 0.002 total
pbcopy 0.01s user 0.01s system 1% cpu 0.847 total
~❯ time echo 'test' | pbcopy
echo 'test' 0.00s user 0.00s system 40% cpu 0.001 total
pbcopy 0.01s user 0.01s system 0% cpu 1.708 total
~❯ time pbpaste
test
pbpaste 0.01s user 0.01s system 1% cpu 0.860 total
~❯ time pbpaste
test
pbpaste 0.01s user 0.01s system 1% cpu 0.843 total
~❯ time pbpaste
test
pbpaste 0.01s user 0.01s system 1% cpu 0.853 total
Wenn ich den Aktivitätsmonitor ansehe und das Sampling auf 1 Sekunde stelle, wird jedes Mal, wenn ich pbcopy ausführe, ein Sprung zu 100% der CPU-Auslastung angezeigt.
Wenn ich notifyd
pbcopy / paste töte, geht das blitzschnell:
time echo 'test' | pbcopy
echo 'test' 0.00s user 0.00s system 38% cpu 0.002 total
pbcopy 0.01s user 0.01s system 80% cpu 0.015 total
El Capitan-Fehler? Etwas anderes? Vielen Dank im Voraus für alle Antworten.
0.830 total
,0.860 total
usw.