- 10 Posts
- 3 Comments
Joined 2 years ago
Cake day: January 20th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Serpent7776@programming.devOPto
commandline@programming.dev•crawlio: Tool that slows down I/O operationsEnglish
11·9 months agoThere is?
I can actually define this in TCL:
% proc ifn't {cond cmds} {if {!$cond} {uplevel $cmds}} % ifn't false {puts 12} 12 % ifn't true {puts 12} %











AFAIK you can’t do this with BPF as it doesn’t have any kind of sleep functionality. I’m also not sure how would you achive this using cgroup, which are about quotas AFAIK.